WZUV#41726 Fase 2: Cliënten import, wijziging in header
svn path=/Customer/trunk/; revision=36665
This commit is contained in:
@@ -172,6 +172,15 @@ AS
|
||||
v_aantal_in_FCLT NUMBER;
|
||||
BEGIN
|
||||
v_errorhint := 'Generieke update';
|
||||
|
||||
UPDATE FAC_IMP_FILE
|
||||
SET fac_imp_file_line = REPLACE (fac_imp_file_line, ',', ';')
|
||||
WHERE fac_import_key = p_import_key;
|
||||
|
||||
UPDATE FAC_IMP_FILE
|
||||
SET fac_imp_file_line = REPLACE (fac_imp_file_line, '"', '')
|
||||
WHERE fac_import_key = p_import_key;
|
||||
|
||||
-- de sequence array staat beschreven in PRS_PAC.SRC bij de prs.import_perslid proc
|
||||
prs.import_perslid (
|
||||
p_import_key,
|
||||
|
||||
Reference in New Issue
Block a user