CALL_FORM
FORM_A ---->CALL_FORM---->FORM_B
Execute a new Form (FORM_B) in the same session in oracle,
the sentences that follow to the FORM_B will be executed when FORM_B finishing.
Keep both Forms Opens.
OPEN_FORM
FORM_A ---->OPEN_FORM---->FORM_B
Execute a new Form (FORM_A) in a new session in oracle and sentences that follow to the FORM_B will be not executed.
Keep both Forms Opens.
NEW_FORM
FORM_A ---->NEW_FORM----->FORM_B
Execute a new Form (FORM_B) in the same session in oracle and the FORM_A finish before FORM_B start.
Keep only FORM_B open.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.