HOW TO update WHO Columns in oracle forms

WHO Columns in oracle apps are used to track last finger print on the row, oracle forms has provided us with logic to log this WHO column details easily with package fnd_standard.set_who();

Navigation:
Triggers --> Smart triggers --> Pre update --> fnd_standard.set_who();



Refer above screenshot to find the Trigger option under module in your forms builder.
Find the Pre-update, Pre-insert, Pre-delete trigger

Comments

Popular posts from this blog

HOW TO auto approve workflow WF notification procedure

HOW TO register table in oracle apps

HOW TO update an existing user in oracle apps