VOLK#69977 movetoruimte parameters in prs_update proc aangepast

svn path=/Customer/trunk/; revision=54558
This commit is contained in:
Suzan Wiegerinck
2022-01-17 09:13:10 +00:00
parent 6c36404658
commit dcbbf6cd26

View File

@@ -476,14 +476,15 @@ BEGIN
FROM ALG_RUIMTE
WHERE UPPER (alg_ruimte_omschrijving) LIKE 'VIRTUELE WERKPLEK%';
v_virtual := 1;
--- v_virtual := 1;
FOR rec IN c_persLid
LOOP
BEGIN
prs.movetoruimte (rec.prs_perslid_key,
v_ruimte_key,
'A');
'A',
1);
END;
END LOOP;
END volk_update_perslid;