DBA Data[Home] [Help]

APPS.RLM_FORECAST_SV dependencies on HZ_CUST_ACCOUNTS

Line 2019: FROM HZ_CUST_ACCOUNTS CUST_ACCT

2015: --
2016: -- Following query is changed as per TCA obsolescence project.
2017: SELECT account_number
2018: INTO x_customer_number
2019: FROM HZ_CUST_ACCOUNTS CUST_ACCT
2020: WHERE CUST_ACCT.CUST_ACCOUNT_ID = x_sched_rec.customer_id;
2021: --
2022: END IF;
2023: --