DBA Data[Home] [Help]

APPS.OE_DEFAULT_LINE dependencies on OE_ORDER_PUB

Line 5: ( p_x_Line_rec IN OUT NOCOPY OE_Order_PUB.Line_Rec_Type

1: PACKAGE OE_Default_Line AUTHID CURRENT_USER AS
2: /* $Header: OEXDLINS.pls 120.3.12020000.1 2012/06/26 08:34:07 appldev ship $ */
3:
4: PROCEDURE Attributes
5: ( p_x_Line_rec IN OUT NOCOPY OE_Order_PUB.Line_Rec_Type
6: , p_old_Line_rec IN OE_Order_PUB.Line_Rec_Type
7: , p_iteration IN NUMBER := 1
8: ) ;
9:

Line 6: , p_old_Line_rec IN OE_Order_PUB.Line_Rec_Type

2: /* $Header: OEXDLINS.pls 120.3.12020000.1 2012/06/26 08:34:07 appldev ship $ */
3:
4: PROCEDURE Attributes
5: ( p_x_Line_rec IN OUT NOCOPY OE_Order_PUB.Line_Rec_Type
6: , p_old_Line_rec IN OE_Order_PUB.Line_Rec_Type
7: , p_iteration IN NUMBER := 1
8: ) ;
9:
10: FUNCTION Get_Line

Line 25: p_line_rec OE_ORDER_PUB.Line_Rec_Type

21: p_return_attribute2 IN VARCHAR2)
22: RETURN NUMBER;
23: FUNCTION Get_Dual_Uom -- INVCONV
24: (
25: p_line_rec OE_ORDER_PUB.Line_Rec_Type
26: )
27: RETURN VARCHAR2;
28:
29:

Line 39: , p_x_line_rec IN OUT NOCOPY OE_Order_PUB.Line_Rec_Type

35:
36: -- to default return attributes from referenced invoice line
37: Procedure Attributes_From_Invoice_Line
38: ( p_invoice_line_id IN NUMBER
39: , p_x_line_rec IN OUT NOCOPY OE_Order_PUB.Line_Rec_Type
40: );
41:
42: -- to default return attributes from referenced order line
43: Procedure Attributes_From_Order_Line

Line 45: , p_x_line_rec IN OUT NOCOPY OE_Order_PUB.Line_Rec_Type

41:
42: -- to default return attributes from referenced order line
43: Procedure Attributes_From_Order_Line
44: ( p_order_line_id IN NUMBER
45: , p_x_line_rec IN OUT NOCOPY OE_Order_PUB.Line_Rec_Type
46: );
47:
48: -- to default return attributes
49: Procedure Return_Attributes

Line 50: ( p_x_line_rec IN OUT NOCOPY OE_Order_PUB.Line_Rec_Type

46: );
47:
48: -- to default return attributes
49: Procedure Return_Attributes
50: ( p_x_line_rec IN OUT NOCOPY OE_Order_PUB.Line_Rec_Type
51: , p_old_line_rec IN OE_Order_PUB.Line_Rec_Type
52: );
53:
54: FUNCTION Get_Item_Type(p_line_rec OE_ORDER_PUB.Line_Rec_Type,

Line 51: , p_old_line_rec IN OE_Order_PUB.Line_Rec_Type

47:
48: -- to default return attributes
49: Procedure Return_Attributes
50: ( p_x_line_rec IN OUT NOCOPY OE_Order_PUB.Line_Rec_Type
51: , p_old_line_rec IN OE_Order_PUB.Line_Rec_Type
52: );
53:
54: FUNCTION Get_Item_Type(p_line_rec OE_ORDER_PUB.Line_Rec_Type,
55: p_old_line_rec OE_ORDER_PUB.Line_Rec_Type)

Line 54: FUNCTION Get_Item_Type(p_line_rec OE_ORDER_PUB.Line_Rec_Type,

50: ( p_x_line_rec IN OUT NOCOPY OE_Order_PUB.Line_Rec_Type
51: , p_old_line_rec IN OE_Order_PUB.Line_Rec_Type
52: );
53:
54: FUNCTION Get_Item_Type(p_line_rec OE_ORDER_PUB.Line_Rec_Type,
55: p_old_line_rec OE_ORDER_PUB.Line_Rec_Type)
56: RETURN VARCHAR2;
57:
58: PROCEDURE Insert_into_set

Line 55: p_old_line_rec OE_ORDER_PUB.Line_Rec_Type)

51: , p_old_line_rec IN OE_Order_PUB.Line_Rec_Type
52: );
53:
54: FUNCTION Get_Item_Type(p_line_rec OE_ORDER_PUB.Line_Rec_Type,
55: p_old_line_rec OE_ORDER_PUB.Line_Rec_Type)
56: RETURN VARCHAR2;
57:
58: PROCEDURE Insert_into_set
59: (p_line_id IN NUMBER,

Line 65: FUNCTION GET_FREIGHT_CARRIER(p_line_rec OE_ORDER_PUB.Line_Rec_Type,

61: x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2 );
62:
63: -- 2806483
64: -- Added to spec to call the API from other packages.
65: FUNCTION GET_FREIGHT_CARRIER(p_line_rec OE_ORDER_PUB.Line_Rec_Type,
66: p_old_line_rec OE_ORDER_PUB.Line_Rec_Type)
67: RETURN VARCHAR2;
68:
69: /* Added for Pack J to support Config and Service items for Blanket Functionality

Line 66: p_old_line_rec OE_ORDER_PUB.Line_Rec_Type)

62:
63: -- 2806483
64: -- Added to spec to call the API from other packages.
65: FUNCTION GET_FREIGHT_CARRIER(p_line_rec OE_ORDER_PUB.Line_Rec_Type,
66: p_old_line_rec OE_ORDER_PUB.Line_Rec_Type)
67: RETURN VARCHAR2;
68:
69: /* Added for Pack J to support Config and Service items for Blanket Functionality
70: -- Added this package to populate the Service and Config