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 222: if (funcmode <> wf_engine.eng_run) then

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

Line 224: result := wf_engine.eng_null;

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

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

352: BEGIN
353: l_progress := '010';
354:
355: -- Do nothing in cancel or timeout mode
356: IF (funcmode <> WF_ENGINE.eng_run) THEN
357: result := WF_ENGINE.eng_null;
358: RETURN;
359: END IF;
360:

Line 357: result := WF_ENGINE.eng_null;

353: l_progress := '010';
354:
355: -- Do nothing in cancel or timeout mode
356: IF (funcmode <> WF_ENGINE.eng_run) THEN
357: result := WF_ENGINE.eng_null;
358: RETURN;
359: END IF;
360:
361: l_progress := '020';

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

384:
385: l_progress := '030';
386:
387: IF (l_account_id IS NULL ) THEN
388: result := WF_ENGINE.eng_completed || ':FAILURE';
389: ELSE
390: PO_WF_UTIL_PKG.SetItemAttrNumber(itemtype => itemtype,
391: itemkey => itemkey,
392: aname => 'TEMP_ACCOUNT_ID',

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

391: itemkey => itemkey,
392: aname => 'TEMP_ACCOUNT_ID',
393: avalue => l_account_id );
394:
395: result := WF_ENGINE.eng_completed || ':SUCCESS';
396: END IF;
397:
398: l_progress := '040';
399: