DBA Data[Home] [Help]

APPS.OE_DEFAULT_AGREEMENT dependencies on OE_PRICING_CONT_PUB

Line 7: ( p_Agreement_rec IN OE_Pricing_Cont_PUB.Agreement_Rec_Type :=

3:
4: -- Procedure Attributes
5:
6: PROCEDURE Attributes
7: ( p_Agreement_rec IN OE_Pricing_Cont_PUB.Agreement_Rec_Type :=
8: OE_Pricing_Cont_PUB.G_MISS_AGREEMENT_REC
9: , p_iteration IN NUMBER := 1
10: , x_Agreement_rec OUT NOCOPY /* file.sql.39 change */ OE_Pricing_Cont_PUB.Agreement_Rec_Type
11: );

Line 8: OE_Pricing_Cont_PUB.G_MISS_AGREEMENT_REC

4: -- Procedure Attributes
5:
6: PROCEDURE Attributes
7: ( p_Agreement_rec IN OE_Pricing_Cont_PUB.Agreement_Rec_Type :=
8: OE_Pricing_Cont_PUB.G_MISS_AGREEMENT_REC
9: , p_iteration IN NUMBER := 1
10: , x_Agreement_rec OUT NOCOPY /* file.sql.39 change */ OE_Pricing_Cont_PUB.Agreement_Rec_Type
11: );
12:

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

6: PROCEDURE Attributes
7: ( p_Agreement_rec IN OE_Pricing_Cont_PUB.Agreement_Rec_Type :=
8: OE_Pricing_Cont_PUB.G_MISS_AGREEMENT_REC
9: , p_iteration IN NUMBER := 1
10: , x_Agreement_rec OUT NOCOPY /* file.sql.39 change */ OE_Pricing_Cont_PUB.Agreement_Rec_Type
11: );
12:
13: END OE_Default_Agreement;