DBA Data[Home] [Help]

APPS.RLM_EXTINTERFACE_SV dependencies on HZ_CUST_ACCOUNTS

Line 2092: FROM HZ_CUST_ACCOUNTS CUST_ACCT

2088: --
2089: -- Following query is changed as per TCA obsolescence project.
2090: SELECT account_number
2091: INTO x_customer_number
2092: FROM HZ_CUST_ACCOUNTS CUST_ACCT
2093: WHERE CUST_ACCT.CUST_ACCOUNT_ID = x_Op_rec.Customer_Id;
2094: --
2095: EXCEPTION
2096: --