Files
Customer/onces/UWVA/uwva77.sql
Peter Koerhuis 3b8d7f1dcc Migratie once-scripts van /branch naar /onces
svn path=/Customer/; revision=21207
2014-04-02 13:57:31 +00:00

67 lines
1.9 KiB
SQL

-- Customer specific once-script UWVA77.
--
-- (c) 2012 SG|facilitor bv
-- $Revision$
-- $Id$
--
-- Support: +31 53 4800700
SET ECHO ON
SPOOL xuwva77.lst
SET DEFINE OFF
-- UWVA#24721/Schoonmaak per aanbesteding 2013 (2 kavels).
-- Onderstaande 2 delta-rapportages mogen toch weer weg!
DROP VIEW UWVA_V_RAP_SCHN_LEEGST_DELTA;
DROP VIEW UWVA_V_RAP_SCHZ_LEEGST_DELTA;
INSERT INTO FAC_USRRAP
(fac_usrrap_omschrijving, fac_usrrap_view_name,
fac_usrrap_in_huidige_locatie,
fac_usrrap_template, fac_usrrap_macro,
fac_usrrap_vraagbegindatum, fac_usrrap_vraageinddatum,
fac_usrrap_functie,
fac_usrrap_info,
fac_functie_key, fac_usrrap_autorefresh
)
VALUES ('SCH: Historisch overzicht per Noord-gebouw', 'UWVA_V_RAP_SCHN_GEBOUWFROZEN',
NULL,
NULL, NULL,
0, 0,
0,
'Schoon te maken oppervlakten en leegstand per Noord-gebouw (historisch).',
190,
0
);
INSERT INTO FAC_USRRAP
(fac_usrrap_omschrijving, fac_usrrap_view_name,
fac_usrrap_in_huidige_locatie,
fac_usrrap_template, fac_usrrap_macro,
fac_usrrap_vraagbegindatum, fac_usrrap_vraageinddatum,
fac_usrrap_functie,
fac_usrrap_info,
fac_functie_key, fac_usrrap_autorefresh
)
VALUES ('SCH: Historisch overzicht per Zuid-gebouw', 'UWVA_V_RAP_SCHZ_GEBOUWFROZEN',
NULL,
NULL, NULL,
0, 0,
0,
'Schoon te maken oppervlakten en leegstand per Zuid-gebouw (historisch).',
190,
0
);
BEGIN adm.systrackscript('$Workfile: uwva77.sql $', '$Revision$', 1); END;
/
SPOOL OFF
@@uwva_fin.sql
@@uwva_hv.sql
BEGIN fac.registercustversion('UWVA', 77); END;
/
COMMIT;