WTCA#38903 Div. wijzigingen rapportages

svn path=/Customer/trunk/; revision=32279
This commit is contained in:
Maarten van der Heide
2017-01-09 15:15:12 +00:00
parent 0801363767
commit 61a6626e8c

View File

@@ -1,13 +1,22 @@
-- Script containing customer specific db-configuration for WTCA.
-- (c) 2010 SG|facilitor bv
-- $Revision$
--
-- $Id$
--
-- Support: +31 53 4800700
-- Script containing customer specific db-configuration for WTCA.
set echo on
DEFINE thisfile = 'WTCA.SQL'
DEFINE dbuser = '^WTCA'
DEFINE custid = 'WTCA'
spool xwtca.lst
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 ------
/* Formatted on 6-9-2010 15:44:44 (QP5 v5.115.810.9015) */
CREATE OR REPLACE PACKAGE WTCA
@@ -4789,9 +4798,14 @@ SELECT *
FROM mld_v_udr_melding m, wtca_v_udr_kto2017 kto
WHERE kto.kto_melding_key = m.melding_key;
BEGIN adm.systrackscriptId('$Id$', 0); END;
/
BEGIN fac.registercustversion('WTCA', 33); END;
------ payload end ------
SET DEFINE OFF
BEGIN adm.systrackscriptId ('$Id$', 0); END;
/
COMMIT;
spool off
SET ECHO OFF
SPOOL OFF
SET DEFINE ON
PROMPT Logfile of this upgrade is: &fcltlogfile