Patch 6601627: 11i AR - Causes Invalid Objects
VPC Team member opened this thread for the customer.
Applying patch 6601627 translation causes invalid objects.
SQL> alter package apps.AR_RECEIPT_API_PUB compile body;
Warning: Package Body altered with compilation errors.
SQL> show errors
Errors for PACKAGE BODY APPS.AR_RECEIPT_API_PUB:
LINE/COL ERROR
-------- -----------------------------------------------------------------
301/9 PL/SQL: Statement ignored
301/9 PLS-00306: wrong number or types of arguments in call to
'DEFAULT_CASH_IDS'
PLS-00306: wrong number or types of arguments in call to 'DEFAULT_CASH_IDS'
These
errors always indicate a mismatch between the package specification and
body - specifically the number of arguments in one does not match the
number of arguments in the other.