Files
Customer/onces/SGGR/sggr5.sql
Peter Feij 2cbddd5420 SGGR#30972
svn path=/Customer/; revision=23364
2014-11-17 15:45:05 +00:00

37 lines
1011 B
SQL

-- Customer specific once-script SGGR5.
--
-- (c) 2014 Facilitor bv
-- $Revision$
-- $Id$
--
-- Support: +31 53 4800710
SET ECHO ON
SPOOL xsggr5.lst
SET DEFINE OFF
CREATE VIEW sggr_v_rap_cnt_periode_lic as SELECT '' a 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 ('FACILITOR Licentie Onderhoud', 'sggr_v_rap_cnt_periode_lic',
NULL,
NULL, NULL,
0, 0,
0,
'Periodeoverzicht lopend FACILITOR Licentie-onderhoud',
49,
0
);
BEGIN adm.systrackscript('$Workfile: sggr5.sql $', '$Revision$', 1); END;
/
SPOOL OFF
@sggr.sql