DBA Data[Home] [Help]

APPS.OE_LINE_UTIL_EXT dependencies on OE_ORDER_PUB

Line 9: ( p_LINE_rec IN OE_Order_PUB.LINE_Rec_Type

5: FUNCTION G_Miss_OE_AK_Line_Rec
6: RETURN OE_AK_ORDER_LINES_V%ROWTYPE;
7:
8: PROCEDURE API_Rec_To_Rowtype_Rec
9: ( p_LINE_rec IN OE_Order_PUB.LINE_Rec_Type
10: , x_rowtype_rec IN OUT NOCOPY OE_AK_ORDER_LINES_V%ROWTYPE
11: );
12:
13: PROCEDURE Rowtype_Rec_To_API_Rec

Line 15: , x_api_rec IN OUT NOCOPY OE_Order_PUB.LINE_Rec_Type

11: );
12:
13: PROCEDURE Rowtype_Rec_To_API_Rec
14: ( p_record IN OE_AK_ORDER_LINES_V%ROWTYPE
15: , x_api_rec IN OUT NOCOPY OE_Order_PUB.LINE_Rec_Type
16: );
17:
18: PROCEDURE Clear_Dependent_Attr
19: ( p_attr_id IN NUMBER := FND_API.G_MISS_NUM

Line 27: , p_x_line_rec IN OUT NOCOPY OE_Order_PUB.Line_Rec_Type

23: );
24:
25: PROCEDURE Clear_Dependent_Attr
26: ( p_attr_id IN NUMBER := FND_API.G_MISS_NUM
27: , p_x_line_rec IN OUT NOCOPY OE_Order_PUB.Line_Rec_Type
28: , p_old_line_rec IN OE_Order_PUB.Line_Rec_Type :=
29: OE_Order_PUB.G_MISS_LINE_REC
30: );
31:

Line 28: , p_old_line_rec IN OE_Order_PUB.Line_Rec_Type :=

24:
25: PROCEDURE Clear_Dependent_Attr
26: ( p_attr_id IN NUMBER := FND_API.G_MISS_NUM
27: , p_x_line_rec IN OUT NOCOPY OE_Order_PUB.Line_Rec_Type
28: , p_old_line_rec IN OE_Order_PUB.Line_Rec_Type :=
29: OE_Order_PUB.G_MISS_LINE_REC
30: );
31:
32: PROCEDURE Clear_Dep_And_Default

Line 29: OE_Order_PUB.G_MISS_LINE_REC

25: PROCEDURE Clear_Dependent_Attr
26: ( p_attr_id IN NUMBER := FND_API.G_MISS_NUM
27: , p_x_line_rec IN OUT NOCOPY OE_Order_PUB.Line_Rec_Type
28: , p_old_line_rec IN OE_Order_PUB.Line_Rec_Type :=
29: OE_Order_PUB.G_MISS_LINE_REC
30: );
31:
32: PROCEDURE Clear_Dep_And_Default
33: ( p_src_attr_tbl IN OE_GLOBALS.Number_Tbl_Type

Line 34: , p_x_line_rec IN OUT NOCOPY OE_Order_PUB.Line_Rec_Type

30: );
31:
32: PROCEDURE Clear_Dep_And_Default
33: ( p_src_attr_tbl IN OE_GLOBALS.Number_Tbl_Type
34: , p_x_line_rec IN OUT NOCOPY OE_Order_PUB.Line_Rec_Type
35: , p_old_line_rec IN OE_Order_PUB.Line_Rec_Type
36: );
37:
38: END OE_Line_Util_Ext;

Line 35: , p_old_line_rec IN OE_Order_PUB.Line_Rec_Type

31:
32: PROCEDURE Clear_Dep_And_Default
33: ( p_src_attr_tbl IN OE_GLOBALS.Number_Tbl_Type
34: , p_x_line_rec IN OUT NOCOPY OE_Order_PUB.Line_Rec_Type
35: , p_old_line_rec IN OE_Order_PUB.Line_Rec_Type
36: );
37:
38: END OE_Line_Util_Ext;