DJIN#36239 Autorisatierapport
svn path=/Customer/; revision=29584
This commit is contained in:
@@ -7,9 +7,8 @@ SET ECHO ON
|
||||
SPOOL xDJIN5.lst
|
||||
SET DEFINE OFF
|
||||
|
||||
-- DJIN#36134: Automatisch verwijderen bezoekgegegvens!
|
||||
-- DJIN#36134: Automatisch verwijderen bezoekgegevens (export)
|
||||
-- 90=PRSSYS
|
||||
/* Formatted on 26-5-2016 10:42:24 (QP5 v5.136.908.31019) */
|
||||
INSERT INTO fac_export_app (fac_export_app_code,
|
||||
fac_export_app_oms,
|
||||
fac_functie_key,
|
||||
@@ -35,6 +34,28 @@ INSERT INTO fac_export_app (fac_export_app_code,
|
||||
--NULL,
|
||||
'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;
|
||||
BEGIN adm.systrackscriptId('$Id$'); END;
|
||||
/
|
||||
|
||||
Reference in New Issue
Block a user