DBA Data[Home] [Help]

APPS.WF_MAIL dependencies on WF_EVENT_SUBSCRIPTIONS

Line 8348: UPDATE wf_event_subscriptions

8344:
8345: if (p_status in ('ENABLED', 'DISABLED')) then
8346: -- Update the notification send event group subscription
8347: -- with the specified status
8348: UPDATE wf_event_subscriptions
8349: SET status = p_status
8350: WHERE rule_data = 'MESSAGE'
8351: AND owner_name = 'Oracle Workflow'
8352: AND owner_tag = 'FND'