Patch 12958998 is not being applied
Hi,
Apps 12.1.3
Origianl issue
SQL> alter package PA_INV_ON_ACCOUNT_CM compile;
Warning: Package altered with compilation errors.
SQL> show errors
No errors.
SQL> select text from user_errors where name like 'PA_INV_ON_ACCOUNT_CM';
TEXT
--------------------------------------------------------------------------------
PLS-00302: component 'GET_TRXN_LINE_BALANCE' must be declared
PL/SQL: Statement ignored
PLS-00302: component 'GET_TRXN_LINE_BALANCE' must be declared
PL/SQL: Statement ignored
They have
/* $Header: ARXPINVS.pls 120.25.12010000.5 2010/01/28 09:50:09 aghoraka ship $ */
/* $Header: ARXPINVB.pls 120.26.12010000.3 2010/02/25 10:38:10 npanchak ship $ */
It is the same exact issue as in Note 1373117.1
Their versions are lower - ARXPINVB.pls 120.26.12010000.3 and ARXPINVS.pls 120.25.12010000.5
AR patch 12958998:R12.AR.B provides higher versions to fix the issue and delivers