procedure {
   procedure{
       .....
       exception when others then 
         rollback;
         raise;
    end;}
}