DBA Data[Home] [Help]

APPS.QP_UTIL_PUB dependencies on QP_MODIFIERS_PUB

Line 2624: ,x_modifier_list_tbl OUT NOCOPY Qp_Modifiers_Pub.Modifier_List_Tbl_Type

2620: -- i.e. pricing data with list_source_code of Blanket and orig_system_header_ref of this blanket header
2621: PROCEDURE Get_Blanket_Pricelist_Modifier(
2622: p_blanket_header_id IN NUMBER
2623: ,x_price_list_tbl OUT NOCOPY Qp_Price_List_Pub.Price_List_Tbl_Type
2624: ,x_modifier_list_tbl OUT NOCOPY Qp_Modifiers_Pub.Modifier_List_Tbl_Type
2625: ,x_return_status OUT NOCOPY VARCHAR2
2626: ,x_msg_count OUT NOCOPY NUMBER
2627: ,x_msg_data OUT NOCOPY VARCHAR2
2628: )

Line 2632: l_MODIFIER_LIST_rec Qp_Modifiers_Pub.Modifier_List_Rec_Type;

2628: )
2629: IS
2630: l_PRICE_LIST_rec Qp_Price_List_Pub.Price_List_Rec_Type;
2631: l_PRICE_LIST_tbl Qp_Price_List_Pub.Price_List_Tbl_Type;
2632: l_MODIFIER_LIST_rec Qp_Modifiers_Pub.Modifier_List_Rec_Type;
2633: l_MODIFIER_LIST_tbl Qp_Modifiers_Pub.Modifier_List_Tbl_Type;
2634:
2635: CURSOR blanket_price_lists( p_blkt_header_id NUMBER) IS
2636: SELECT list_header_id FROM qp_list_headers_b

Line 2633: l_MODIFIER_LIST_tbl Qp_Modifiers_Pub.Modifier_List_Tbl_Type;

2629: IS
2630: l_PRICE_LIST_rec Qp_Price_List_Pub.Price_List_Rec_Type;
2631: l_PRICE_LIST_tbl Qp_Price_List_Pub.Price_List_Tbl_Type;
2632: l_MODIFIER_LIST_rec Qp_Modifiers_Pub.Modifier_List_Rec_Type;
2633: l_MODIFIER_LIST_tbl Qp_Modifiers_Pub.Modifier_List_Tbl_Type;
2634:
2635: CURSOR blanket_price_lists( p_blkt_header_id NUMBER) IS
2636: SELECT list_header_id FROM qp_list_headers_b
2637: WHERE list_source_code = 'BSO'