UWVA#65182 Bewaartermijnen/automatische schoning in core:revert

svn path=/Database/trunk/; revision=52678
This commit is contained in:
Erik Groener
2021-08-11 14:24:50 +00:00
parent 3cbf971cc4
commit 15b58635a5
2 changed files with 0 additions and 17 deletions

View File

@@ -543,15 +543,6 @@ CREATE OR REPLACE PACKAGE BODY cnt AS
cnt.remove(ref_contract.cnt_contract_key);
END LOOP;
FOR ref_mldopdr IN (SELECT mld_opdr_key
FROM mld_opdr
WHERE cnt_contract_key = p_contract_key
)
LOOP
-- Verwijder melding-opdrachten die aan dit contract zitten.
mld.remove_opdr(ref_mldopdr.mld_opdr_key);
END LOOP;
FOR ref_factuur IN c_factuur
LOOP
fin.remove(ref_factuur.fin_factuur_key);