DBA Data[Home] [Help]

APPS.OE_PRICING_CONT_PUB dependencies on OE_PRICING_CONT_PUB

Line 1: PACKAGE BODY OE_Pricing_Cont_PUB AS

1: PACKAGE BODY OE_Pricing_Cont_PUB AS
2: /* $Header: OEXPPRCB.pls 120.5 2006/09/14 17:58:30 shulin ship $ */
3:
4: -- Global constant holding the package name
5:

Line 6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OE_Pricing_Cont_PUB';

2: /* $Header: OEXPPRCB.pls 120.5 2006/09/14 17:58:30 shulin ship $ */
3:
4: -- Global constant holding the package name
5:
6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OE_Pricing_Cont_PUB';
7:
8: -- Forward declaration of Procedure Id_To_Value
9:
10: PROCEDURE Id_To_Value

Line 457: l_Discount_Cust_tbl OE_Pricing_Cont_PUB.Discount_Cust_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;
457: l_Discount_Cust_tbl OE_Pricing_Cont_PUB.Discount_Cust_Tbl_Type;
458: l_Discount_Line_tbl OE_Pricing_Cont_PUB.Discount_Line_Tbl_Type;
459: l_Price_Break_tbl OE_Pricing_Cont_PUB.Price_Break_Tbl_Type;
460:
461:

Line 458: l_Discount_Line_tbl OE_Pricing_Cont_PUB.Discount_Line_Tbl_Type;

454:
455: l_Contract_rec Contract_Rec_Type;
456: l_Discount_Header_rec Discount_Header_Rec_Type;
457: l_Discount_Cust_tbl OE_Pricing_Cont_PUB.Discount_Cust_Tbl_Type;
458: l_Discount_Line_tbl OE_Pricing_Cont_PUB.Discount_Line_Tbl_Type;
459: l_Price_Break_tbl OE_Pricing_Cont_PUB.Price_Break_Tbl_Type;
460:
461:
462: l_p_Contract_rec Contract_Rec_Type; --[prarasto]

Line 459: l_Price_Break_tbl OE_Pricing_Cont_PUB.Price_Break_Tbl_Type;

455: l_Contract_rec Contract_Rec_Type;
456: l_Discount_Header_rec Discount_Header_Rec_Type;
457: l_Discount_Cust_tbl OE_Pricing_Cont_PUB.Discount_Cust_Tbl_Type;
458: l_Discount_Line_tbl OE_Pricing_Cont_PUB.Discount_Line_Tbl_Type;
459: l_Price_Break_tbl OE_Pricing_Cont_PUB.Price_Break_Tbl_Type;
460:
461:
462: l_p_Contract_rec Contract_Rec_Type; --[prarasto]
463: l_p_Agreement_rec Agreement_Rec_Type; --[prarasto]

Line 672: l_Agreement_rec OE_Pricing_Cont_PUB.Agreement_Rec_Type;

668: IS
669: l_api_version_number CONSTANT NUMBER := 1.0;
670: l_api_name CONSTANT VARCHAR2(30):= 'Get_Agreement';
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;

Line 982: END OE_Pricing_Cont_PUB;

978: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
979:
980: END Value_To_Id;
981:
982: END OE_Pricing_Cont_PUB;