DBA Data[Home] [Help]

APPS.ZPB_WF_ERROR dependencies on ZPB_WF_ERROR

Line 1: PACKAGE BODY ZPB_WF_ERROR AS

1: PACKAGE BODY ZPB_WF_ERROR AS
2: /* $Header: zpbwferror.plb 120.5 2007/12/04 16:22:19 mbhat noship $ */
3:
4:
5: -- ======================================================================

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;

Line 510: END ZPB_WF_ERROR;

506: END SET_CONC_ERROR;
507:
508:
509:
510: END ZPB_WF_ERROR;