DBA Data[Home] [Help]

APPS.ECX_INBOUND_ENGINE_QH dependencies on ECX_INBOUND_ENGINE_QH

Line 1: package body ECX_INBOUND_ENGINE_QH as

1: package body ECX_INBOUND_ENGINE_QH as
2: -- $Header: ECXIEQHB.pls 120.4 2006/03/25 21:02:59 susaha ship $
3: ------------------------------------------------------------------------------+
4: PROCEDURE Dequeue(p_agent_guid in RAW, p_event out nocopy WF_EVENT_T)
5: is

Line 29: l_module := 'ecx.plsql.ecx_inbound_engine_qh';

25: v_log_enabled_site varchar2(1);
26: v_log_module_appl varchar2(240);
27: v_log_module_site varchar2(240);
28: begin
29: l_module := 'ecx.plsql.ecx_inbound_engine_qh';
30: if (wf_log_pkg.level_procedure >= fnd_log.g_current_runtime_level) then
31: wf_log_pkg.string(wf_log_pkg.level_procedure, l_module || '.begin',
32: 'in dequeue');
33: end if;

Line 159: l_module := 'ecx.plsql.ecx_inbound_engine_qh.enqueue';

155: from dual;
156:
157:
158: begin
159: l_module := 'ecx.plsql.ecx_inbound_engine_qh.enqueue';
160: if (wf_log_pkg.level_procedure >= fnd_log.g_current_runtime_level) then
161: wf_log_pkg.string(wf_log_pkg.level_procedure, l_module || '.begin',
162: 'in enqueue');
163: end if;

Line 251: Wf_Core.Context('ECX_INBOUND_ENGINE_QH', 'Enqueue', x_out_queue,

247: end if;
248:
249: exception
250: when others then
251: Wf_Core.Context('ECX_INBOUND_ENGINE_QH', 'Enqueue', x_out_queue,
252: 'SQL err is '||substr(sqlerrm,1,200));
253: raise;
254: end enqueue;
255:

Line 257: end ECX_INBOUND_ENGINE_QH;

253: raise;
254: end enqueue;
255:
256:
257: end ECX_INBOUND_ENGINE_QH;