DBA Data[Home] [Help]

APPS.AMS_TRIG_PVT dependencies on AMS_TRIGGER_ACTIONS

Line 704: DELETE FROM ams_trigger_actions

700: -- Delete the Checks and Actions Attached to the Trigger
701: DELETE FROM ams_trigger_checks
702: WHERE trigger_id = p_trigger_id ;
703:
704: DELETE FROM ams_trigger_actions
705: WHERE trigger_id = p_trigger_id ;
706:
707: END IF;
708: