CONN#26766 Import locatiegegevens
svn path=/Customer/trunk/; revision=18443
This commit is contained in:
@@ -13887,13 +13887,16 @@ BEGIN
|
||||
AND UPPER (TRIM (alg_locatie_code)) =
|
||||
UPPER (recGebouw.alg_locatie_code);
|
||||
|
||||
v_errormsg := 'Fout bij bepalen gebouwfunctie';
|
||||
IF (recGebouw.alg_srtgebouw_omschrijving IS NOT NULL)
|
||||
THEN
|
||||
v_errormsg := 'Fout bij bepalen gebouwfunctie';
|
||||
|
||||
SELECT alg_srtgebouw_key
|
||||
INTO v_srtgebouw_key
|
||||
FROM alg_v_aanwezigsrtgebouw
|
||||
WHERE TRIM (alg_srtgebouw_upper) =
|
||||
UPPER (recGebouw.alg_srtgebouw_omschrijving);
|
||||
SELECT alg_srtgebouw_key
|
||||
INTO v_srtgebouw_key
|
||||
FROM alg_v_aanwezigsrtgebouw
|
||||
WHERE TRIM (alg_srtgebouw_upper) =
|
||||
UPPER (recGebouw.alg_srtgebouw_omschrijving);
|
||||
END IF;
|
||||
|
||||
v_errormsg := 'Fout bij toevoegen gebouw';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user