DBA Data[Home] [Help]

APPS.OE_BULK_CACHE dependencies on OE_LOOKUPS

Line 232: ,oe_lookups sp

228: ,oe_transaction_types_tl otl
229: ,oe_ra_rules_v i
230: ,oe_ra_rules_v a
231: ,qp_list_headers_vl pl
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

Line 235: ,oe_lookups ft

231: ,qp_list_headers_vl pl
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

Line 961: ,oe_lookups ft

957: ,hz_cust_acct_sites_all a -- changed to _all since we know site_use_id and to perform better.
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'