DBA Data[Home] [Help]

APPS.OE_PRICING_CONT_PUB dependencies on QP_QUALIFIER_RULES_PUB

Line 101: l_QUALIFIERS_tbl Qp_Qualifier_Rules_Pub.Qualifiers_Tbl_Type;

97: l_Price_LHeader_rec QP_Price_List_PUB.Price_List_Rec_Type;
98: l_Price_LHeader_rec_dummy OE_Price_List_PUB.Price_List_Rec_Type;
99: l_Price_LLine_tbl QP_Price_List_PUB.Price_List_Line_Tbl_Type;
100: l_Price_LLine_tbl_dummy OE_Price_List_PUB.Price_List_Line_Tbl_Type;
101: l_QUALIFIERS_tbl Qp_Qualifier_Rules_Pub.Qualifiers_Tbl_Type;
102: x_QUALIFIERS_tbl Qp_Qualifier_Rules_Pub.Qualifiers_Tbl_Type; --4949185, 5530054
103: l_Pricing_Attr_tbl QP_Price_List_PUB.Pricing_Attr_Tbl_Type;
104: l_installed_status VARCHAR2(1);
105:

Line 102: x_QUALIFIERS_tbl Qp_Qualifier_Rules_Pub.Qualifiers_Tbl_Type; --4949185, 5530054

98: l_Price_LHeader_rec_dummy OE_Price_List_PUB.Price_List_Rec_Type;
99: l_Price_LLine_tbl QP_Price_List_PUB.Price_List_Line_Tbl_Type;
100: l_Price_LLine_tbl_dummy OE_Price_List_PUB.Price_List_Line_Tbl_Type;
101: l_QUALIFIERS_tbl Qp_Qualifier_Rules_Pub.Qualifiers_Tbl_Type;
102: x_QUALIFIERS_tbl Qp_Qualifier_Rules_Pub.Qualifiers_Tbl_Type; --4949185, 5530054
103: l_Pricing_Attr_tbl QP_Price_List_PUB.Pricing_Attr_Tbl_Type;
104: l_installed_status VARCHAR2(1);
105:
106: l_Contract_rec Contract_Rec_Type;

Line 114: l_p_QUALIFIERS_tbl Qp_Qualifier_Rules_Pub.Qualifiers_Tbl_Type; --[prarasto]

110: l_Price_Break_tbl Price_Break_Tbl_Type;
111:
112: l_p_Price_LHeader_rec QP_Price_List_PUB.Price_List_Rec_Type;--[prarasto]
113: l_p_Price_LLine_tbl QP_Price_List_PUB.Price_List_Line_Tbl_Type; --[prarasto]
114: l_p_QUALIFIERS_tbl Qp_Qualifier_Rules_Pub.Qualifiers_Tbl_Type; --[prarasto]
115: l_p_Pricing_Attr_tbl QP_Price_List_PUB.Pricing_Attr_Tbl_Type; --[prarasto]
116: l_p_Contract_rec Contract_Rec_Type; --[prarasto]
117: l_p_Agreement_rec Agreement_Rec_Type; --[prarasto]
118: l_p_Price_LHeader_rec_dummy OE_Price_List_PUB.Price_List_Rec_Type; --[prarasto]

Line 452: l_QUALIFIERS_tbl Qp_Qualifier_Rules_Pub.Qualifiers_Tbl_Type;

448: l_Price_LHeader_rec QP_Price_List_PUB.Price_List_Rec_Type;
449: l_Price_LHeader_rec_dummy OE_Price_List_PUB.Price_List_Rec_Type;
450: l_Price_LLine_tbl QP_Price_List_PUB.Price_List_Line_Tbl_Type;
451: l_Price_LLine_tbl_dummy OE_Price_List_PUB.Price_List_Line_Tbl_Type;
452: l_QUALIFIERS_tbl Qp_Qualifier_Rules_Pub.Qualifiers_Tbl_Type;
453: l_PRICING_ATTR_tbl QP_Price_List_PUB.Pricing_Attr_Tbl_Type;
454:
455: l_Contract_rec Contract_Rec_Type;
456: l_Discount_Header_rec Discount_Header_Rec_Type;

Line 675: l_QUALIFIERS_tbl Qp_Qualifier_Rules_Pub.Qualifiers_Tbl_Type;

671: l_agreement_id NUMBER := p_agreement_id;
672: l_Agreement_rec OE_Pricing_Cont_PUB.Agreement_Rec_Type;
673: l_Price_LHeader_rec OE_Price_List_PUB.Price_List_Rec_Type;
674: l_Price_LLine_tbl OE_Price_List_PUB.Price_List_Line_Tbl_Type;
675: l_QUALIFIERS_tbl Qp_Qualifier_Rules_Pub.Qualifiers_Tbl_Type;
676: l_PRICING_ATTR_tbl OE_Price_List_PUB.Pricing_Attr_Tbl_Type;
677: l_x_PRICING_ATTR_tbl OE_Price_List_PUB.Pricing_Attr_Tbl_Type;
678: l_pricing_contract_id NUMBER;
679: