DBA Data[Home] [Help]

APPS.OE_FULFILL_WF dependencies on WF_ENGINE

Line 259: WF_ENGINE.CompleteActivityInternalName (

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

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

394: IF l_return_status = 'DEFERRED' THEN
395: IF l_debug_level > 0 THEN
396: oe_debug_pub.add( 'WF activity deferred') ;
397: END IF;
398: --resultout := 'DEFERRED:'||to_char(sysdate+0.02, wf_engine.date_format); --bug 4189737
399: resultout := 'DEFERRED';
400: OE_STANDARD_WF.Clear_Msg_Context;
401: return;
402: ELSIF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN