DBA Data[Home] [Help]

APPS.PO_WF_PO_ACCRUAL_ACC dependencies on WF_ENGINE

Line 40: if (funcmode <> wf_engine.eng_run) then

36:
37:
38: -- Do nothing in cancel or timeout mode
39: --
40: if (funcmode <> wf_engine.eng_run) then
41:
42: result := wf_engine.eng_null;
43: return;
44:

Line 42: result := wf_engine.eng_null;

38: -- Do nothing in cancel or timeout mode
39: --
40: if (funcmode <> wf_engine.eng_run) then
41:
42: result := wf_engine.eng_null;
43: return;
44:
45: end if;
46:

Line 104: if (funcmode <> wf_engine.eng_run) then

100:
101:
102: -- Do nothing in cancel or timeout mode
103: --
104: if (funcmode <> wf_engine.eng_run) then
105:
106: result := wf_engine.eng_null;
107: return;
108:

Line 106: result := wf_engine.eng_null;

102: -- Do nothing in cancel or timeout mode
103: --
104: if (funcmode <> wf_engine.eng_run) then
105:
106: result := wf_engine.eng_null;
107: return;
108:
109: end if;
110:

Line 225: if (funcmode <> wf_engine.eng_run) then

221:
222:
223: -- Do nothing in cancel or timeout mode
224: --
225: if (funcmode <> wf_engine.eng_run) then
226:
227: result := wf_engine.eng_null;
228: return;
229:

Line 227: result := wf_engine.eng_null;

223: -- Do nothing in cancel or timeout mode
224: --
225: if (funcmode <> wf_engine.eng_run) then
226:
227: result := wf_engine.eng_null;
228: return;
229:
230: end if;
231: -- -- call SLA API instead of GML_ACCT_GENERATE

Line 362: IF (funcmode <> WF_ENGINE.eng_run) THEN

358: BEGIN
359: l_progress := '010';
360:
361: -- Do nothing in cancel or timeout mode
362: IF (funcmode <> WF_ENGINE.eng_run) THEN
363: result := WF_ENGINE.eng_null;
364: RETURN;
365: END IF;
366:

Line 363: result := WF_ENGINE.eng_null;

359: l_progress := '010';
360:
361: -- Do nothing in cancel or timeout mode
362: IF (funcmode <> WF_ENGINE.eng_run) THEN
363: result := WF_ENGINE.eng_null;
364: RETURN;
365: END IF;
366:
367: l_progress := '020';

Line 394: result := WF_ENGINE.eng_completed || ':FAILURE';

390:
391: l_progress := '030';
392:
393: IF (l_account_id IS NULL ) THEN
394: result := WF_ENGINE.eng_completed || ':FAILURE';
395: ELSE
396: PO_WF_UTIL_PKG.SetItemAttrNumber(itemtype => itemtype,
397: itemkey => itemkey,
398: aname => 'TEMP_ACCOUNT_ID',

Line 401: result := WF_ENGINE.eng_completed || ':SUCCESS';

397: itemkey => itemkey,
398: aname => 'TEMP_ACCOUNT_ID',
399: avalue => l_account_id );
400:
401: result := WF_ENGINE.eng_completed || ':SUCCESS';
402: END IF;
403:
404: l_progress := '040';
405:

Line 492: result := wf_engine.eng_completed || ':' || wf_engine.eng_null;

488: aname => 'TEMP_ACCOUNT_ID',
489: avalue => x_fsio_accrual_account);
490: END IF;
491:
492: result := wf_engine.eng_completed || ':' || wf_engine.eng_null;
493: RETURN;
494: EXCEPTION
495: WHEN OTHERS THEN
496: wf_core.CONTEXT('PO_WF_PO_ACCRUAL_ACC','FSIO_AA_for_expense_item',