Creating a new branch
On the Page Definition page, in the Page Processing column, we can use the Create icon of the Branches section to create a new branch. This will lead us to the first screen of the Create Branch wizard.
Branch point
APEX supports four On Submit firing points, and although the Branches section is part of the Page Processing column, it also supports one On Load firing point. The following is a review of the supported branching points:
On Submit: Before Computation (Before Computation, Validation, and Processing): With this option, the branch takes place before any of the
ACCEPT
phase operations. That can be useful in cases where these operations are not relevant or required. A typical use of this firing point is with Cancel buttons, where all we really care about is the redirection itself and nothing more.On Submit: Before Validation (After Computation and before Validation and Processing): With this option, the branch takes place after Computation, but before Validation...