DBA Data[Home] [Help]

APPS.OKL_PAY_CURE_REFUNDS_PVT dependencies on WF_CORE

Line 5193: wf_core.context('OKL_PAY_CURE_REFUNDS_PVT',

5189:
5190: EXCEPTION
5191: WHEN FND_API.G_EXC_ERROR THEN
5192: --resultout := wf_engine.eng_completed ||':'||wf_no;
5193: wf_core.context('OKL_PAY_CURE_REFUNDS_PVT',
5194: 'set_approval_status',
5195: itemtype,
5196: itemkey,
5197: to_char(actid),

Line 5203: wf_core.context('OKL_PAY_CURE_REFUNDS_PVT',

5199: raise;
5200:
5201: when others then
5202: --resultout := wf_engine.eng_completed ||':'||wf_no;
5203: wf_core.context('OKL_PAY_CURE_REFUNDS_PVT',
5204: 'set_approval_status',
5205: itemtype,
5206: itemkey,
5207: to_char(actid),

Line 5279: wf_core.context('OKL_PAY_CURE_REFUNDS_PVT',

5275: okl_debug_pub.logmessage ('OKL_PAY_CURE_REFUNDS_PVT: set_reject_status : END ');
5276: EXCEPTION
5277: WHEN FND_API.G_EXC_ERROR THEN
5278: --resultout := wf_engine.eng_completed ||':'||wf_no;
5279: wf_core.context('OKL_PAY_CURE_REFUNDS_PVT',
5280: 'set_reject_status',
5281: itemtype,
5282: itemkey,
5283: to_char(actid),

Line 5289: wf_core.context('OKL_PAY_CURE_REFUNDS_PVT',

5285: raise;
5286:
5287: when others then
5288: --resultout := wf_engine.eng_completed ||':'||wf_no;
5289: wf_core.context('OKL_PAY_CURE_REFUNDS_PVT',
5290: 'set_reject_status',
5291: itemtype,
5292: itemkey,
5293: to_char(actid),