KMMO#65492 -- Implementatie KröllerMüller museum
svn path=/Customer/; revision=51703
This commit is contained in:
@@ -157,6 +157,11 @@ BEGIN
|
||||
WHERE UPPER(alg_ruimte_omschrijving) LIKE '%' || TRIM(UPPER(rec.oud)) || '%';
|
||||
fac.writelog ('SRTRUIMTE_CONV','I','aantal omschrijvingen gevonden: ' || rec.oud || ' aantal: ' || v_count,'');
|
||||
|
||||
IF v_count > 0 THEN
|
||||
UPDATE alg_ruimte
|
||||
SET alg_srtruimte_key = v_srtruimte_key
|
||||
WHERE UPPER(alg_ruimte_omschrijving) LIKE '%' || TRIM(UPPER(rec.oud)) || '%';
|
||||
END IF;
|
||||
END LOOP;
|
||||
|
||||
END;
|
||||
|
||||
Reference in New Issue
Block a user