Hi savant1.
Try this. If you are using multiple blocks.

If :system.record_status = 'insert' and :system.current_block = <block name> then
commit;
go_block(<block name>); -- what block you want to go
else
go_block(<block name>;
end if;

Thanks
ABC