DBA Data[Home] [Help]

APPS.ECX_INBOUND_ENGINE_QH dependencies on WF_SYSTEMS

Line 42: from wf_systems

38: where guid = p_agent_guid;
39:
40: select upper(name)
41: into x_sys_name
42: from wf_systems
43: where guid = x_sys_guid;
44:
45: x_from_agt := wf_agent_t(x_agent_name, x_sys_name);
46: x_to_agt := wf_agent_t(x_agent_name, x_sys_name);

Line 176: wf_systems sys

172: end if;
173:
174: select agt.queue_name into x_out_queue
175: from wf_agents agt,
176: wf_systems sys
177: where agt.name = x_out_agent_name
178: and sys.name = x_out_system_name
179: and sys.guid = agt.system_guid;
180: