DBA Data[Home] [Help]

APPS.ECX_OUT_WF_QH dependencies on WF_SYSTEMS

Line 41: from wf_systems

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

Line 348: wf_systems sys

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;
352: