Oracle SQL, PLSQL, APEX How To's by Dr. S. Raghunathan - HTML preview

PLEASE NOTE: This is an HTML preview only and some elements such as links or page numbers may be incorrect.
Download the book in PDF, ePub, Kindle for a complete version.

 

 

 

 

 

33-HOW TO CREATE PROCESS

RECAP POINTS

 

→      An application is nothing but set of Pages'

 

→ A Page has been divided by three columns and contains the obJects like Regions, buttons, tabs, items, etc'

→ Three columns in a page are classified as Page Rendering, Page Processing, Shared Components

Page rendering means is the process of generating a page from the database' Page rendering column has got all the controls and logics with which a page has been submitted or generated on rendered' In simple term SHOW PAGE is classified as PAGE RENDER

Page Processing wherein all the computations, processes etc' has been evaluated and executed' In simple term ACCEPT PAGE

is classified as PAGE

 

→ Common components or obJects shared by one or more pages are located in shared common components column'

Condition is the logic obJect which controls, display of regions, buttons, tabs,  items, evaluatincomputations,  validations  and  processes during page rendering and processing' Hence it is associated with all the obJects listed in a page'

There are various types of conditions are available to implement in any one of the developed pages' But we shall try  to see the popular and