Application Express User's Guide > Using Application Builder > Editing a Page Definition > About Page Processing Controls
About Page Processing Controls |
Previous |
Next |
Use the Page Processing section of the Page Definition to specify application logic such as computations, validations, processes, and branches. In general, the Application Express engine runs this logic in the order it appears on the Page Definition.
Topics:
Computations are units of logic used to assign session state to items and are executed at the time the page is processed.
Validations enable you to create logic controls to verify whether user input is valid. For example, a validation can check whether or not a value has been entered into a mandatory field
Processes are logic controls used to execute data manipulation language (DML) or PL/SQL. Processes are executed after the page is submitted.