HCAS#38728 Acceptatietijd van alle meldingen leeg maken

svn path=/Customer/; revision=31947
This commit is contained in:
Suzan Wiegerinck
2016-12-13 10:37:19 +00:00
parent b82cc8b0db
commit e91a8bfd41

38
onces/HCAS/HCAS#38728.sql Normal file
View File

@@ -0,0 +1,38 @@
--
-- $Id$
--
-- <<Korte omschrijving wat het script doet>>
DEFINE thisfile = 'HCAS#38728.SQL'
DEFINE dbuser = '^HCAS'
DEFINE custid = 'HCAS'
SET ECHO ON
SET DEFINE ON
COLUMN fcltlogfile NEW_VALUE fcltlogfile NOPRINT;
WHENEVER SQLERROR EXIT;
SELECT adm.scriptspoolfile('&dbuser', '&thisfile') AS fcltlogfile FROM DUAL;
WHENEVER SQLERROR CONTINUE;
SPOOL &fcltlogfile
SET DEFINE OFF
------ payload begin ------
UPDATE mld_stdmelding m
SET m.mld_stdmelding_t_accepttijd = mld_t_uitvoertijd (NULL, NULL);
------ payload end ------
SET DEFINE OFF
BEGIN adm.systrackscriptId ('$Id$', 1); END;
/
COMMIT;
SET ECHO OFF
SPOOL OFF
SET DEFINE ON
PROMPT Logfile of this upgrade is: &fcltlogfile
@@ &custid