CONN#26766 Import locatiegegevens
svn path=/Customer/trunk/; revision=18442
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user