VOLK#69977 movetoruimte parameters in prs_update proc aangepast

svn path=/Customer/trunk/; revision=54168
This commit is contained in:
Suzan Wiegerinck
2021-12-15 16:51:32 +00:00
parent b543f8f4f6
commit 4c4bbe5175

View File

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