InterviewSolution
Saved Bookmarks
| 1. |
Do I Need To Have Who Column Information In Custom Forms? |
|
Answer» Yes. It is strongly RECOMMENDED to add WHO columns to the custom tables and call STANDARD API, FND_STANDARD.SET_WHO in PRE-INSERT, and PRE-UPDATE TRIGGERS in each block of the form. ALSO, SPECIFY these fields as hidden in each block of the form. Yes. It is strongly recommended to add WHO columns to the custom tables and call standard API, FND_STANDARD.SET_WHO in PRE-INSERT, and PRE-UPDATE triggers in each block of the form. Also, specify these fields as hidden in each block of the form. |
|