DBA Data[Home] [Help]

APPS.FV_FACTS_TRX_REGISTER dependencies on FV_FACTS_CUSTOMERS_V

Line 2373: FROM hz_cust_accounts hzca, fv_facts_customers_v fcv

2369: BEGIN
2370: l_feeder_flag := 'Y';
2371: SELECT hzca.customer_class_code, fcv.eliminations_id
2372: INTO l_vendor_type, l_eliminations_id
2373: FROM hz_cust_accounts hzca, fv_facts_customers_v fcv
2374: WHERE hzca.cust_account_id = to_number(l_reference_7)
2375: AND fcv.customer_id = hzca.cust_account_id;
2376: EXCEPTION
2377: WHEN NO_DATA_FOUND THEN