WELK#21052

svn path=/Customer/trunk/; revision=14879
This commit is contained in:
Maarten van der Heide
2011-07-21 15:12:46 +00:00
parent d41d1a56a7
commit 5f5beecbea

View File

@@ -1,7 +1,7 @@
-- Script containing customer specific configuration sql statements for WELK
-- (c) 2010 SG|facilitor bv
-- $Revision: 17 $
-- $Modtime: 19-07-11 15:03 $
-- $Revision: 18 $
-- $Modtime: 21-07-11 17:11 $
--
-- Support: +31 53 4800710
@@ -291,7 +291,7 @@ WHERE TO_DATE (fclt_f_datum, 'YYYY-MM-DD') = trunc(sysdate + 2 + decode(to_char(
-- fac_notificatie_job_key = 41 is de notifictaiejob die een mail stuurt naar receptie bij een nieuwe melding
-- 361 = vakgroep postkamer; 1541 = persoon postkamer; 1181 = persoon receptie
CCREATE OR REPLACE VIEW welk_v_noti_receptie
CREATE OR REPLACE VIEW welk_v_noti_receptie
(
code,
sender,
@@ -323,12 +323,9 @@ AS
nj.fac_notificatie_job_nextrun
- (nj.fac_notificatie_job_interval / 24);
BEGIN adm.systrackscript('$Workfile: welk.sql $', '$Revision: 17 $', 0); END;
BEGIN adm.systrackscript('$Workfile: welk.sql $', '$Revision: 18 $', 0); END;
/
COMMIT;
spool off