FCLT#59433 Harder voorkomen dat _FACILITOR wordt verwijderd

svn path=/Database/trunk/; revision=44843
This commit is contained in:
Jos Groot Lipman
2019-11-11 10:45:52 +00:00
parent 9a9098cbb8
commit daf967a80d

View File

@@ -158,7 +158,7 @@ BEGIN
)
THEN
-- Persoon mag niet verwijderd worden omdat flagbit=32 aan staat.
:new.prs_perslid_verwijder := :old.prs_perslid_verwijder;
raise_application_error(-20000, 'Delete not allowed');
ELSE
DECLARE
dummy VARCHAR2(1);