DBA Data[Home] [Help]

APPS.WF_BES_CLEANUP dependencies on WF_CORE

Line 412: and system_guid = hextoraw(wf_core.translate('WF_SYSTEM_GUID'));

408: select queue_name
409: into l_qualified_queue_name
410: from wf_agents
411: where name = 'WF_CONTROL'
412: and system_guid = hextoraw(wf_core.translate('WF_SYSTEM_GUID'));
413:
414: -- l_qualified_queue_name is of the form .
415:
416: -- parse it into owner (schema) and queue name