CONN#26766 Import locatiegegevens

svn path=/Customer/trunk/; revision=18442
This commit is contained in:
Maarten van der Heide
2013-07-11 12:32:31 +00:00
parent 59e539c403
commit 64e19bdb06

View File

@@ -12878,17 +12878,10 @@ BEGIN
END IF;
--
v_errormsg := 'Gebouwfunctie leeg of te lang';
v_errormsg := 'Gebouwfunctie te lang';
v_srtgebouw_omschrijving := TRIM (v_srtgebouw_omschrijving);
IF v_srtgebouw_omschrijving IS NULL
THEN
v_ongeldig := 1;
fac.imp_writelog (p_import_key,
'W',
v_aanduiding || v_errormsg,
'Regel overgeslagen');
ELSIF LENGTH (v_srtgebouw_omschrijving) > 30
IF LENGTH (v_srtgebouw_omschrijving) > 30
THEN
v_srtgebouw_omschrijving :=
SUBSTR (v_srtgebouw_omschrijving, 1, 30);