DBA Data[Home] [Help]

APPS.OKL_CURE_WF dependencies on WF_ENGINE

Line 468: result := wf_engine.eng_null;

464: G_IS_DEBUG_STATEMENT_ON := OKL_DEBUG_PUB.CHECK_LOG_ON(G_MODULE, FND_LOG.LEVEL_STATEMENT);
465: END IF;
466:
467: if funcmode <> 'RUN' then
468: result := wf_engine.eng_null;
469: return;
470: end if;
471:
472: l_cure_report_id:= wf_engine.GetItemAttrText(

Line 472: l_cure_report_id:= wf_engine.GetItemAttrText(

468: result := wf_engine.eng_null;
469: return;
470: end if;
471:
472: l_cure_report_id:= wf_engine.GetItemAttrText(
473: itemtype => itemtype,
474: itemkey => itemkey,
475: aname => 'REPORT_ID');
476:

Line 514: --resultout := wf_engine.eng_completed ||':'||wf_no;

510: EXCEPTION
511: WHEN FND_API.G_EXC_ERROR THEN
512:
513: okl_debug_pub.logmessage('OKL_CURE_WF: set_approval_status : FND_API.G_EXC_ERROR');
514: --resultout := wf_engine.eng_completed ||':'||wf_no;
515: wf_core.context('OKL_CURE_WF',
516: 'set_approval_status',
517: itemtype,
518: itemkey,

Line 525: --resultout := wf_engine.eng_completed ||':'||wf_no;

521: raise;
522:
523: when others then
524: okl_debug_pub.logmessage('OKL_CURE_WF: set_approval_status : OTHERS');
525: --resultout := wf_engine.eng_completed ||':'||wf_no;
526: wf_core.context('OKL_CURE_WF',
527: 'set_approval_status',
528: itemtype,
529: itemkey,

Line 571: result := wf_engine.eng_null;

567: G_IS_DEBUG_STATEMENT_ON := OKL_DEBUG_PUB.CHECK_LOG_ON(G_MODULE, FND_LOG.LEVEL_STATEMENT);
568: END IF;
569:
570: if funcmode <> 'RUN' then
571: result := wf_engine.eng_null;
572: return;
573: end if;
574:
575: l_cure_report_id:= wf_engine.GetItemAttrText(

Line 575: l_cure_report_id:= wf_engine.GetItemAttrText(

571: result := wf_engine.eng_null;
572: return;
573: end if;
574:
575: l_cure_report_id:= wf_engine.GetItemAttrText(
576: itemtype => itemtype,
577: itemkey => itemkey,
578: aname => 'REPORT_ID');
579:

Line 618: --resultout := wf_engine.eng_completed ||':'||wf_no;

614: EXCEPTION
615: WHEN FND_API.G_EXC_ERROR THEN
616:
617: okl_debug_pub.logmessage('OKL_CURE_WF: set_reject_status : FND_API.G_EXC_ERROR');
618: --resultout := wf_engine.eng_completed ||':'||wf_no;
619: wf_core.context('OKL_CURE_WF',
620: 'set_reject_status',
621: itemtype,
622: itemkey,

Line 630: --resultout := wf_engine.eng_completed ||':'||wf_no;

626:
627: when others then
628:
629: okl_debug_pub.logmessage('OKL_CURE_WF: set_reject_status : OTHERS');
630: --resultout := wf_engine.eng_completed ||':'||wf_no;
631: wf_core.context('OKL_CURE_WF',
632: 'set_reject_status',
633: itemtype,
634: itemkey,