DBA Data[Home] [Help]

APPS.OE_DEFAULT_CONTRACT dependencies on OE_PRICING_CONT_PUB

Line 10: g_Contract_rec OE_Pricing_Cont_PUB.Contract_Rec_Type;

6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OE_Default_Contract';
7:
8: -- Package global used within the package.
9:
10: g_Contract_rec OE_Pricing_Cont_PUB.Contract_Rec_Type;
11:
12: -- Get functions.
13:
14: FUNCTION Get_Agreement

Line 176: ( p_Contract_rec IN OE_Pricing_Cont_PUB.Contract_Rec_Type :=

172:
173: -- Procedure Attributes
174:
175: PROCEDURE Attributes
176: ( p_Contract_rec IN OE_Pricing_Cont_PUB.Contract_Rec_Type :=
177: OE_Pricing_Cont_PUB.G_MISS_CONTRACT_REC
178: , p_iteration IN NUMBER := 1
179: , x_Contract_rec OUT OE_Pricing_Cont_PUB.Contract_Rec_Type
180: )

Line 177: OE_Pricing_Cont_PUB.G_MISS_CONTRACT_REC

173: -- Procedure Attributes
174:
175: PROCEDURE Attributes
176: ( p_Contract_rec IN OE_Pricing_Cont_PUB.Contract_Rec_Type :=
177: OE_Pricing_Cont_PUB.G_MISS_CONTRACT_REC
178: , p_iteration IN NUMBER := 1
179: , x_Contract_rec OUT OE_Pricing_Cont_PUB.Contract_Rec_Type
180: )
181: IS

Line 179: , x_Contract_rec OUT OE_Pricing_Cont_PUB.Contract_Rec_Type

175: PROCEDURE Attributes
176: ( p_Contract_rec IN OE_Pricing_Cont_PUB.Contract_Rec_Type :=
177: OE_Pricing_Cont_PUB.G_MISS_CONTRACT_REC
178: , p_iteration IN NUMBER := 1
179: , x_Contract_rec OUT OE_Pricing_Cont_PUB.Contract_Rec_Type
180: )
181: IS
182: BEGIN
183: