UWVA#55969 rapport salarisinhoudingen onverwacht incompleet
svn path=/Customer/trunk/; revision=40584
This commit is contained in:
@@ -5740,7 +5740,7 @@ AS
|
||||
uwva_imp_writelog (
|
||||
p_import_key,
|
||||
'I',
|
||||
'Kan contracttype niet bepalen voor ' || pbestelnr,
|
||||
'Kan soort factuurregel niet bepalen voor ' || pbestelnr,
|
||||
pbestelnr);
|
||||
END IF;
|
||||
|
||||
@@ -5786,7 +5786,8 @@ BEGIN
|
||||
-- Voor CUST-postprocessing (van de kenmerken) is het handig te onthouden:
|
||||
UPDATE fac_imp_factuur
|
||||
SET fin_factuurregel_key = c_fin_factuurregel_key
|
||||
WHERE fac_import_key = rc.fac_import_key;
|
||||
WHERE fac_import_key = rc.fac_import_key
|
||||
AND fac_imp_file_index = rc.fac_imp_file_index;
|
||||
|
||||
uwva_imp_writelog (
|
||||
p_import_key,
|
||||
@@ -5915,8 +5916,7 @@ BEGIN
|
||||
FROM fac_imp_factuur
|
||||
WHERE ordernr = rc.bestelnummer
|
||||
AND factuurnr = rc.factuurnr
|
||||
AND fac_import_key = rc.fac_import_key
|
||||
AND fac_imp_file_index = rc.fac_imp_file_index;
|
||||
AND fac_import_key = rc.fac_import_key;
|
||||
|
||||
INSERT INTO fin_factuur (fin_factuur_key,
|
||||
fin_factuur_totaal,
|
||||
|
||||
Reference in New Issue
Block a user