DBA Data[Home] [Help]

APPS.ECX_OUT_WF_QH dependencies on WF_AGENTS

Line 31: from wf_agents

27: end if;
28:
29: select upper(queue_name), upper(name), system_guid
30: into x_queue_name, x_agent_name, x_sys_guid
31: from wf_agents
32: where guid = p_agent_guid;
33:
34: if (wf_log_pkg.level_statement >= fnd_log.g_current_runtime_level) then
35: wf_log_pkg.string(wf_log_pkg.level_statement, l_module,

Line 347: from wf_agents agt,

343: x_out_system_name := p_event.GetFromAgent().GetSystem();
344: end if;
345:
346: select agt.queue_name into x_out_queue
347: from wf_agents agt,
348: wf_systems sys
349: where agt.name = x_out_agent_name
350: and sys.name = x_out_system_name
351: and sys.guid = agt.system_guid;