Install, Upgrade, Clone, Patch - EBS (MOSC)

MOSC Banner

Patch 6601627: 11i AR - Causes Invalid Objects

edited Nov 13, 2013 10:40AM in Install, Upgrade, Clone, Patch - EBS (MOSC) 14 commentsAnswered ✓

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.

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center