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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user