DBA Data[Home] [Help]

APPS.OE_DEFAULT_AGREEMENT dependencies on OE_PRICING_CONT_PUB

Line 10: g_Agreement_rec OE_Pricing_Cont_PUB.Agreement_Rec_Type;

6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OE_Default_Agreement';
7:
8: -- Package global used within the package.
9:
10: g_Agreement_rec OE_Pricing_Cont_PUB.Agreement_Rec_Type;
11:
12: -- Get functions.
13:
14: FUNCTION Get_Accounting_Rule

Line 361: ( p_Agreement_rec IN OE_Pricing_Cont_PUB.Agreement_Rec_Type :=

357:
358: -- Procedure Attributes
359:
360: PROCEDURE Attributes
361: ( p_Agreement_rec IN OE_Pricing_Cont_PUB.Agreement_Rec_Type :=
362: OE_Pricing_Cont_PUB.G_MISS_AGREEMENT_REC
363: , p_iteration IN NUMBER := 1
364: , x_Agreement_rec OUT NOCOPY /* file.sql.39 change */ OE_Pricing_Cont_PUB.Agreement_Rec_Type
365: )

Line 362: OE_Pricing_Cont_PUB.G_MISS_AGREEMENT_REC

358: -- Procedure Attributes
359:
360: PROCEDURE Attributes
361: ( p_Agreement_rec IN OE_Pricing_Cont_PUB.Agreement_Rec_Type :=
362: OE_Pricing_Cont_PUB.G_MISS_AGREEMENT_REC
363: , p_iteration IN NUMBER := 1
364: , x_Agreement_rec OUT NOCOPY /* file.sql.39 change */ OE_Pricing_Cont_PUB.Agreement_Rec_Type
365: )
366: IS

Line 364: , x_Agreement_rec OUT NOCOPY /* file.sql.39 change */ OE_Pricing_Cont_PUB.Agreement_Rec_Type

360: PROCEDURE Attributes
361: ( p_Agreement_rec IN OE_Pricing_Cont_PUB.Agreement_Rec_Type :=
362: OE_Pricing_Cont_PUB.G_MISS_AGREEMENT_REC
363: , p_iteration IN NUMBER := 1
364: , x_Agreement_rec OUT NOCOPY /* file.sql.39 change */ OE_Pricing_Cont_PUB.Agreement_Rec_Type
365: )
366: IS
367: l_Agreement_rec OE_Pricing_Cont_PUB.Agreement_Rec_Type; --[prarasto]
368: BEGIN

Line 367: l_Agreement_rec OE_Pricing_Cont_PUB.Agreement_Rec_Type; --[prarasto]

363: , p_iteration IN NUMBER := 1
364: , x_Agreement_rec OUT NOCOPY /* file.sql.39 change */ OE_Pricing_Cont_PUB.Agreement_Rec_Type
365: )
366: IS
367: l_Agreement_rec OE_Pricing_Cont_PUB.Agreement_Rec_Type; --[prarasto]
368: BEGIN
369:
370: oe_debug_pub.add('Entering OE_Default_Agreement.Attributes');
371: