IVET#26822

svn path=/Customer/trunk/; revision=18152
This commit is contained in:
Ruud Lipper
2013-06-12 12:31:40 +00:00
parent 0db2e6401f
commit ee18b6ff1c

26
IVET/Once/IVET17.sql Normal file
View File

@@ -0,0 +1,26 @@
-- Customer specific once-script IVET13.
SET ECHO ON
SPOOL xIVET17.lst
-- IVET#26822 (noti job tbv transport)
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 ('IVET_V_NOTI_MLD_TRANSPORT',
'MLD notificatie tbv Transport naar DistributionCoordination',
3,
1,
SYSDATE,
0);
COMMIT;
SPOOL OFF
@ivet.sql
SET ECHO OFF