DBA Data[Home] [Help]

APPS.OE_BULK_CACHE dependencies on OE_FND_COMMON_LOOKUPS_V

Line 236: ,oe_fnd_common_lookups_v dc

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

Line 962: ,oe_fnd_common_lookups_v dc

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