oracle8.1.6
begin
ab_contact_rel.delete(:rel_id);
end;
delete from acs_permissions
where object_id = :contact_id;
begin
-- Delete the contact, blowing away orphan addresses.
ab_contact.delete(contact_id => :contact_id,
delete_orphan_addresses_p => 't');
end;