ZLMV#76512 -- Inrichting ZLM Verzekeringen

svn path=/Customer/trunk/; revision=61818
This commit is contained in:
Norbert Wassink
2023-09-15 15:11:10 +00:00
parent 87694b477b
commit b3d7be4814

View File

@@ -31,7 +31,7 @@ SET DEFINE OFF
CREATE OR REPLACE PACKAGE ZLMV
AS
PROCEDURE inactivate_prs
PROCEDURE inactivate_prs;
PROCEDURE anonimiseer_bezoeker;
@@ -512,11 +512,11 @@ BEGIN
END;
/
CREATE OR REPLACE PROCEDURE zlmv_daily
CREATE OR REPLACE PROCEDURE ZLMV_DAILY
AS
BEGIN
-- inactiveren personen die 12 maanden niet hebben ingelogd
zlmv.inactivate_prs ();
-- zlmv.inactivate_prs (); moet nu via de scim koppeling worden geregeld.
-- anonimiseer bezoekers
zlmv.anonimiseer_bezoeker ();