LPNL#82185 -- Autorisatiegroepen voor flexplekken automatisch toekennen

svn path=/Customer/trunk/; revision=63640
This commit is contained in:
Arthur Egberink
2024-02-20 07:46:32 +00:00
parent b6cc23cca2
commit 7b144edbd9

View File

@@ -586,6 +586,7 @@ BEGIN
WHERE gg.fac_groep_key = g.fac_groep_key
AND UPPER(g.fac_groep_omschrijving) LIKE 'FLEX%'
AND gg.prs_perslid_key = rec.prs_perslid_key
AND gg.fac_gebruikersgroep_vervaldatum IS NULL
AND g.fac_groep_key <> v_group_key);
END;
END LOOP;