PLAT#39732: Conditiemeting NEN2767
svn path=/Customer/; revision=37928
This commit is contained in:
50
onces/PLAT/plat04.sql
Normal file
50
onces/PLAT/plat04.sql
Normal file
@@ -0,0 +1,50 @@
|
||||
--
|
||||
-- $Id$
|
||||
--
|
||||
|
||||
DEFINE thisfile = 'PLAT04.SQL'
|
||||
DEFINE dbuser = '^(PLAT|WO)'
|
||||
|
||||
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 ------
|
||||
|
||||
-- PLAT#53170: Koppelen van soort gebrek (mld_stdmelding) aan elementen obv importsheet
|
||||
CREATE TABLE plat_imp_srtdeel_mlddiscipline
|
||||
(
|
||||
fac_import_key NUMBER(10),
|
||||
ins_srtdeel_code VARCHAR2(10),
|
||||
ins_srtgroep_omschrijving VARCHAR2(60),
|
||||
ins_discipline_omschrijving VARCHAR2(60),
|
||||
mld_discipline_omschrijving VARCHAR2(60)
|
||||
);
|
||||
|
||||
INSERT INTO fac_import_app (fac_import_app_code, fac_import_app_oms, fac_functie_key, fac_import_app_charset, fac_import_app_prefix)
|
||||
SELECT 'SRTDEEL_MLDDISC', 'Aanvullen van combinaties objectsoorten x standaard melding', fac_functie_key, 'UTF-8', 'PLAT'
|
||||
FROM fac_functie
|
||||
WHERE fac_functie_code = 'WEB_PRSSYS';
|
||||
|
||||
|
||||
|
||||
------ payload end ------
|
||||
|
||||
SET DEFINE OFF
|
||||
BEGIN adm.systrackscriptId ('$Id$', 1); END;
|
||||
/
|
||||
|
||||
COMMIT;
|
||||
SET ECHO OFF
|
||||
SPOOL OFF
|
||||
SET DEFINE ON
|
||||
PROMPT Logfile of this upgrade is: &fcltlogfile
|
||||
|
||||
|
||||
--Plato algemeen
|
||||
@plat.sql
|
||||
Reference in New Issue
Block a user