Commit 76977b1f authored by Frank Bergmann's avatar Frank Bergmann

- Added code to delete an im_biz_object entry

parent 322a53a8
......@@ -328,6 +328,10 @@ begin
delete from im_costs
where cost_id = p_cost_id;
-- Erase the im_cost
delete from im_biz_objects
where object_id = p_cost_id;
-- Erase the acs_rels entries pointing to this cost item
delete from acs_rels
where object_id_two = p_cost_id;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment