Files
Customer/onces/LOGI/logi12.sql
Peter Koerhuis 9502e50ce7 SVN rename (alles uppercase)
svn path=/Customer/; revision=21209
2014-04-02 15:12:07 +00:00

64 lines
2.1 KiB
SQL

-- Customer specific once-script LOGI12.
--
-- (c) 2013 SG|facilitor bv
-- $Revision$
-- $Id$
--
-- Support: +31 53 4800700
SET ECHO ON
SPOOL xlogi12.lst
SET DEFINE OFF
-- LOGI#26000
INSERT INTO fac_srtnotificatie (fac_srtnotificatie_code,
fac_srtnotificatie_mode,
fac_srtnotificatie_oms,
fac_srtnotificatie_xmlnode,
fac_srtnotificatie_groep)
VALUES ('CUSTxx',
0,
'Security aanvraag ter autorisatie aangeboden',
'melding',
0);
INSERT INTO fac_notificatie_job (fac_notificatie_job_view,
fac_notificatie_job_oms,
fac_notificatie_job_interval,
fac_notificatie_job_mode)
VALUES ('LOGI_V_NOTI_AUT_SEC_AANVRAGEN',
'Berichtgeving voor het autoriseren van security aanvragen',
1,
0);
-- Security: Te autoriseren aanvragen / fac_functie_key Overig01 (= 63)
CREATE OR REPLACE VIEW logi_v_rap_aut_sec_aanvragen 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 ('Security: Te autoriseren aanvragen',
'LOGI_V_RAP_AUT_SEC_AANVRAGEN',
NULL,
NULL,
NULL,
0,
0,
1,
'Overzicht met nog te autoriseren security aanvragen.',
63,
0);
COMMIT;
BEGIN adm.systrackscript('$Workfile: logi12.sql $', '$Revision$', 1); END;
/
SPOOL OFF
@logi.sql