R12.1.3 : after applying patch 18154451, got PO_ASL_API_GRP and PO_ASL_API_PUB invalid
hello,
after applying patch 18154451, PO_ASL_API_GRP and PO_ASL_API_PUB become invalid:
I tried to compile packages manually, getting the following errors:
SQL> alter package PO_ASL_API_PUB compile body;
Warning: Package Body altered with compilation errors.
SQL> show errors;
Errors for PACKAGE BODY PO_ASL_API_PUB:
LINE/COL ERROR
-------- -----------------------------------------------------------------
1649/3 PL/SQL: SQL Statement ignored
1651/39 PL/SQL: ORA-00907: missing right parenthesis
1658/3 PL/SQL: SQL Statement ignored
1660/39 PL/SQL: ORA-00907: missing right parenthesis
SQL> alter package PO_ASL_API_GRP compile body;
Warning: Package Body altered with compilation errors.
SQL> show errors;
Errors for PACKAGE BODY PO_ASL_API_GRP: