oracle8.1.6 declare begin notification.delete(:notification_id); end; insert into notification_user_map (notification_id, user_id, sent_date) values (:notification_id, :user_id, sysdate)