DBA Data[Home] [Help]

APPS.OE_CNCL_VALIDATE_LINE dependencies on OE_ORDER_PUB

Line 6: ( p_line_rec IN OE_Order_PUB.Line_Rec_Type

2: /* $Header: OEXVCLNS.pls 120.0 2005/06/01 23:18:26 appldev noship $ */
3:
4: -- Procedure Check_book_reqd_attributes.
5: PROCEDURE Check_Book_Reqd_Attributes
6: ( p_line_rec IN OE_Order_PUB.Line_Rec_Type
7: , x_return_status IN OUT NOCOPY VARCHAR2 /* file.sql.39 change */
8: );
9:
10: -- Procedure Entity

Line 15: , p_line_rec IN OE_Order_PUB.Line_Rec_Type

11:
12: PROCEDURE Entity
13: ( x_return_status OUT NOCOPY VARCHAR2
14:
15: , p_line_rec IN OE_Order_PUB.Line_Rec_Type
16: );
17:
18: -- Procedure Attributes
19:

Line 23: , p_x_line_rec IN OUT NOCOPY OE_Order_PUB.Line_Rec_Type

19:
20: PROCEDURE Attributes
21: ( x_return_status OUT NOCOPY VARCHAR2
22:
23: , p_x_line_rec IN OUT NOCOPY OE_Order_PUB.Line_Rec_Type
24: , p_validation_level IN NUMBER := FND_API.G_VALID_LEVEL_FULL
25: );
26:
27: FUNCTION Get_Item_Type(p_line_rec OE_ORDER_PUB.Line_Rec_Type)

Line 27: FUNCTION Get_Item_Type(p_line_rec OE_ORDER_PUB.Line_Rec_Type)

23: , p_x_line_rec IN OUT NOCOPY OE_Order_PUB.Line_Rec_Type
24: , p_validation_level IN NUMBER := FND_API.G_VALID_LEVEL_FULL
25: );
26:
27: FUNCTION Get_Item_Type(p_line_rec OE_ORDER_PUB.Line_Rec_Type)
28: RETURN VARCHAR2;
29:
30: END OE_CNCL_Validate_Line;