PCHD#70322 Personenimport, onjuiste foutenlog bij toevoegen autorisatiegroep

svn path=/Customer/trunk/; revision=54501
This commit is contained in:
Sander Schepers
2022-01-13 09:12:31 +00:00
parent b558591a3d
commit 5cb089abb6

View File

@@ -841,7 +841,9 @@ IS
AND prs_kenmerklink_verwijder IS NULL)
AS bedrijf_key
FROM pchd_imp_prs
WHERE prs_perslid_wm IS NOT NULL));
WHERE prs_perslid_wm IS NOT NULL))
WHERE bedrijf_key IS NOT NULL AND groep IS NOT NULL;
BEGIN
SELECT DECODE (COUNT ( * ), 0, 1, COUNT ( * ))
INTO v_count_prs_actual
@@ -1368,6 +1370,8 @@ BEGIN
FOR recgroep IN cgroep
LOOP
BEGIN
v_aanduiding :=
recgroep.prs_perslid_oslogin;
v_errorhint :=
'Fout bij bepalen perslid_key tbv toevoegen autorisatiegroep';