UWVA#62563 Rap/Verwijderde contracten niet tonen

svn path=/Customer/; revision=47174
This commit is contained in:
Maarten van der Heide
2020-06-18 12:34:44 +00:00
parent 2f981246d8
commit f0c1cf8b3e

35
onces/UWVA/uwva124.sql Normal file
View File

@@ -0,0 +1,35 @@
--
-- $Id$
--
-- Customer specific once-script UWVA124.
DEFINE thisfile = 'UWVA124.SQL'
DEFINE dbuser = '^UWVA'
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 ------
------ 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
--@@uwva_prs.sql
@@uwva_fin.sql
--@@uwva_hv.sql
@@uwva_misc.sql