DBA Data[Home] [Help]

APPS.ECX_WF_ERRORS dependencies on WF_CORE

Line 21: wf_core.context(p_package, p_programunit,

17: exception
18: when others then
19: -- The line below records this function call in the error system
20: -- in the case of an exception.
21: wf_core.context(p_package, p_programunit,
22: p_ret_code, p_errmsg);
23: raise;
24: end checkerror;
25:

Line 140: if(wf_core.error_name = 'WFENG_ITEM_ATTR') then

136: aname => 'ECX_PARTY_TYPE',
137: avalue => party_type);
138: exception
139: when others then
140: if(wf_core.error_name = 'WFENG_ITEM_ATTR') then
141: wf_engine.addItemAttr(itemtype, itemkey, 'ECX_PARTY_TYPE');
142: wf_engine.SetItemAttrText ( itemtype => itemtype,
143: itemkey => itemkey,
144: aname => 'ECX_PARTY_TYPE',

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 367: if(wf_core.error_name = 'WFENG_ITEM_ATTR') then

363: aname => 'ECX_PARTY_TYPE',
364: avalue => party_type);
365: exception
366: when others then
367: if(wf_core.error_name = 'WFENG_ITEM_ATTR') then
368: wf_engine.addItemAttr(itemtype, itemkey, 'ECX_PARTY_TYPE');
369: wf_engine.SetItemAttrText ( itemtype => itemtype,
370: itemkey => itemkey,
371: aname => 'ECX_PARTY_TYPE',

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;