DJIN#36239 Autorisatierapport

svn path=/Customer/; revision=29584
This commit is contained in:
Maarten van der Heide
2016-05-31 15:23:16 +00:00
parent 439011efb0
commit 24e6cccb0a

View File

@@ -7,9 +7,8 @@ SET ECHO ON
SPOOL xDJIN5.lst SPOOL xDJIN5.lst
SET DEFINE OFF SET DEFINE OFF
-- DJIN#36134: Automatisch verwijderen bezoekgegegvens! -- DJIN#36134: Automatisch verwijderen bezoekgegevens (export)
-- 90=PRSSYS -- 90=PRSSYS
/* Formatted on 26-5-2016 10:42:24 (QP5 v5.136.908.31019) */
INSERT INTO fac_export_app (fac_export_app_code, INSERT INTO fac_export_app (fac_export_app_code,
fac_export_app_oms, fac_export_app_oms,
fac_functie_key, fac_functie_key,
@@ -35,6 +34,28 @@ INSERT INTO fac_export_app (fac_export_app_code,
--NULL, --NULL,
'yyyymmdd'); 'yyyymmdd');
COMMIT;
-- DJIN#36239: Autorisatierapport
-- 90=PRSSYS
CREATE OR REPLACE VIEW djin_v_rap_personen_groepen AS SELECT NULL x FROM DUAL;
INSERT INTO FAC_USRRAP (fac_usrrap_omschrijving,
fac_usrrap_view_name,
fac_usrrap_vraagbegindatum,
fac_usrrap_vraageinddatum,
fac_usrrap_functie,
fac_usrrap_info,
fac_usrrap_autorefresh,
fac_functie_key)
VALUES ('BEHEER: Autorisatierapport',
'djin_v_rap_personen_groepen',
0,
0,
0,
'DJIN#36239',
0,
90);
COMMIT; COMMIT;
BEGIN adm.systrackscriptId('$Id$'); END; BEGIN adm.systrackscriptId('$Id$'); END;
/ /