DBA Data[Home] [Help]

APPS.ZPB_WF_ERROR dependencies on WF_CORE

Line 257: Wf_Core.Context('ZPB_WF_ERROR', 'SET_ERROR', itemtype,

253:
254: exception
255: when others then
256:
257: Wf_Core.Context('ZPB_WF_ERROR', 'SET_ERROR', itemtype,
258: itemkey, to_char(actid), funcmode);
259: raise;
260:
261: END SET_ERROR;

Line 502: Wf_Core.Context('ZPB_WF_ERROR', 'SET_conc_ERROR', itemtype,

498:
499:
500: exception
501: when others then
502: Wf_Core.Context('ZPB_WF_ERROR', 'SET_conc_ERROR', itemtype,
503: itemkey, to_char(actid), funcmode);
504: raise;
505:
506: END SET_CONC_ERROR;