DBA Data[Home] [Help]

APPS.QP_UTIL_PUB dependencies on QP_MODIFIERS_PUB

Line 2954: ,x_modifier_list_tbl OUT NOCOPY Qp_Modifiers_Pub.Modifier_List_Tbl_Type

2950: -- i.e. pricing data with list_source_code of Blanket and orig_system_header_ref of this blanket header
2951: PROCEDURE Get_Blanket_Pricelist_Modifier(
2952: p_blanket_header_id IN NUMBER
2953: ,x_price_list_tbl OUT NOCOPY Qp_Price_List_Pub.Price_List_Tbl_Type
2954: ,x_modifier_list_tbl OUT NOCOPY Qp_Modifiers_Pub.Modifier_List_Tbl_Type
2955: ,x_return_status OUT NOCOPY VARCHAR2
2956: ,x_msg_count OUT NOCOPY NUMBER
2957: ,x_msg_data OUT NOCOPY VARCHAR2
2958: )

Line 2962: l_MODIFIER_LIST_rec Qp_Modifiers_Pub.Modifier_List_Rec_Type;

2958: )
2959: IS
2960: l_PRICE_LIST_rec Qp_Price_List_Pub.Price_List_Rec_Type;
2961: l_PRICE_LIST_tbl Qp_Price_List_Pub.Price_List_Tbl_Type;
2962: l_MODIFIER_LIST_rec Qp_Modifiers_Pub.Modifier_List_Rec_Type;
2963: l_MODIFIER_LIST_tbl Qp_Modifiers_Pub.Modifier_List_Tbl_Type;
2964:
2965: CURSOR blanket_price_lists( p_blkt_header_id NUMBER) IS
2966: SELECT list_header_id FROM qp_list_headers_b

Line 2963: l_MODIFIER_LIST_tbl Qp_Modifiers_Pub.Modifier_List_Tbl_Type;

2959: IS
2960: l_PRICE_LIST_rec Qp_Price_List_Pub.Price_List_Rec_Type;
2961: l_PRICE_LIST_tbl Qp_Price_List_Pub.Price_List_Tbl_Type;
2962: l_MODIFIER_LIST_rec Qp_Modifiers_Pub.Modifier_List_Rec_Type;
2963: l_MODIFIER_LIST_tbl Qp_Modifiers_Pub.Modifier_List_Tbl_Type;
2964:
2965: CURSOR blanket_price_lists( p_blkt_header_id NUMBER) IS
2966: SELECT list_header_id FROM qp_list_headers_b
2967: WHERE list_source_code = 'BSO'