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 976: from wf_agents

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