DBA Data[Home] [Help]

APPS.QP_DEFAULT_PLL_PRICING_ATTR dependencies on QP_PRICE_LIST_PUB

Line 7: ( p_PRICING_ATTR_rec IN QP_Price_List_PUB.Pricing_Attr_Rec_Type :=

3:
4: -- Procedure Attributes
5:
6: PROCEDURE Attributes
7: ( p_PRICING_ATTR_rec IN QP_Price_List_PUB.Pricing_Attr_Rec_Type :=
8: QP_Price_List_PUB.G_MISS_PRICING_ATTR_REC
9: , p_iteration IN NUMBER := 1
10: , x_PRICING_ATTR_rec OUT NOCOPY /* file.sql.39 change */ QP_Price_List_PUB.Pricing_Attr_Rec_Type
11: );

Line 8: QP_Price_List_PUB.G_MISS_PRICING_ATTR_REC

4: -- Procedure Attributes
5:
6: PROCEDURE Attributes
7: ( p_PRICING_ATTR_rec IN QP_Price_List_PUB.Pricing_Attr_Rec_Type :=
8: QP_Price_List_PUB.G_MISS_PRICING_ATTR_REC
9: , p_iteration IN NUMBER := 1
10: , x_PRICING_ATTR_rec OUT NOCOPY /* file.sql.39 change */ QP_Price_List_PUB.Pricing_Attr_Rec_Type
11: );
12:

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

6: PROCEDURE Attributes
7: ( p_PRICING_ATTR_rec IN QP_Price_List_PUB.Pricing_Attr_Rec_Type :=
8: QP_Price_List_PUB.G_MISS_PRICING_ATTR_REC
9: , p_iteration IN NUMBER := 1
10: , x_PRICING_ATTR_rec OUT NOCOPY /* file.sql.39 change */ QP_Price_List_PUB.Pricing_Attr_Rec_Type
11: );
12:
13: FUNCTION Get_Product_Attribute_Datatype( prod_attribute_context IN VARCHAR2,
14: prod_attribute IN VARCHAR2,