Files
Customer/onces/NYBU/nybu30.sql
Arthur Egberink 2593f3a908 NYBU#33916 -- Goedkeuringsproces reserveringen
svn path=/Customer/; revision=26794
2015-10-28 08:42:26 +00:00

27 lines
765 B
SQL

-- Customer specific once-script
SET ECHO ON
SPOOL xNYBU30.lst
SET DEFINE OFF
-- NYBU#33454 goedkeuring catering
INSERT INTO fac_notificatie_job (fac_notificatie_job_view,
fac_notificatie_job_oms,
fac_notificatie_job_mode,
fac_notificatie_job_flags,
fac_notificatie_job_interval,
fac_notificatie_job_nextrun)
VALUES ('NYBU_V_NOTI_GOEDKEURING_CAT',
'Catering goedkeuring naar contact',
3,
0,
24,
TO_DATE ('20151105 05:00', 'yyyymmdd hh24:mi'));
BEGIN adm.systrackscriptId('$Id$'); END;
/
COMMIT;
SPOOL OFF