DBA Data[Home] [Help]

APPS.QP_DEFAULT_PLL_PRICING_ATTR dependencies on QP_PRICE_LIST_PUB

Line 10: g_PRICING_ATTR_rec QP_Price_List_PUB.Pricing_Attr_Rec_Type;

6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'Qp_Default_pll_pricing_attr';
7:
8: -- Package global used within the package.
9:
10: g_PRICING_ATTR_rec QP_Price_List_PUB.Pricing_Attr_Rec_Type;
11:
12: -- Get functions.
13:
14: FUNCTION Get_Accumulate

Line 491: ( p_PRICING_ATTR_rec IN QP_Price_List_PUB.Pricing_Attr_Rec_Type :=

487:
488: -- Procedure Attributes
489:
490: PROCEDURE Attributes
491: ( p_PRICING_ATTR_rec IN QP_Price_List_PUB.Pricing_Attr_Rec_Type :=
492: QP_Price_List_PUB.G_MISS_PRICING_ATTR_REC
493: , p_iteration IN NUMBER := 1
494: , x_PRICING_ATTR_rec OUT NOCOPY /* file.sql.39 change */ QP_Price_List_PUB.Pricing_Attr_Rec_Type
495: )

Line 492: QP_Price_List_PUB.G_MISS_PRICING_ATTR_REC

488: -- Procedure Attributes
489:
490: PROCEDURE Attributes
491: ( p_PRICING_ATTR_rec IN QP_Price_List_PUB.Pricing_Attr_Rec_Type :=
492: QP_Price_List_PUB.G_MISS_PRICING_ATTR_REC
493: , p_iteration IN NUMBER := 1
494: , x_PRICING_ATTR_rec OUT NOCOPY /* file.sql.39 change */ QP_Price_List_PUB.Pricing_Attr_Rec_Type
495: )
496: IS

Line 494: , x_PRICING_ATTR_rec OUT NOCOPY /* file.sql.39 change */ QP_Price_List_PUB.Pricing_Attr_Rec_Type

490: PROCEDURE Attributes
491: ( p_PRICING_ATTR_rec IN QP_Price_List_PUB.Pricing_Attr_Rec_Type :=
492: QP_Price_List_PUB.G_MISS_PRICING_ATTR_REC
493: , p_iteration IN NUMBER := 1
494: , x_PRICING_ATTR_rec OUT NOCOPY /* file.sql.39 change */ QP_Price_List_PUB.Pricing_Attr_Rec_Type
495: )
496: IS
497: g_p_PRICING_ATTR_rec QP_Price_List_PUB.Pricing_Attr_Rec_Type;
498: BEGIN

Line 497: g_p_PRICING_ATTR_rec QP_Price_List_PUB.Pricing_Attr_Rec_Type;

493: , p_iteration IN NUMBER := 1
494: , x_PRICING_ATTR_rec OUT NOCOPY /* file.sql.39 change */ QP_Price_List_PUB.Pricing_Attr_Rec_Type
495: )
496: IS
497: g_p_PRICING_ATTR_rec QP_Price_List_PUB.Pricing_Attr_Rec_Type;
498: BEGIN
499:
500: -- Check number of iterations.
501: