[Home] [Help]
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: