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
|
Results 1 to 5 of 5
Threaded View
|
Click Here to Expand Forum to Full Width |