VLKC#55534: Foutmelding bij readsoftkoppeling.

svn path=/Customer/trunk/; revision=40026
This commit is contained in:
Maykel Geerdink
2018-11-29 12:02:03 +00:00
parent df6683a0e9
commit efa2dd2ee0

View File

@@ -1413,8 +1413,10 @@ END;
-- bestelopdrachten met een 'b' (of 'B') beginnen.
CREATE OR REPLACE PROCEDURE vlkc_import_factuur (p_import_key IN NUMBER)
AS
v_seq_of_columns VARCHAR(255);
BEGIN
fac_import_factuur (p_import_key);
v_seq_of_columns := '1;2;3;4;5;6;7;8;9;10;11;12;13;14;15;16;17;18;19;20;21;22;23;24;25;26;27;28';
fac_import_factuur_body(p_import_key, v_seq_of_columns);
END;
/