DBA Data[Home] [Help]

APPS.RLM_RD_SV dependencies on HZ_CUST_ACCOUNTS

Line 12672: FROM HZ_CUST_ACCOUNTS CUST_ACCT

12668: --
12669: -- Following query is changed as per TCA obsolescence project.
12670: SELECT account_number
12671: INTO x_customer_number
12672: FROM HZ_CUST_ACCOUNTS CUST_ACCT
12673: WHERE CUST_ACCT.CUST_ACCOUNT_ID = x_sched_rec.customer_id;
12674: --
12675: END IF;
12676: --

Line 12739: FROM HZ_CUST_ACCOUNTS

12735: --
12736: -- Following query is changed as per TCA obsolescence project.
12737: SELECT account_number
12738: INTO x_customer_number
12739: FROM HZ_CUST_ACCOUNTS
12740: WHERE ACCOUNT_NUMBER = x_key_rec.req_rec.customer_id;
12741: --
12742: END IF;
12743: --

Line 12778: FROM HZ_CUST_ACCOUNTS CUST_ACCT

12774: --
12775: -- Following query is changed as per TCA obsolescence project.
12776: SELECT account_number
12777: INTO x_customer_number
12778: FROM HZ_CUST_ACCOUNTS CUST_ACCT
12779: WHERE CUST_ACCT.CUST_ACCOUNT_ID = x_sched_rec.customer_id;
12780: --
12781: END IF;
12782: --