DBA Data[Home] [Help]

APPS.RLM_FORECAST_SV dependencies on HZ_CUST_ACCOUNTS

Line 1984: FROM HZ_CUST_ACCOUNTS CUST_ACCT

1980: --
1981: -- Following query is changed as per TCA obsolescence project.
1982: SELECT account_number
1983: INTO x_customer_number
1984: FROM HZ_CUST_ACCOUNTS CUST_ACCT
1985: WHERE CUST_ACCT.CUST_ACCOUNT_ID = x_sched_rec.customer_id;
1986: --
1987: END IF;
1988: --