EBS Application login Process in R12.1

EBS Application login Process in R12.1:
=============================================

What happens when you login to Apps?
1 . Your login gets authenticated against a table named fnd_user for your username and password

2. DB connection is established using APPLSYSPUB user. This user “APPLSYSPUB” is having access to 
fnd_user view and a small set of other public tables
 needed to establish the initial connection.

3. Once DB connection is established FND_USER table is used to get ENCRYPTED_FOUNDATION_PASSWORD.
 Using GUEST/ORACLE password combination and ENCRYPTED_FOUNDATION_PASSWORD,
 we get Apps schema password

4.  The Application user password compared to the application user password entered by user in 
login screen. If both passwords match then user is allowed to get into self-service

5. A list of responsibilities assigned to that user is shown.  The user picks one of the 
responsibilities listed.

6. Each responsibility has a data group and application defined for it.Together, 
the data group and application define the Oracle account the responsibility uses.

****************************************************************

When a User first Enters his credentials in EBS application the request first goes to Web server 
and then the request is forwarded to the database with the help of Guest user and password in
 the dbc file after which it checks for the user authentication in the database through DBA_USERS
 & FND_USERS Once this is done the response is send to user through Form Server & Web Server

Comments

Popular posts from this blog

Troubleshooting EBS login page issue in R12.2:

Oracle Apps EBS R12.2 Login Flow

Oracle apps dba Interview Q&A's