R12.1.3 : Invalid objects in AR
Hi,
Invalid objects in AR
AR_CREDIT_USAGE_RULE_SETS_VL and AR_CREDIT_CHECK
1)select text from user_source where name='AR_CREDIT_CHECK' and line=2
TEXT
-- $Header: ARXCRCS.pls 110.4 2000/03/28 23:42:02 pkm ship $
-- $Header: ARXCRCB.pls 110.10 2000/03/28 23:41:58 pkm ship $
2)alter package AR_CREDIT_CHECK compile
3) select line,text from user_errors where name='AR_CREDIT_CHECK'
LINE TEXT
1 PLS-00905: object APPS.AR_CREDIT_CHECK is invalid
1 PLS-00304: cannot compile body of 'AR_CREDIT_CHECK' without its specification
0 PL/SQL: Compilation unit analysis terminated
49 PLS-00201: identifier 'RA_CUSTOMERS.CUSTOMER_NUMBER' must be declared
42 PL/SQL: Declaration ignored
63 PLS-00201: identifier 'RA_CUSTOMERS.CUSTOMER_NUMBER' must be declared
Invalid objects in AR
AR_CREDIT_USAGE_RULE_SETS_VL and AR_CREDIT_CHECK
1)select text from user_source where name='AR_CREDIT_CHECK' and line=2
TEXT
-- $Header: ARXCRCS.pls 110.4 2000/03/28 23:42:02 pkm ship $
-- $Header: ARXCRCB.pls 110.10 2000/03/28 23:41:58 pkm ship $
2)alter package AR_CREDIT_CHECK compile
3) select line,text from user_errors where name='AR_CREDIT_CHECK'
LINE TEXT
1 PLS-00905: object APPS.AR_CREDIT_CHECK is invalid
1 PLS-00304: cannot compile body of 'AR_CREDIT_CHECK' without its specification
0 PL/SQL: Compilation unit analysis terminated
49 PLS-00201: identifier 'RA_CUSTOMERS.CUSTOMER_NUMBER' must be declared
42 PL/SQL: Declaration ignored
63 PLS-00201: identifier 'RA_CUSTOMERS.CUSTOMER_NUMBER' must be declared
Tagged:
0