Migratie once-scripts van /branch naar /onces

svn path=/Customer/; revision=21207
This commit is contained in:
Peter Koerhuis
2014-04-02 13:57:31 +00:00
parent baace4c5c3
commit 3b8d7f1dcc
416 changed files with 11981 additions and 0 deletions

View File

@@ -1,37 +0,0 @@
-- Customer specific once-script WTCA23.
--
-- (c) 2014 SG|facilitor bv
-- $Revision$
-- $Id$
--
-- Support: +31 53 4800700
SET ECHO ON
SPOOL xWTCA23.lst
SET DEFINE OFF
-- WTCA#28500: 69=WEB_USER04 -> Functie verbonden aan Security Module!
CREATE OR REPLACE VIEW wtca_v_rap_sec_incidenten AS SELECT NULL x FROM DUAL;
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 ('Incidentenlijst', 'wtca_v_rap_sec_incidenten',
NULL,
NULL, NULL,
0, 0,
0,
'Incidenten in periode.',
69,
0
);
COMMIT;
BEGIN adm.systrackscriptId('$Id$'); END;
/
SPOOL OFF
@wtca.sql

View File

@@ -1,37 +0,0 @@
-- Customer specific once-script WTCA26.
--
-- (c) 2014 SG|facilitor bv
-- $Revision$
-- $Id$
--
-- Support: +31 53 4800700
SET ECHO ON
SPOOL xWTCA26.lst
SET DEFINE OFF
-- WTCA#28744: 62=WEB_PRSSYS -> Alleen Marc/Christina?
CREATE OR REPLACE VIEW wtca_v_rap_maand_actual_fact AS SELECT NULL x FROM DUAL;
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 ('Factuurvoorstel', 'wtca_v_rap_maand_actual_fact',
NULL,
NULL, NULL,
0, 0,
1,
'Periodeoverzicht gegroepeerd per complex.',
62,
0
);
COMMIT;
BEGIN adm.systrackscriptId('$Id$'); END;
/
SPOOL OFF
@wtca.sql

View File

@@ -1,35 +0,0 @@
-- Customer specific once-script WTCA27.
--
-- (c) 2014 SG|facilitor bv
--
-- Support: +31 53 4800700
SET ECHO ON
SPOOL xWTCA27.lst
SET DEFINE OFF
-- WTCA#29051: 62=WEB_PRSSYS -> Alleen Marc/Christina?
CREATE OR REPLACE VIEW wtca_v_rap_maand_frozen_fact AS SELECT NULL x FROM DUAL;
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 ('Factuurvoorstel (definitief)', 'wtca_v_rap_maand_frozen_fact',
NULL,
NULL, NULL,
0, 0,
1,
'Definitief periodeoverzicht gegroepeerd per complex.',
62,
0
);
COMMIT;
BEGIN adm.systrackscriptId('$Id$'); END;
/
SPOOL OFF
@wtca.sql