DBA Data[Home] [Help]

APPS.OE_DEFAULT_PRICE_BREAK dependencies on OE_PRICING_CONT_PUB

Line 10: g_Price_Break_rec OE_Pricing_Cont_PUB.Price_Break_Rec_Type;

6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OE_Default_Price_Break';
7:
8: -- Package global used within the package.
9:
10: g_Price_Break_rec OE_Pricing_Cont_PUB.Price_Break_Rec_Type;
11:
12: -- Get functions.
13:
14: FUNCTION Get_Amount

Line 179: ( p_Price_Break_rec IN OE_Pricing_Cont_PUB.Price_Break_Rec_Type :=

175:
176: -- Procedure Attributes
177:
178: PROCEDURE Attributes
179: ( p_Price_Break_rec IN OE_Pricing_Cont_PUB.Price_Break_Rec_Type :=
180: OE_Pricing_Cont_PUB.G_MISS_PRICE_BREAK_REC
181: , p_iteration IN NUMBER := 1
182: , x_Price_Break_rec OUT OE_Pricing_Cont_PUB.Price_Break_Rec_Type
183: )

Line 180: OE_Pricing_Cont_PUB.G_MISS_PRICE_BREAK_REC

176: -- Procedure Attributes
177:
178: PROCEDURE Attributes
179: ( p_Price_Break_rec IN OE_Pricing_Cont_PUB.Price_Break_Rec_Type :=
180: OE_Pricing_Cont_PUB.G_MISS_PRICE_BREAK_REC
181: , p_iteration IN NUMBER := 1
182: , x_Price_Break_rec OUT OE_Pricing_Cont_PUB.Price_Break_Rec_Type
183: )
184: IS

Line 182: , x_Price_Break_rec OUT OE_Pricing_Cont_PUB.Price_Break_Rec_Type

178: PROCEDURE Attributes
179: ( p_Price_Break_rec IN OE_Pricing_Cont_PUB.Price_Break_Rec_Type :=
180: OE_Pricing_Cont_PUB.G_MISS_PRICE_BREAK_REC
181: , p_iteration IN NUMBER := 1
182: , x_Price_Break_rec OUT OE_Pricing_Cont_PUB.Price_Break_Rec_Type
183: )
184: IS
185: BEGIN
186: