DBA Data[Home] [Help]

APPS.OE_DEFAULT_PRICE_LIST dependencies on OE_PRICE_LIST_PUB

Line 10: g_PRICE_LIST_rec OE_Price_List_PUB.Price_List_Rec_Type;

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

Line 218: ( p_PRICE_LIST_rec IN OE_Price_List_PUB.Price_List_Rec_Type :=

214:
215: -- Procedure Attributes
216:
217: PROCEDURE Attributes
218: ( p_PRICE_LIST_rec IN OE_Price_List_PUB.Price_List_Rec_Type :=
219: OE_Price_List_PUB.G_MISS_PRICE_LIST_REC
220: , p_iteration IN NUMBER := 1
221: , x_PRICE_LIST_rec OUT OE_Price_List_PUB.Price_List_Rec_Type
222: )

Line 219: OE_Price_List_PUB.G_MISS_PRICE_LIST_REC

215: -- Procedure Attributes
216:
217: PROCEDURE Attributes
218: ( p_PRICE_LIST_rec IN OE_Price_List_PUB.Price_List_Rec_Type :=
219: OE_Price_List_PUB.G_MISS_PRICE_LIST_REC
220: , p_iteration IN NUMBER := 1
221: , x_PRICE_LIST_rec OUT OE_Price_List_PUB.Price_List_Rec_Type
222: )
223: IS

Line 221: , x_PRICE_LIST_rec OUT OE_Price_List_PUB.Price_List_Rec_Type

217: PROCEDURE Attributes
218: ( p_PRICE_LIST_rec IN OE_Price_List_PUB.Price_List_Rec_Type :=
219: OE_Price_List_PUB.G_MISS_PRICE_LIST_REC
220: , p_iteration IN NUMBER := 1
221: , x_PRICE_LIST_rec OUT OE_Price_List_PUB.Price_List_Rec_Type
222: )
223: IS
224: BEGIN
225: