DBA Data[Home] [Help]

APPS.OKL_REQ_WF dependencies on WF_CORE

Line 254: wf_core.context('OKL_CO_WF','populate_notif_attributes',itemtype,

250:
251: EXCEPTION
252: when others then
253: --resultout := wf_engine.eng_completed ||':'||wf_no;
254: wf_core.context('OKL_CO_WF','populate_notif_attributes',itemtype,
255: itemkey,to_char(actid),funcmode);
256: raise;
257: END populate_notif_attributes;
258:

Line 340: wf_core.context('OKL_REQ_WF',' Request_Rejected ',

336: END IF;
337:
338: EXCEPTION
339: when others then
340: wf_core.context('OKL_REQ_WF',' Request_Rejected ',
341: itemtype,
342: itemkey,
343: to_char(actid),
344: funcmode);

Line 427: wf_core.context('OKL_REQ_WF',' Request_Approved ',

423: END IF;
424:
425: EXCEPTION
426: when others then
427: wf_core.context('OKL_REQ_WF',' Request_Approved ',
428: itemtype,
429: itemkey,
430: to_char(actid),
431: funcmode);