Imran
Answered On : Nov 26th, 2007
get application property (username) to get the connected user.
Login to rate this answer.
To populate Created_by and Updated_by columns in your table you can use USER to get the current user id.
Login to rate this answer.
In pre-insert trigger by using 'fnd_standard.who' packagewe can insert data into these two columns in Oracle forms.
Login to rate this answer.
By using FND_STANDARD.SET_WHO in PRE_INSERT and PRE_UPDATE trigger, 5 who columns can be populated. But this work in Oracle Application form customization.
Login to rate this answer.