DBA Data[Home] [Help]

APPS.WF_EVENT_OJMSTEXT_QH dependencies on WF_AGENTS

Line 799: from wf_agents wfa,

795:
796: -- get the out queue name
797:
798: select wfa.queue_name into l_out_queue_name
799: from wf_agents wfa,
800: wf_systems wfs
801: where wfa.name = l_out_agent_name
802: and wfs.name = l_out_system_name
803: and wfs.guid = wfa.system_guid;

Line 975: from wf_agents

971: select upper(queue_name),
972: upper(name)
973: into l_queue_name,
974: l_agent_name
975: from wf_agents
976: where guid = p_agent_guid;
977:
978: if (wf_log_pkg.level_procedure >= fnd_log.g_current_runtime_level) then
979: wf_log_pkg.string(wf_log_pkg.level_procedure,