DBA Data[Home] [Help]

APPS.WF_MAIL dependencies on WF_AGENTS

Line 8679: FROM wf_agents

8675: WHERE name = 'oracle.apps.wf.notification.send.group'
8676: AND type = 'GROUP')
8677: AND out_agent_guid
8678: IN (SELECT guid
8679: FROM wf_agents
8680: WHERE name = 'WF_NOTIFICATION_OUT'
8681: AND system_guid = hextoraw(wf_core.translate('WF_SYSTEM_GUID')))
8682: AND customization_level = 'L';
8683: