PZEE#79764 Mail vanuit Facilitor (niet sturen naar inactieve personen)
svn path=/Customer/trunk/; revision=62344
This commit is contained in:
@@ -177,6 +177,13 @@ BEGIN
|
|||||||
LOOP
|
LOOP
|
||||||
BEGIN
|
BEGIN
|
||||||
prs.delete_perslid (p_import_key, rec.prs_perslid_key);
|
prs.delete_perslid (p_import_key, rec.prs_perslid_key);
|
||||||
|
|
||||||
|
-- PZEE#79764
|
||||||
|
UPDATE prs_perslid p
|
||||||
|
SET p.prs_perslid_inactief = SYSDATE
|
||||||
|
WHERE p.prs_perslid_key = rec.prs_perslid_key
|
||||||
|
AND p.prs_perslid_inactief IS NULL;
|
||||||
|
|
||||||
END;
|
END;
|
||||||
END LOOP;
|
END LOOP;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user