UWVA#75874 KPN-import/Verschil te groot
svn path=/Customer/trunk/; revision=58387
This commit is contained in:
@@ -367,7 +367,7 @@ AS
|
|||||||
RETURN fac.safe_to_number (kpn) > 0;
|
RETURN fac.safe_to_number (kpn) > 0;
|
||||||
END isafdelingskostenplaats;
|
END isafdelingskostenplaats;
|
||||||
BEGIN
|
BEGIN
|
||||||
c_maxvariation := 0.5; -- Max new/old ratio to prevent undesired changes
|
c_maxvariation := 0.6; -- Max new/old ratio to prevent undesired changes
|
||||||
c_prs_bedrijfkey := 1; -- Key of own UWV bedrijf
|
c_prs_bedrijfkey := 1; -- Key of own UWV bedrijf
|
||||||
|
|
||||||
SELECT MAX (fac_module_version) INTO currentversion FROM fac_module;
|
SELECT MAX (fac_module_version) INTO currentversion FROM fac_module;
|
||||||
@@ -4618,7 +4618,7 @@ BEGIN
|
|||||||
UPDATE prs_perslid
|
UPDATE prs_perslid
|
||||||
SET prs_perslid_ingids = DECODE (rec_upd.employeetype, 'K', NULL, 1)
|
SET prs_perslid_ingids = DECODE (rec_upd.employeetype, 'K', NULL, 1)
|
||||||
WHERE prs_perslid_key = v_perslid.prs_perslid_key;
|
WHERE prs_perslid_key = v_perslid.prs_perslid_key;
|
||||||
|
|
||||||
v_errormsg := 'Persoon wordt gereactiveerd.';
|
v_errormsg := 'Persoon wordt gereactiveerd.';
|
||||||
fac.imp_writelog (p_import_key, 'I', v_errormsg, v_prs_omschr);
|
fac.imp_writelog (p_import_key, 'I', v_errormsg, v_prs_omschr);
|
||||||
END IF;
|
END IF;
|
||||||
@@ -5841,7 +5841,7 @@ BEGIN
|
|||||||
v_errormsg := '';
|
v_errormsg := '';
|
||||||
END;
|
END;
|
||||||
END LOOP;
|
END LOOP;
|
||||||
|
|
||||||
SELECT COUNT ( * )
|
SELECT COUNT ( * )
|
||||||
INTO nrbh1
|
INTO nrbh1
|
||||||
FROM fac_gebruikersgroep
|
FROM fac_gebruikersgroep
|
||||||
|
|||||||
Reference in New Issue
Block a user