DBA Data[Home] [Help]

APPS.OE_BULK_CACHE dependencies on OE_FND_COMMON_LOOKUPS_V

Line 237: ,oe_fnd_common_lookups_v dc

233: ,oe_lookups sp
234: ,oe_ship_methods_v sm
235: ,oe_ar_lookups_v fp
236: ,oe_lookups ft
237: ,oe_fnd_common_lookups_v dc
238: ,oe_transaction_types_all lt
239: ,oe_credit_check_rules rl
240: ,ra_cust_trx_types rtrx
241: WHERE o.transaction_type_id = p_key

Line 963: ,oe_fnd_common_lookups_v dc

959: ,oe_transaction_types_all o
960: ,oe_ship_methods_v sm
961: ,oe_ar_lookups_v fp
962: ,oe_lookups ft
963: ,oe_fnd_common_lookups_v dc
964: WHERE s.site_use_id = p_key
965: AND a.cust_acct_site_id = s.cust_acct_site_id
966: AND s.site_use_code = 'SHIP_TO'
967: AND s.status = 'A'