DBA Data[Home] [Help]

APPS.OE_DEFAULT_PRICE_LIST_LINE dependencies on OE_PRICE_LIST_PUB

Line 10: g_PRICE_LIST_LINE_rec OE_Price_List_PUB.Price_List_Line_Rec_Type;

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

Line 501: ( p_PRICE_LIST_LINE_rec IN OE_Price_List_PUB.Price_List_Line_Rec_Type :=

497:
498: -- Procedure Attributes
499:
500: PROCEDURE Attributes
501: ( p_PRICE_LIST_LINE_rec IN OE_Price_List_PUB.Price_List_Line_Rec_Type :=
502: OE_Price_List_PUB.G_MISS_PRICE_LIST_LINE_REC
503: , p_iteration IN NUMBER := 1
504: , x_PRICE_LIST_LINE_rec OUT NOCOPY /* file.sql.39 change */ OE_Price_List_PUB.Price_List_Line_Rec_Type
505: )

Line 502: OE_Price_List_PUB.G_MISS_PRICE_LIST_LINE_REC

498: -- Procedure Attributes
499:
500: PROCEDURE Attributes
501: ( p_PRICE_LIST_LINE_rec IN OE_Price_List_PUB.Price_List_Line_Rec_Type :=
502: OE_Price_List_PUB.G_MISS_PRICE_LIST_LINE_REC
503: , p_iteration IN NUMBER := 1
504: , x_PRICE_LIST_LINE_rec OUT NOCOPY /* file.sql.39 change */ OE_Price_List_PUB.Price_List_Line_Rec_Type
505: )
506: IS

Line 504: , x_PRICE_LIST_LINE_rec OUT NOCOPY /* file.sql.39 change */ OE_Price_List_PUB.Price_List_Line_Rec_Type

500: PROCEDURE Attributes
501: ( p_PRICE_LIST_LINE_rec IN OE_Price_List_PUB.Price_List_Line_Rec_Type :=
502: OE_Price_List_PUB.G_MISS_PRICE_LIST_LINE_REC
503: , p_iteration IN NUMBER := 1
504: , x_PRICE_LIST_LINE_rec OUT NOCOPY /* file.sql.39 change */ OE_Price_List_PUB.Price_List_Line_Rec_Type
505: )
506: IS
507: l_PRICE_LIST_LINE_rec OE_Price_List_PUB.Price_List_Line_Rec_Type; --[prarasto]
508: BEGIN

Line 507: l_PRICE_LIST_LINE_rec OE_Price_List_PUB.Price_List_Line_Rec_Type; --[prarasto]

503: , p_iteration IN NUMBER := 1
504: , x_PRICE_LIST_LINE_rec OUT NOCOPY /* file.sql.39 change */ OE_Price_List_PUB.Price_List_Line_Rec_Type
505: )
506: IS
507: l_PRICE_LIST_LINE_rec OE_Price_List_PUB.Price_List_Line_Rec_Type; --[prarasto]
508: BEGIN
509:
510: -- Check number of iterations.
511: