DBA Data[Home] [Help]

APPS.QP_DEFAULT_PRICE_LIST dependencies on QP_PRICE_LIST_PUB

Line 10: g_PRICE_LIST_rec QP_Price_List_PUB.Price_List_Rec_Type;

6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'QP_Default_Price_List';
7:
8: -- Package global used within the package.
9:
10: g_PRICE_LIST_rec QP_Price_List_PUB.Price_List_Rec_Type;
11:
12: -- Get functions.
13:
14: FUNCTION Get_Automatic

Line 701: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type :=

697:
698: -- Procedure Attributes
699:
700: PROCEDURE Attributes
701: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type :=
702: QP_Price_List_PUB.G_MISS_PRICE_LIST_REC
703: , p_iteration IN NUMBER := 1
704: , x_PRICE_LIST_rec OUT NOCOPY /* file.sql.39 change */ QP_Price_List_PUB.Price_List_Rec_Type
705: )

Line 702: QP_Price_List_PUB.G_MISS_PRICE_LIST_REC

698: -- Procedure Attributes
699:
700: PROCEDURE Attributes
701: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type :=
702: QP_Price_List_PUB.G_MISS_PRICE_LIST_REC
703: , p_iteration IN NUMBER := 1
704: , x_PRICE_LIST_rec OUT NOCOPY /* file.sql.39 change */ QP_Price_List_PUB.Price_List_Rec_Type
705: )
706: IS

Line 704: , x_PRICE_LIST_rec OUT NOCOPY /* file.sql.39 change */ QP_Price_List_PUB.Price_List_Rec_Type

700: PROCEDURE Attributes
701: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type :=
702: QP_Price_List_PUB.G_MISS_PRICE_LIST_REC
703: , p_iteration IN NUMBER := 1
704: , x_PRICE_LIST_rec OUT NOCOPY /* file.sql.39 change */ QP_Price_List_PUB.Price_List_Rec_Type
705: )
706: IS
707: g_p_PRICE_LIST_rec QP_Price_List_PUB.Price_List_Rec_Type;
708: BEGIN

Line 707: g_p_PRICE_LIST_rec QP_Price_List_PUB.Price_List_Rec_Type;

703: , p_iteration IN NUMBER := 1
704: , x_PRICE_LIST_rec OUT NOCOPY /* file.sql.39 change */ QP_Price_List_PUB.Price_List_Rec_Type
705: )
706: IS
707: g_p_PRICE_LIST_rec QP_Price_List_PUB.Price_List_Rec_Type;
708: BEGIN
709:
710: oe_debug_pub.add('entering attributes');
711: