| How to store the Emp_name instead of username in application Item [message #555784] |
Mon, 28 May 2012 23:00  |
 |
gurujothi
Messages: 78 Registered: January 2012 Location: Banglore
|
Member |
|
|
Hello Everyone,
Am using Apex 4.1,
In my application am using custom authentication,
By default, APEX application will store the USERNAME in APP_USER Item right?
Is this possible to fetch the Emp_name and store in the application item from some other table based on the username during the login time,
For example,
"EMP" table(If it has the following columns)
emp_name
username
select emp_name from EMP where username= :p101_username --- and this value should be stored into the Application ITEM, something like this.
Thank you.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|