DBA Data[Home] [Help]

APPS.OE_OEOL_GSA dependencies on OE_ORDER_PUB

Line 11: l_line_rec OE_Order_PUB.Line_Rec_Type;

7: actid in number,
8: funcmode in varchar2,
9: resultout in out NOCOPY /* file.sql.39 change */ varchar2)
10: IS
11: l_line_rec OE_Order_PUB.Line_Rec_Type;
12: BEGIN
13: -- start data fix project
14: OE_STANDARD_WF.Set_Msg_Context(actid);
15: -- end data fix project

Line 71: l_line_rec OE_Order_PUB.Line_Rec_Type;

67: actid in number,
68: funcmode in varchar2,
69: resultout in out NOCOPY /* file.sql.39 change */ varchar2)
70: IS
71: l_line_rec OE_Order_PUB.Line_Rec_Type;
72: l_hold_source_rec OE_Hold_Sources_Pvt.Hold_Source_REC
73: DEFAULT OE_Hold_Sources_Pvt.G_MISS_Hold_Source_REC;
74: l_return_status VARCHAR2(30);
75: l_msg_count number;

Line 167: l_line_rec OE_Order_PUB.Line_Rec_Type;

163: actid in number,
164: funcmode in varchar2,
165: resultout in out NOCOPY /* file.sql.39 change */ varchar2)
166: IS
167: l_line_rec OE_Order_PUB.Line_Rec_Type;
168: BEGIN
169: -- start data fix project
170: OE_STANDARD_WF.Set_Msg_Context(actid);
171: -- end data fix project