UWVA#65182 Bewaartermijnen/automatische schoning in core
svn path=/Database/trunk/; revision=52246
This commit is contained in:
@@ -540,11 +540,6 @@ CREATE OR REPLACE PACKAGE BODY cnt AS
|
||||
-- Verwijder alle subcontracten van dit contract.
|
||||
FOR ref_contract IN c_contract
|
||||
LOOP
|
||||
FOR ref_bijlagen IN c_bijlagen(ref_contract.cnt_contract_key)
|
||||
LOOP
|
||||
flx.deleteflexbijlage (ref_bijlagen.fac_bijlagen_key);
|
||||
END LOOP;
|
||||
|
||||
cnt.remove(ref_contract.cnt_contract_key);
|
||||
END LOOP;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user