DBA Data[Home] [Help]

APPS.OE_VALIDATE_HEADER_PATTR dependencies on OE_ORDER_PUB

Line 9: , p_Header_Price_Attr_rec IN OE_Order_PUB.Header_Price_Att_Rec_Type

5:
6: PROCEDURE Entity
7: ( x_return_status OUT NOCOPY VARCHAR2
8:
9: , p_Header_Price_Attr_rec IN OE_Order_PUB.Header_Price_Att_Rec_Type
10: , p_old_Header_Price_Attr_rec IN OE_Order_PUB.Header_Price_Att_Rec_Type
11: := OE_Order_PUB.G_MISS_HEADER_PRICE_ATT_REC
12: );
13:

Line 10: , p_old_Header_Price_Attr_rec IN OE_Order_PUB.Header_Price_Att_Rec_Type

6: PROCEDURE Entity
7: ( x_return_status OUT NOCOPY VARCHAR2
8:
9: , p_Header_Price_Attr_rec IN OE_Order_PUB.Header_Price_Att_Rec_Type
10: , p_old_Header_Price_Attr_rec IN OE_Order_PUB.Header_Price_Att_Rec_Type
11: := OE_Order_PUB.G_MISS_HEADER_PRICE_ATT_REC
12: );
13:
14: -- Procedure Attributes

Line 11: := OE_Order_PUB.G_MISS_HEADER_PRICE_ATT_REC

7: ( x_return_status OUT NOCOPY VARCHAR2
8:
9: , p_Header_Price_Attr_rec IN OE_Order_PUB.Header_Price_Att_Rec_Type
10: , p_old_Header_Price_Attr_rec IN OE_Order_PUB.Header_Price_Att_Rec_Type
11: := OE_Order_PUB.G_MISS_HEADER_PRICE_ATT_REC
12: );
13:
14: -- Procedure Attributes
15:

Line 19: , p_Header_Price_Attr_rec IN OE_Order_PUB.Header_Price_Att_Rec_Type

15:
16: PROCEDURE Attributes
17: ( x_return_status OUT NOCOPY VARCHAR2
18:
19: , p_Header_Price_Attr_rec IN OE_Order_PUB.Header_Price_Att_Rec_Type
20: , p_old_Header_Price_Attr_rec IN OE_Order_PUB.Header_Price_Att_Rec_Type
21: := OE_Order_PUB.G_MISS_HEADER_PRICE_ATT_REC
22: , p_validation_level IN NUMBER := FND_API.G_VALID_LEVEL_FULL
23: );

Line 20: , p_old_Header_Price_Attr_rec IN OE_Order_PUB.Header_Price_Att_Rec_Type

16: PROCEDURE Attributes
17: ( x_return_status OUT NOCOPY VARCHAR2
18:
19: , p_Header_Price_Attr_rec IN OE_Order_PUB.Header_Price_Att_Rec_Type
20: , p_old_Header_Price_Attr_rec IN OE_Order_PUB.Header_Price_Att_Rec_Type
21: := OE_Order_PUB.G_MISS_HEADER_PRICE_ATT_REC
22: , p_validation_level IN NUMBER := FND_API.G_VALID_LEVEL_FULL
23: );
24:

Line 21: := OE_Order_PUB.G_MISS_HEADER_PRICE_ATT_REC

17: ( x_return_status OUT NOCOPY VARCHAR2
18:
19: , p_Header_Price_Attr_rec IN OE_Order_PUB.Header_Price_Att_Rec_Type
20: , p_old_Header_Price_Attr_rec IN OE_Order_PUB.Header_Price_Att_Rec_Type
21: := OE_Order_PUB.G_MISS_HEADER_PRICE_ATT_REC
22: , p_validation_level IN NUMBER := FND_API.G_VALID_LEVEL_FULL
23: );
24:
25: -- Procedure Entity_Delete

Line 30: , p_Header_Price_Attr_rec IN OE_Order_PUB.Header_Price_Att_Rec_Type

26:
27: PROCEDURE Entity_Delete
28: ( x_return_status OUT NOCOPY VARCHAR2
29:
30: , p_Header_Price_Attr_rec IN OE_Order_PUB.Header_Price_Att_Rec_Type
31: );
32:
33: END OE_Validate_Header_PAttr;