44 lines
1.2 KiB
SQL
44 lines
1.2 KiB
SQL
-- Customer specific once-script WEHK21.
|
|
--
|
|
-- (c) 2013 SG|facilitor bv
|
|
-- $Revision$
|
|
-- $Id$
|
|
--
|
|
-- Support: +31 53 4800700
|
|
SET ECHO ON
|
|
SPOOL xwehk19.lst
|
|
SET DEFINE OFF
|
|
|
|
-- WEHK#26981
|
|
-- 44 = WEB_INSMAN
|
|
CREATE OR REPLACE VIEW WEHK_V_INSPECTIE_RESULTS 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 ('Inspecties - Controleresultaten',
|
|
'WEHK_V_INSPECTIE_RESULTS',
|
|
NULL,
|
|
NULL,
|
|
NULL,
|
|
0,
|
|
0,
|
|
0,
|
|
'Uitgebreid inspectierapport met resultaten uit het verleden',
|
|
44,
|
|
0);
|
|
|
|
COMMIT;
|
|
|
|
BEGIN adm.systrackscript('$Workfile: wehk21.sql $', '$Revision$', 1); END;
|
|
/
|
|
SPOOL OFF
|
|
@wehk.sql
|