Announcements for Payroll and OTL can now be found in the Announcements - Payroll and OTL - EBS (MOSC) subcategory. Follow to be sure you don't miss a thing!
UK PAY : EDI - Decommissioning Patch
We have just started analyzing the EDI -Decommissioning patches provided by Oracle.
Referring to document :
The document lists the below section:
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Actions to be Performed by the User:
1. Create the table in the Encrypted Tablespace. (Users who already have the Encrypted Tablespace can use this option).
2. Create the synonym.
3. Create the sequence.
4. Create the trigger as specified.
5. Grant the required privileges to APPS user.
Script to create the above objects:
1. Creation of Table PAY_GB_RTI_SUBMISSION_ENCR:
CREATE TABLE <schema_name>."PAY_GB_RTI_SUBMISSION_ENCR"
("SUBMISSION_ID" NUMBER NOT NULL ENABLE,