Hi Sir,
Good Morning,i want to insert the app user in to the data table
for eg: i am entering data into table
ID:
Project:
Task:
App_user:
if i am the user then i have logined to application the application user name should be insert into the app_user
If you are using a form or interactive grid, then specify the Default value for the field or column app_user. For example:
Select default value type PL/SQL expression and specify the expression as follows:
If inserting manually, then also specify the same as above.
Thnx sir it works
Sir if manager login to approve the tasks for different member then in the app_user will get manager name but i want to get the name of the person who have entered the data
Eg:
If RAM has entered the data then the manager can view that the ram has entered it in the user field.
if Shyam has entered the data then the manager can view that the Shyam has entered it in the user field.