UWVA#25678 Notificatiejob SCH-foto vervallen

svn path=/Customer/trunk/; revision=17630
This commit is contained in:
Maarten van der Heide
2013-04-16 10:25:26 +00:00
parent 01e2e7e6e7
commit 1bb6b71be2

View File

@@ -16,6 +16,12 @@ DROP PROCEDURE uwva_import_cnt;
DROP PROCEDURE uwva_update_cnt;
DROP TABLE uwva_imp_cnt;
-- FSN#25678: Per UWVA80 SCH-foto notificatie (key=157) en job (key=81) vervallen!
DELETE FROM fac_notificatie_job WHERE fac_notificatie_job_key = 81;
--UPDATE fac_srtnotificatie SET fac_srtnotificatie_oms = 'VERVALLEN:' || fac_srtnotificatie_oms WHERE fac_srtnotificatie_key = 157;
DELETE FROM fac_srtnotificatie WHERE fac_srtnotificatie_key = 157;
DROP VIEW uwva_v_noti_sch_foto;
COMMIT;
BEGIN adm.systrackscript('$Workfile: uwva80.sql $', '$Revision$', 1); END;