DBA Data[Home] [Help]

APPS.OE_BULK_CACHE dependencies on QP_LIST_HEADERS_VL

Line 232: ,qp_list_headers_vl pl

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

Line 2054: FROM qp_list_headers_vl

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