DBA Data[Home] [Help]

APPS.ECX_OUT_WF_QH dependencies on WF_CORE

Line 115: Wf_Core.Context('ECX_OUT_WF_QH', 'Dequeue', x_queue_name);

111: end;
112:
113: exception
114: when others then
115: Wf_Core.Context('ECX_OUT_WF_QH', 'Dequeue', x_queue_name);
116: raise;
117: end Dequeue;
118:
119:

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

383: if (wf_log_pkg.level_statement >= fnd_log.g_current_runtime_level) then
384: wf_log_pkg.string(wf_log_pkg.level_statement, l_module,
385: 'ECX_MSGID_ATTR is not defined!');
386: end if;
387: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then
388: wf_core.clear;
389: wf_engine.AddItemAttr(itemtype => i_item_type,
390: itemkey => i_item_key,
391: aname => 'ECX_MSGID_ATTR',

Line 388: wf_core.clear;

384: wf_log_pkg.string(wf_log_pkg.level_statement, l_module,
385: 'ECX_MSGID_ATTR is not defined!');
386: end if;
387: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then
388: wf_core.clear;
389: wf_engine.AddItemAttr(itemtype => i_item_type,
390: itemkey => i_item_key,
391: aname => 'ECX_MSGID_ATTR',
392: text_value => x_msgid);

Line 397: WF_CORE.Clear;

393: if (wf_log_pkg.level_statement >= fnd_log.g_current_runtime_level) then
394: wf_log_pkg.string(wf_log_pkg.level_statement, l_module,
395: 'Created and set ECX_MSGID_ATTR ');
396: end if;
397: WF_CORE.Clear;
398: else
399: raise;
400: end if;
401: end;

Line 406: wf_core.context('ECX_OUT_WF_QH', 'Enqueue', x_out_queue, ecx_debug.getMessage(ecx_out_wf_qh.retmsg,

402: end if;
403: */
404: exception
405: when queue_handler_exit then
406: wf_core.context('ECX_OUT_WF_QH', 'Enqueue', x_out_queue, ecx_debug.getMessage(ecx_out_wf_qh.retmsg,
407: ecx_utils.i_errparams), ecx_out_wf_qh.retcode);
408: raise;
409:
410: when others then