[Home] [Help]
8663:
8664: if (p_status in ('ENABLED', 'DISABLED')) then
8665: -- Update the notification send event group subscription
8666: -- with the specified status
8667: UPDATE wf_event_subscriptions
8668: SET status = p_status
8669: WHERE rule_data = 'MESSAGE'
8670: AND owner_name = 'Oracle Workflow'
8671: AND owner_tag = 'FND'