Oracle EBS 11i Add Responsibility to User by the Responsibility reference of Other User. Warning: R12 version must be fixed columns sort to insert successfully. DECLARE --input parameters l_reference_user_name VARCHAR2 (50) := '…
Oracle EBS Standard Package Function Add User & Resp. fnd_user_pkg.CreateUser; fnd_user_pkg.AddResp; Demo: fnd_user_pkg.CreateUser('WILSONCHUAN', 'ADMIN', 'PW$123456'); fnd_user_pkg.AddResp ('WILSONCHUAN', 'SYSADMIN', 'SYSTEM_ADMINISTRATOR', 'STANDAR…
Back in May, Oracle announced the general availability of Oracle VM Virtual Appliance for E-Business Suite 12.2.6 for download from the Oracle Software Delivery Cloud. In this series of Blog posts I will detail how you can build an Oracle EBS 12.2.6…