show view is not working in oracle apps custom form
Hello,
I am developing a custom form.
it contains a button that when pressed it call another canvas
with command
show_view('VIEW_NAME');
the button has no logic but show_view.
Is show_view is not supported in oracle apps ?
I use show_view with go_item(navigable_item)
Thanks