DBA Data[Home] [Help]

APPS.RLM_EXTINTERFACE_SV dependencies on HZ_CUST_ACCOUNTS

Line 2268: FROM HZ_CUST_ACCOUNTS CUST_ACCT

2264: --
2265: -- Following query is changed as per TCA obsolescence project.
2266: SELECT account_number
2267: INTO x_customer_number
2268: FROM HZ_CUST_ACCOUNTS CUST_ACCT
2269: WHERE CUST_ACCT.CUST_ACCOUNT_ID = x_Op_rec.Customer_Id;
2270: --
2271: EXCEPTION
2272: --