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

43 lines
1.2 KiB
SQL

-- Customer specific once-script RENK8.
--
-- (c) 2013 SG|facilitor bv
-- $Revision$
-- $Id$
--
-- Support: +31 53 4800700
SET ECHO ON
SPOOL xrenk8.lst
SET DEFINE OFF
-- 73 = WEB_USER01
CREATE OR REPLACE VIEW RENK_V_RAP_RES_FROZEN 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 ('Definitieve facturen',
'RENK_V_RAP_RES_FROZEN',
NULL,
NULL,
NULL,
0,
0,
1,
'Overzicht definitieve facturen per huurder.',
73,
0);
COMMIT;
BEGIN adm.systrackscript('$Workfile: renk8.sql $', '$Revision$', 1); END;
/
SPOOL OFF
@renk.sql