Patch 12615015 fails HZ_CREDIT_REQUEST_PVT.
Hi All
The above patch makes our custom and some package fail.
SQL> alter package apps.HZ_CREDIT_REQUEST_PVT compile body;
Warning: Package Body altered with compilation errors.
SQL> show error
Errors for PACKAGE BODY APPS.HZ_CREDIT_REQUEST_PVT:
LINE/COL ERROR
-------- -----------------------------------------------------------------
176/7 PLS-00306: wrong number or types of arguments in call to
'GET_TRANSACTION_AMOUNT'
176/7 PL/SQL: Statement ignored
220/3 PLS-00306: wrong number or types of arguments in call to
'GET_TRANSACTION_AMOUNT'
220/3 PL/SQL: Statement ignored
259/10 PLS-00306: wrong number or types of arguments in call to
'GET_TRANSACTION_AMOUNT'
Output is
SQL> select text from user_source where name='HZ_CREDIT_REQUEST_PVT' and text like '%Header%';