DBA Data[Home] [Help]

APPS.RLM_BLANKET_SV dependencies on HZ_CUST_ACCOUNTS

Line 1078: FROM HZ_CUST_ACCOUNTS CUST_ACCT

1074: --
1075: -- Following query is changed as per TCA obsolescence project.
1076: SELECT account_number
1077: INTO x_customer_number
1078: FROM HZ_CUST_ACCOUNTS CUST_ACCT
1079: WHERE CUST_ACCT.CUST_ACCOUNT_ID = x_sched_rec.customer_id;
1080: --
1081: END IF;
1082: --