DBA Data[Home] [Help]

APPS.OE_PORTAL_LINE dependencies on OE_GLOBALS

Line 101: l_control_rec OE_GLOBALS.Control_Rec_Type;

97: )
98: IS
99: l_x_old_line_tbl OE_Order_PUB.Line_Tbl_Type;
100: l_x_line_tbl OE_Order_PUB.Line_Tbl_Type;
101: l_control_rec OE_GLOBALS.Control_Rec_Type;
102: l_return_status VARCHAR2(1);
103: l_x_line_rec OE_Order_PUB.Line_Rec_Type;
104: l_charge_amount NUMBER := 0.0;
105: BEGIN

Line 138: l_control_rec OE_GLOBALS.Control_Rec_Type;

134: IS
135: l_x_line_rec OE_Order_PUB.Line_Rec_Type;
136: l_x_line_tbl OE_Order_PUB.Line_Tbl_Type;
137: l_x_old_line_tbl OE_Order_PUB.Line_Tbl_Type;
138: l_control_rec OE_GLOBALS.Control_Rec_Type;
139: l_return_status VARCHAR2(1);
140: BEGIN
141:
142: /* chhung delete the content of all procedures. Request by Esha */