DBA Data[Home] [Help]

APPS.OE_DEFAULT_CONTRACT dependencies on OE_PRICING_CONT_PUB

Line 7: ( p_Contract_rec IN OE_Pricing_Cont_PUB.Contract_Rec_Type :=

3:
4: -- Procedure Attributes
5:
6: PROCEDURE Attributes
7: ( p_Contract_rec IN OE_Pricing_Cont_PUB.Contract_Rec_Type :=
8: OE_Pricing_Cont_PUB.G_MISS_CONTRACT_REC
9: , p_iteration IN NUMBER := 1
10: , x_Contract_rec OUT OE_Pricing_Cont_PUB.Contract_Rec_Type
11: );

Line 8: OE_Pricing_Cont_PUB.G_MISS_CONTRACT_REC

4: -- Procedure Attributes
5:
6: PROCEDURE Attributes
7: ( p_Contract_rec IN OE_Pricing_Cont_PUB.Contract_Rec_Type :=
8: OE_Pricing_Cont_PUB.G_MISS_CONTRACT_REC
9: , p_iteration IN NUMBER := 1
10: , x_Contract_rec OUT OE_Pricing_Cont_PUB.Contract_Rec_Type
11: );
12:

Line 10: , x_Contract_rec OUT OE_Pricing_Cont_PUB.Contract_Rec_Type

6: PROCEDURE Attributes
7: ( p_Contract_rec IN OE_Pricing_Cont_PUB.Contract_Rec_Type :=
8: OE_Pricing_Cont_PUB.G_MISS_CONTRACT_REC
9: , p_iteration IN NUMBER := 1
10: , x_Contract_rec OUT OE_Pricing_Cont_PUB.Contract_Rec_Type
11: );
12:
13: END OE_Default_Contract;