LPNL#82185 -- Autorisatiegroepen voor flexplekken automatisch toekennen
svn path=/Customer/trunk/; revision=63640
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user