May 16, 2020

PRC: Generate Revenue Accounting Events(PATTGL) ends with ORA-01732 Error

When working with PA Accounting, the standard program "PRC: Generate Revenue Accounting Events" failed with the Error - ORA-01732

To fix the above error, we have 2 recommendations

Recommendation 1:

Update the init.ora parameter to a value of 'False':
This can be done by editing the init.ora file which typically requires bouncing the database when completed.
(Option 1 requires DB bounce)

Recommendation 2:

Modify the session by running this SQL -- alter system set optimizer_secure_view_merging = false;
(NO DATABASE BOUNCE REQUIRED for Option 2)

Query to check the DB Parameter value,

select * from v$parameter where name like '%optimizer_secure_view_merging%';

Value: FALSE




Useful Workflow Commands

  WFLOAD apps/columbus789 0 Y DOWNLOAD APEXP_FINDEV.wft APEXP Locations: $PO_TOP/patch/115/import/US/porpocha.wft $PO_TOP/patch/115/import/U...