Tuesday, July 2, 2024

Steps to for adding WHO columns in data block in oracle forms

 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

No comments:

Post a Comment

EBS : Package Development Process

====================== Package Specification ================================== CREATE OR REPLACE PACKAGE xx_emp_package IS     PROCEDURE lo...