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.12010000.2 2010/02/24 14:32:59 alsosa 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 160: l_module := 'ecx.plsql.ecx_inbound_engine_qh.enqueue';

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

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

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

Line 258: end ECX_INBOUND_ENGINE_QH;

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