DBA Data[Home] [Help]

APPS.ECX_WF_ERRORS dependencies on ECX_WF_ERRORS

Line 1: package body ECX_WF_ERRORS as

1: package body ECX_WF_ERRORS as
2: -- $Header: ECXWERRB.pls 120.8 2008/05/21 05:50:24 deannava ship $
3:
4: ecx_programunit_error exception;
5:

Line 193: wf_core.context('ECX_WF_ERRORS', 'GETINERRORDETAILS',

189: exception
190: when others then
191: -- The line below records this function call in the error system
192: -- in the case of an exception.
193: wf_core.context('ECX_WF_ERRORS', 'GETINERRORDETAILS',
194: itemtype, itemkey, to_char(actid), funcmode);
195: raise;
196: end GetInErrorDetails;
197:

Line 441: wf_core.context('ECX_WF_ERRORS', 'GETOUTERRORDETAILS',

437: exception
438: when others then
439: -- The line below records this function call in the error system
440: -- in the case of an exception.
441: wf_core.context('ECX_WF_ERRORS', 'GETOUTERRORDETAILS',
442: itemtype, itemkey, to_char(actid), funcmode);
443: raise;
444: end GetOutErrorDetails;
445:

Line 701: wf_core.context('ECX_WF_ERRORS', 'GETTPROLE',

697: return;
698: when others then
699: -- The line below records this function call in the error system
700: -- in the case of an exception.
701: wf_core.context('ECX_WF_ERRORS', 'GETTPROLE',
702: itemtype, itemkey, to_char(actid),
703: funcmode, ret_code, error_msg);
704: raise;
705: end getTpRole;

Line 879: wf_core.context('ECX_WF_ERRORS', 'GETSAROLE',

875: exception
876: when others then
877: -- The line below records this function call in the error system
878: -- in the case of an exception.
879: wf_core.context('ECX_WF_ERRORS', 'GETSAROLE',
880: itemtype, itemkey, to_char(actid),
881: funcmode, ret_code, errmsg);
882: raise;
883: End GETSAROLE;

Line 932: wf_core.context('ECX_WF_ERRORS', 'GetErrorRetryCount',

928: EXCEPTION
929: when others then
930: -- The line below records this function call in the error system
931: -- in the case of an exception.
932: wf_core.context('ECX_WF_ERRORS', 'GetErrorRetryCount',
933: itemtype, itemkey, to_char(actid), funcmode);
934: raise;
935: END GetErrorRetryCount;
936:

Line 963: wf_core.context('ECX_WF_ERRORS', 'GetTimeoutValue',

959: EXCEPTION
960: when others then
961: -- The line below records this function call in the error system
962: -- in the case of an exception.
963: wf_core.context('ECX_WF_ERRORS', 'GetTimeoutValue',
964: itemtype, itemkey, to_char(actid), funcmode);
965: raise;
966:
967: END GetTimeoutValue;

Line 1184: wf_core.context('ECX_WF_ERRORS', 'GETTOROLE',

1180: exception
1181: when others then
1182: -- The line below records this function call in the error system
1183: -- in the case of an exception.
1184: wf_core.context('ECX_WF_ERRORS', 'GETTOROLE',
1185: itemtype, itemkey, to_char(actid),
1186: funcmode, ret_code, errmsg);
1187: raise;
1188: End GETTOROLE;

Line 1190: end ECX_WF_ERRORS;

1186: funcmode, ret_code, errmsg);
1187: raise;
1188: End GETTOROLE;
1189:
1190: end ECX_WF_ERRORS;