DBA Data[Home] [Help]

APPS.OE_RMA_WF dependencies on OE_GLOBALS

Line 47: l_control_rec OE_GLOBALS.Control_Rec_Type;

43: x_msg_count NUMBER;
44: x_msg_data VARCHAR2(240);
45: l_line_tbl OE_Order_PUB.Line_Tbl_Type;
46: l_old_line_tbl OE_Order_PUB.Line_Tbl_Type;
47: l_control_rec OE_GLOBALS.Control_Rec_Type;
48: l_x_header_rec OE_Order_PUB.Header_Rec_Type;
49: l_x_Header_Adj_rec OE_Order_PUB.Header_Adj_Rec_Type;
50: l_x_Header_Adj_tbl OE_Order_PUB.Header_Adj_Tbl_Type;
51: l_x_Header_Scredit_rec OE_Order_PUB.Header_Scredit_Rec_Type;

Line 100: l_line_tbl(1).operation := OE_GLOBALS.G_OPR_CREATE;

96: l_old_line_tbl(1).db_flag := FND_API.G_TRUE;
97: l_line_tbl(1).db_flag := FND_API.G_FALSE;
98:
99: -- Set Operation.
100: l_line_tbl(1).operation := OE_GLOBALS.G_OPR_CREATE;
101:
102: -- Set control flags.
103:
104: l_control_rec.controlled_operation := TRUE;

Line 167: If OE_GLOBALS.G_TAX_FLAG = 'Y' THEN

163:
164: -- Commented out the call as the line tax is now calculated as a delayed
165: -- request in process_order API.
166: /*
167: If OE_GLOBALS.G_TAX_FLAG = 'Y' THEN
168: OE_Delayed_Requests_UTIL.Tax_Line (x_return_status
169: , l_x_line_rec
170: , l_x_line_rec
171: );

Line 174: OE_GLOBALS.G_TAX_FLAG := 'N';

170: , l_x_line_rec
171: );
172: oe_debug_pub.add('Calling Update Row', 2);
173: OE_Line_Util.Update_Row (l_x_line_rec);
174: OE_GLOBALS.G_TAX_FLAG := 'N';
175: END IF;
176: */
177:
178: -- example completion

Line 237: IF itemtype = OE_GLOBALS.G_WFI_LIN THEN

233: --
234: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
235: --
236: BEGIN
237: IF itemtype = OE_GLOBALS.G_WFI_LIN THEN
238: l_category_code := wf_engine.GetItemAttrText(OE_GLOBALS.G_WFI_LIN,
239: itemkey, 'LINE_CATEGORY');
240: IF l_category_code = 'RETURN' THEN
241: resultout := 'COMPLETE:Y';

Line 238: l_category_code := wf_engine.GetItemAttrText(OE_GLOBALS.G_WFI_LIN,

234: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
235: --
236: BEGIN
237: IF itemtype = OE_GLOBALS.G_WFI_LIN THEN
238: l_category_code := wf_engine.GetItemAttrText(OE_GLOBALS.G_WFI_LIN,
239: itemkey, 'LINE_CATEGORY');
240: IF l_category_code = 'RETURN' THEN
241: resultout := 'COMPLETE:Y';
242: ELSE

Line 276: IF itemtype = OE_GLOBALS.G_WFI_LIN THEN

272: if (funcmode = 'RUN') then
273:
274: -- Check if the item is shippable or transactable
275:
276: IF itemtype = OE_GLOBALS.G_WFI_LIN THEN
277:
278: SELECT DECODE(l.shippable_flag,NULL,m.shippable_item_flag ,
279: l.shippable_flag),
280: mtl_transactions_enabled_flag

Line 356: IF itemtype = OE_GLOBALS.G_WFI_LIN THEN

352:
353:
354: IF (funcmode = 'RUN') then
355:
356: IF itemtype = OE_GLOBALS.G_WFI_LIN THEN
357:
358: Is_Line_Receivable(itemtype,
359: itemkey,
360: actid,