In a multiple-form application, navigates from the current form to the indicated target form. When navigating with GO_FORM, no validation occurs and no triggers fire except WHEN-WINDOW-DEACTIVATED, which fires for the form that initiates navigation, and WHEN-WINDOW-ACTIVATED, which fires for the target window in the target form.
Attempting to navigate to a form that has not yet been opened raises an error.
PROCEDURE GO_FORM
(form_id FORMMODULE);
PROCEDURE GO_FORM
(form_name VARCHAR2);
Built-in Type restricted procedure
Enter Query Mode no
The target form cannot be a form that is currently disabled as a result of having invoked another form with CALL_FORM.