WTCA#38903 Div. wijzigingen rapportages
svn path=/Customer/trunk/; revision=32279
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user