SUTF#55876 Import personeel
svn path=/Customer/trunk/; revision=40370
This commit is contained in:
@@ -289,10 +289,10 @@ BEGIN
|
||||
v_errorhint := 'Ongeldige functie';
|
||||
v_prs_srtperslid_omschrijving := TRIM (v_prs_srtperslid_omschrijving);
|
||||
|
||||
IF LENGTH (v_prs_srtperslid_omschrijving) > 30
|
||||
IF LENGTH (v_prs_srtperslid_omschrijving) > 60
|
||||
THEN
|
||||
v_prs_srtperslid_omschrijving :=
|
||||
SUBSTR (v_prs_srtperslid_omschrijving, 1, 30);
|
||||
SUBSTR (v_prs_srtperslid_omschrijving, 1, 60);
|
||||
fac.imp_writelog (p_import_key,
|
||||
'W',
|
||||
v_aanduiding || 'Functie te lang',
|
||||
|
||||
Reference in New Issue
Block a user