DBA Data[Home] [Help]

APPS.OE_BULK_CACHE dependencies on OE_LOOKUPS

Line 233: ,oe_lookups sp

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

Line 236: ,oe_lookups ft

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

Line 962: ,oe_lookups ft

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