DBA Data[Home] [Help]

APPS.OKL_CURE_WF dependencies on WF_CORE

Line 515: wf_core.context('OKL_CURE_WF',

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,
519: to_char(actid),

Line 526: wf_core.context('OKL_CURE_WF',

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,
530: to_char(actid),

Line 619: wf_core.context('OKL_CURE_WF',

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,
623: to_char(actid),

Line 631: wf_core.context('OKL_CURE_WF',

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,
635: to_char(actid),