AAHU#29410

svn path=/Customer/trunk/; revision=21403
This commit is contained in:
Ruud Lipper
2014-04-25 09:22:39 +00:00
parent fd9437079e
commit f0f2c0ba60

26
AA/AAHU/AAHU#29410.sql Normal file
View File

@@ -0,0 +1,26 @@
-- Customer specific once-script aahu#29410
-- Notificatiejob naar AAFM-er bij nieuwe klacht
SET ECHO ON
SPOOL xaahu#29410.lst
SET DEFINE OFF
INSERT INTO fac_notificatie_job (fac_notificatie_job_view,
fac_notificatie_job_oms,
fac_notificatie_job_mode,
fac_notificatie_job_interval,
fac_notificatie_job_nextrun,
fac_notificatie_job_flags)
VALUES ('AAXX_V_NOTI_KLACHT_REMINDER',
'Notificatie naar AAFM-er nieuwe klachten',
2,
1,
SYSDATE,
0);
BEGIN adm.systrackscriptId('$Id$'); END;
/
commit;
SPOOL OFF