APPS.RLM_BLANKET_SV dependencies on HZ_CUST_ACCOUNTS
Line 1082: FROM HZ_CUST_ACCOUNTS CUST_ACCT
1078: --
1079: -- Following query is changed as per TCA obsolescence project.
1080: SELECT account_number
1081: INTO x_customer_number 1082: FROM HZ_CUST_ACCOUNTS CUST_ACCT 1083: WHERE CUST_ACCT.CUST_ACCOUNT_ID = x_sched_rec.customer_id;
1084: --
1085: END IF;
1086: --