WDKA#68779 -- Inrichten Wedeka

svn path=/Customer/trunk/; revision=58501
This commit is contained in:
Norbert Wassink
2023-01-05 08:44:33 +00:00
parent 5c12e88cd8
commit 1598262fd0

View File

@@ -2134,12 +2134,13 @@ BEGIN
FOR rec IN c
LOOP
BEGIN
v_newline := rec.fac_imp_file_line;
IF v_count > 1
THEN
v_count:=v_count+1;
v_errormsg := 'Fout FETCH te importeren rij '||v_count;
v_newline := rec.fac_imp_file_line;
v_aanduiding := '';
@@ -2159,8 +2160,9 @@ BEGIN
v_count,
v_ins_deel_omschrijving,
v_ins_deel_opmerking,
v_notes1,
v_notes2);
REPLACE(v_notes1,'@',CHR(10)),
REPLACE(v_notes2,'@',CHR(10))
);
ELSE
v_count:=v_count+1;
END IF;
@@ -2244,7 +2246,7 @@ BEGIN
fac.imp_writelog (p_import_key,
'E',
SUBSTR (v_aanduiding || v_errormsg, 1, 1000),
'Updateesproces notes gaat fout!');
'Object '||rec.fac_imp_csv_col01||' niet gevonden.');
END;
END LOOP;