ARAI#75066 -- Onnodige Exception verwijderd

svn path=/Customer/; revision=60394
This commit is contained in:
Robin Stoker
2023-05-11 15:25:30 +00:00
parent 929c614f45
commit 852cdccf8d

View File

@@ -237,21 +237,6 @@ WHERE fac_imp_csv_col55 IS NULL;
v_errorhint);
END;
END LOOP;
EXCEPTION
WHEN OTHERS
THEN
oracle_err_num := SQLCODE;
oracle_err_mes := SUBSTR (SQLERRM, 1, 100);
v_errormsg :=
'OTHERS (error '
|| oracle_err_num
|| '/'
|| oracle_err_mes
|| ')';
fac.writelog ('ARAI.import MJOB',
'E',
v_aanduiding || ': ' || v_errormsg,
v_errorhint);
END;
/