DBA Data[Home] [Help]

APPS.WF_ERROR_QH dependencies on WF_SYSTEMS

Line 147: wf_systems sys

143: x_out_system_name := p_out_agent_override.GetSystem();
144:
145: select agt.queue_name into x_out_queue
146: from wf_agents agt,
147: wf_systems sys
148: where agt.name = x_out_agent_name
149: and sys.name = x_out_system_name
150: and sys.guid = agt.system_guid;
151: