FCLT#77082 Kan fac_imp_csv_index de waarde van fac_imp_file_index geven in plaats van altijd '1'

svn path=/Database/branches/DB44/; revision=59489
This commit is contained in:
Jos Groot Lipman
2023-03-08 09:03:09 +00:00
parent f6f4effde6
commit 84e478222a

View File

@@ -101,8 +101,8 @@ BEGIN
--DBMS_OUTPUT.put_line (l_sql);
DBMS_SQL.parse (l_cursor, l_sql, DBMS_SQL.native);
DBMS_SQL.bind_variable (l_cursor, ':import_key', p_import_key);
DBMS_SQL.bind_variable (l_cursor, ':rec_count', rec_count);
END IF;
DBMS_SQL.bind_variable (l_cursor, ':rec_count', rec.fac_imp_file_index);
FOR f IN 1 .. a_fields.COUNT
LOOP