REM NOV_DEL_SO_EXCEPTIONS.sql
REM
REM Copyright 2000, All Rights Reserved, Reed-Matthews Inc. 
REM
REM Purge SO_EXCEPTIONS (RMINC)

delete from so_exceptions where last_update_date > sysdate - &1;
exit;
