11.5.10.2 : Invalid package po_reschedule_pkg after patching
Hi,
On further checking we also found the below object invalid in our instance post patch-application
==
MRP_RESCHEDULE_PO PACKAGE BODY APPS
SQL> alter package APPS.MRP_RESCHEDULE_PO compile body;
Warning: Package Body altered with compilation errors.
SQL> show erros;
unknown SHOW option "erros"
SQL> show errors
Errors for PACKAGE BODY APPS.MRP_RESCHEDULE_PO:
LINE/COL ERROR
-------- -----------------------------------------------------------------
601/2 PL/SQL: Statement ignored
601/13 PLS-00306: wrong number or types of arguments in call to
'RESCHEDULE'
657/8 PL/SQL: Statement ignored
657/19 PLS-00306: wrong number or types of arguments in call to
'RESCHEDULE'
SQL> select release_name from fnd_product_groups;
RELEASE_NAME
On further checking we also found the below object invalid in our instance post patch-application
==
MRP_RESCHEDULE_PO PACKAGE BODY APPS
SQL> alter package APPS.MRP_RESCHEDULE_PO compile body;
Warning: Package Body altered with compilation errors.
SQL> show erros;
unknown SHOW option "erros"
SQL> show errors
Errors for PACKAGE BODY APPS.MRP_RESCHEDULE_PO:
LINE/COL ERROR
-------- -----------------------------------------------------------------
601/2 PL/SQL: Statement ignored
601/13 PLS-00306: wrong number or types of arguments in call to
'RESCHEDULE'
657/8 PL/SQL: Statement ignored
657/19 PLS-00306: wrong number or types of arguments in call to
'RESCHEDULE'
SQL> select release_name from fnd_product_groups;
RELEASE_NAME
Tagged:
0