WEHK#26981 Rapportage goed/afgekeurde inspecties
svn path=/Customer/trunk/; revision=18547
This commit is contained in:
43
Wehk/Once/wehk21.sql
Normal file
43
Wehk/Once/wehk21.sql
Normal file
@@ -0,0 +1,43 @@
|
||||
-- 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
|
||||
Reference in New Issue
Block a user