DBA Data[Home] [Help]

APPS.OE_BULK_CACHE dependencies on QP_LIST_HEADERS_VL

Line 231: ,qp_list_headers_vl pl

227: FROM oe_transaction_types_all o
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

Line 2053: FROM qp_list_headers_vl

2049: ,G_PRICE_LIST_TBL(p_key).list_type_code
2050: ,G_PRICE_LIST_TBL(p_key).start_date_active
2051: ,G_PRICE_LIST_TBL(p_key).end_date_active
2052: ,G_PRICE_LIST_TBL(p_key).currency_code
2053: FROM qp_list_headers_vl
2054: WHERE list_header_id = p_key;
2055:
2056: RETURN p_key;
2057: