Cannot compile invalid objects.
Hi Team,
Cannot compile invalid objects after application of Patch 1398445.
SQL> Alter package PO_WF_UTIL_PKG compile;
Warning: Package altered with compilation errors.
SQL> show err
No errors.
SQL> Alter package PO_WF_UTIL_PKG compile body;
Warning: Package Body altered with compilation errors.
SQL> show error
Errors for PACKAGE BODY PO_WF_UTIL_PKG:
LINE/COL ERROR
-------- -----------------------------------------------------------------
27/11 PLS-00323: subprogram or cursor 'SETITEMATTRTEXT' is declared in
a package specification and must be defined in the package body
36/11 PLS-00323: subprogram or cursor 'SETITEMATTRNUMBER' is declared
in a package specification and must be defined in the package
body
56/10 PLS-00323: subprogram or cursor 'GETITEMATTRTEXT' is declared in
Warning: Package altered with compilation errors.
SQL> show err
No errors.
SQL> Alter package PO_WF_UTIL_PKG compile body;
Warning: Package Body altered with compilation errors.
SQL> show error
Errors for PACKAGE BODY PO_WF_UTIL_PKG:
LINE/COL ERROR
-------- -----------------------------------------------------------------
27/11 PLS-00323: subprogram or cursor 'SETITEMATTRTEXT' is declared in
a package specification and must be defined in the package body
36/11 PLS-00323: subprogram or cursor 'SETITEMATTRNUMBER' is declared
in a package specification and must be defined in the package
body
56/10 PLS-00323: subprogram or cursor 'GETITEMATTRTEXT' is declared in
Tagged:
0