DBA Data[Home] [Help]

APPS.FV_FACTS_TRX_REGISTER dependencies on FV_FACTS_CUSTOMERS_V

Line 2462: FROM hz_cust_accounts hzca, fv_facts_customers_v fcv

2458: BEGIN
2459: l_feeder_flag := 'Y';
2460: SELECT hzca.customer_class_code, fcv.eliminations_id
2461: INTO l_vendor_type, l_eliminations_id
2462: FROM hz_cust_accounts hzca, fv_facts_customers_v fcv
2463: WHERE hzca.cust_account_id = to_number(l_reference_7)
2464: AND fcv.customer_id = hzca.cust_account_id;
2465:
2466: -- Added for bug 7256357