TWYN#53200 fout in rapport CON_FAC
svn path=/Customer/trunk/; revision=37892
This commit is contained in:
@@ -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
|
-- RAPPORTAGES
|
||||||
@@ -1069,3 +1085,14 @@ AS
|
|||||||
AND tp.bgt_project_verwijder IS NULL;
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user