DBA Data[Home] [Help]

APPS.QP_UTIL_PUB dependencies on QP_PRICE_LIST_PUB

Line 205: ,x_price_list_tbl OUT NOCOPY QP_Price_List_PUB.Price_List_Tbl_Type

201: -- This procedure fetchs price lists and modifier lists specific to a blanket.
202: -- i.e. pricing data with list_source_code of Blanket and orig_system_header_ref of this blanket header
203: procedure Get_Blanket_Pricelist_Modifier(
204: p_blanket_header_id IN NUMBER
205: ,x_price_list_tbl OUT NOCOPY QP_Price_List_PUB.Price_List_Tbl_Type
206: ,x_modifier_list_tbl OUT NOCOPY QP_Modifiers_PUB.Modifier_List_Tbl_Type
207: ,x_return_status OUT NOCOPY VARCHAR2
208: ,x_msg_count OUT NOCOPY NUMBER
209: ,x_msg_data OUT NOCOPY VARCHAR2