Steps to for adding WHO columns in data block in oracle forms
1. Put the following code in PRE-INSERT & PRE-UPDATE Trigger
declare
begin
fnd_standard.set_who;
end;
2. Add the 5 who columns either manually or while creating the data block
====================== Package Specification ================================== CREATE OR REPLACE PACKAGE xx_emp_package IS PROCEDURE lo...
No comments:
Post a Comment