DBA Data[Home] [Help]

APPS.ECX_WF_ERRORS dependencies on ECX_UTILS

Line 379: error_msg := ecx_debug.getMessage(ecx_utils.i_errbuf, ecx_utils.i_errparams);

375: end if;
376: end;
377: /* End of changes for bug #2183619*/
378:
379: error_msg := ecx_debug.getMessage(ecx_utils.i_errbuf, ecx_utils.i_errparams);
380:
381: /* Using g_rec_tp_id here as inbound and passthroughs
382: will use the GetInErrorDetails
383: which gets tp_header_id from the error event. */

Line 387: avalue => ecx_utils.g_rec_tp_id);

383: which gets tp_header_id from the error event. */
384: wf_engine.SetItemAttrText ( itemtype => itemtype,
385: itemkey => itemkey,
386: aname => 'ECX_TP_HEADER_ID',
387: avalue => ecx_utils.g_rec_tp_id);
388:
389: wf_engine.SetItemAttrText ( itemtype => itemtype,
390: itemkey => itemkey,
391: aname => 'ECX_RETURN_CODE',

Line 392: avalue => ecx_utils.i_ret_code);

388:
389: wf_engine.SetItemAttrText ( itemtype => itemtype,
390: itemkey => itemkey,
391: aname => 'ECX_RETURN_CODE',
392: avalue => ecx_utils.i_ret_code);
393:
394: wf_engine.SetItemAttrText ( itemtype => itemtype,
395: itemkey => itemkey,
396: aname => 'ECX_ERROR_MSG',

Line 402: avalue => ecx_utils.error_type);

398:
399: wf_engine.SetItemAttrText ( itemtype => itemtype,
400: itemkey => itemkey,
401: aname => 'ECX_ERROR_TYPE',
402: avalue => ecx_utils.error_type);
403:
404:
405: -- example completion
406: result := 'COMPLETE';