TWYN#53200 fout in rapport CON_FAC

svn path=/Customer/trunk/; revision=37892
This commit is contained in:
Erik Groener
2018-05-15 07:32:11 +00:00
parent ebb6590b77
commit cb0c0fa6cc

View File

@@ -1,5 +1,21 @@
--
-- $Id$
--
-- Script containing customer specific views for the FACILITOR database
DEFINE thisfile = 'TWYN_VIE.SQL'
DEFINE dbuser = '^TWYN'
DEFINE custid = 'TWYN'
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 ------
--=============================================================================
-- RAPPORTAGES
@@ -1069,3 +1085,14 @@ AS
AND tp.bgt_project_verwijder IS NULL;
------ payload end ------
SET DEFINE OFF
BEGIN adm.systrackscriptId ('$Id$', 0); END;
/
COMMIT;
SET ECHO OFF
SPOOL OFF
SET DEFINE ON
PROMPT Logfile of this upgrade is: &fcltlogfile