DBA Data[Home] [Help]

APPS.RLM_RD_SV dependencies on HZ_CUST_ACCOUNTS

Line 12478: FROM HZ_CUST_ACCOUNTS CUST_ACCT

12474: --
12475: -- Following query is changed as per TCA obsolescence project.
12476: SELECT account_number
12477: INTO x_customer_number
12478: FROM HZ_CUST_ACCOUNTS CUST_ACCT
12479: WHERE CUST_ACCT.CUST_ACCOUNT_ID = x_sched_rec.customer_id;
12480: --
12481: END IF;
12482: --

Line 12545: FROM HZ_CUST_ACCOUNTS

12541: --
12542: -- Following query is changed as per TCA obsolescence project.
12543: SELECT account_number
12544: INTO x_customer_number
12545: FROM HZ_CUST_ACCOUNTS
12546: WHERE ACCOUNT_NUMBER = x_key_rec.req_rec.customer_id;
12547: --
12548: END IF;
12549: --

Line 12584: FROM HZ_CUST_ACCOUNTS CUST_ACCT

12580: --
12581: -- Following query is changed as per TCA obsolescence project.
12582: SELECT account_number
12583: INTO x_customer_number
12584: FROM HZ_CUST_ACCOUNTS CUST_ACCT
12585: WHERE CUST_ACCT.CUST_ACCOUNT_ID = x_sched_rec.customer_id;
12586: --
12587: END IF;
12588: --