svn path=/Customer/trunk/; revision=12850
This commit is contained in:
Arthur Egberink
2005-12-08 14:20:24 +00:00
parent 5a30fab029
commit f7dd7dd739

View File

@@ -77,14 +77,14 @@ BEGIN
commit;
EXCEPTION
WHEN OTHERS
THEN
-- EXCEPTION
-- WHEN OTHERS
-- THEN
insert into rd_log
(log_key2,log_mes)
values
(new_key,to_char(rec.alg_terreinsector_key));
-- insert into rd_log
-- (log_key2,log_mes)
-- values
-- (new_key,to_char(rec.alg_terreinsector_key));
END;
END LOOP;