DBA Data[Home] [Help]

APPS.WF_MAIL dependencies on WF_AGENTS

Line 8360: FROM wf_agents

8356: WHERE name = 'oracle.apps.wf.notification.send.group'
8357: AND type = 'GROUP')
8358: AND out_agent_guid
8359: IN (SELECT guid
8360: FROM wf_agents
8361: WHERE name = 'WF_NOTIFICATION_OUT'
8362: AND system_guid = hextoraw(wf_core.translate('WF_SYSTEM_GUID')))
8363: AND customization_level = 'L';
8364: