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 177: wf_systems sys

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