DBA Data[Home] [Help]

APPS.CSM_HA_EVENT_PKG dependencies on WF_NOTIFICATION_ATTRIBUTES

Line 522: delete from wf_notification_attributes NA

518:
519: delete from wf_items
520: where ITEM_TYPE = p_item_type;
521:
522: delete from wf_notification_attributes NA
523: where exists (select 'X' from wf_notifications N
524: where N.notification_id = NA.notification_id
525: and N.message_type = p_item_type);
526: