DBA Data[Home] [Help]

APPS.OE_FULFILL_WF dependencies on WF_ENGINE

Line 261: WF_ENGINE.CompleteActivityInternalName (

257: END IF;
258:
259: -- Complete the work flow Fulfill Line Eligible Activity
260: BEGIN --14599978
261: WF_ENGINE.CompleteActivityInternalName (
262: Itemtype => 'OEOL',
263: Itemkey => to_char (p_line_id),
264: Activity => 'FULFILL_LINE_ELIGIBLE',
265: Result => OE_GLOBALS.G_WFR_COMPLETE,

Line 406: --resultout := 'DEFERRED:'||to_char(sysdate+0.02, wf_engine.date_format); --bug 4189737

402: IF l_return_status = 'DEFERRED' THEN
403: IF l_debug_level > 0 THEN
404: oe_debug_pub.add( 'WF activity deferred') ;
405: END IF;
406: --resultout := 'DEFERRED:'||to_char(sysdate+0.02, wf_engine.date_format); --bug 4189737
407: resultout := 'DEFERRED';
408: OE_STANDARD_WF.Clear_Msg_Context;
409: return;
410: ELSIF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN