R12.1.3 : Invalid package after patching "PA_INV_ON_ACCOUNT_CM"
Hi,
Invalid package after patching "PA_INV_ON_ACCOUNT_CM"
ALTER PACKAGE APPS.PA_INV_ON_ACCOUNT_CM COMPILE body;
SQL> show errors
Errors for PACKAGE BODY APPS.PA_INV_ON_ACCOUNT_CM:
LINE/COL ERROR
-------- -----------------------------------------------------------------
85/5 PL/SQL: Statement ignored
85/24 PLS-00302: component 'GET_TRXN_LINE_BALANCE' must be declared
129/6 PL/SQL: Statement ignored
129/25 PLS-00302: component 'GET_TRXN_LINE_BALANCE' must be declared
SQL>
select patch_level
from fnd_product_installations
where patch_level like '%AR%';SQL> 2 3
PATCH_LEVEL
------------------------------
R12.AR.B.3
#####################
SQL> select text, name
from all_source
where name in ('PA_INV_ON_ACCOUNT_CM')
Invalid package after patching "PA_INV_ON_ACCOUNT_CM"
ALTER PACKAGE APPS.PA_INV_ON_ACCOUNT_CM COMPILE body;
SQL> show errors
Errors for PACKAGE BODY APPS.PA_INV_ON_ACCOUNT_CM:
LINE/COL ERROR
-------- -----------------------------------------------------------------
85/5 PL/SQL: Statement ignored
85/24 PLS-00302: component 'GET_TRXN_LINE_BALANCE' must be declared
129/6 PL/SQL: Statement ignored
129/25 PLS-00302: component 'GET_TRXN_LINE_BALANCE' must be declared
SQL>
select patch_level
from fnd_product_installations
where patch_level like '%AR%';SQL> 2 3
PATCH_LEVEL
------------------------------
R12.AR.B.3
#####################
SQL> select text, name
from all_source
where name in ('PA_INV_ON_ACCOUNT_CM')
Tagged:
0