After applying the patch 15966842 new invalids got generated : AHL_UTIL_UC_PKG and EDW_SUPPLIER_ITE
Hi,
After applying the patch 15966842
new invalids generated and after compile we got this error
SQL> alter package apps.AHL_UTIL_UC_PKG compile body;
Warning: Package Body altered with compilation errors.
SQL> show errors
Errors for PACKAGE BODY APPS.AHL_UTIL_UC_PKG:
LINE/COL ERROR
-------- -----------------------------------------------------------------
34/1 PLS-00452: Subprogram 'GETCSI_LOCATIONDESC' violates its
associated pragma
SQL> alter package apps.EDW_SUPPLIER_ITEM_PKG compile body;
Warning: Package Body altered with compilation errors.
SQL> show errors
Errors for PACKAGE BODY APPS.EDW_SUPPLIER_ITEM_PKG:
LINE/COL ERROR
-------- -----------------------------------------------------------------
14/3 PLS-00452: Subprogram 'SUPPLIER_ITEM_FK' violates its associated
pragma
Tagged:
0