UWVA#53456 -- uwva120, views voor rapportages e-afspraak koppeling

svn path=/Customer/; revision=44377
This commit is contained in:
Robin Stoker
2019-09-26 14:23:47 +00:00
parent 41084ee087
commit b1b25e83a4

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

@@ -0,0 +1,35 @@
--
-- $Id$
--
-- Customer specific once-script UWVA120.
DEFINE thisfile = 'UWVA120.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