Oracle Apex - (Application) page

Card Puncher Data Processing

About

A page is the basic building block of an database application.

Application pages share a common:

Individual pages are organized using containers called regions.

Control

Page control

Type

Oracle Apex Page Type

The pages are linked together using:

  • tabs,
  • buttons,
  • or hypertext links.

You can branch from one page to the next using conditional navigation, perform calculations and validations, and display reports, calendars, and charts.

Definition

The Page Definition appears and is divided into three main sections:

Rendering

Page Rendering lists user interface controls and logic that are executed when a page is rendered. See Page Rendering

Processing

Page Processing lists logic controls (such as computations and processes) that are evaluated and executed when the page is processed.

Shared Components

Shared Components lists common components that can be used by one or more pages within an application.

Public

A public page does not require authentication of the user. See Oracle Apex - Public Navigation (Page and user)

Apex_auth.CURRENT_PAGE_IS_PUBLIC function

Zero

See Oracle Apex - Page Zero





Discover More
Card Puncher Data Processing
Oracle Apex - (Application|Page|Region|User) Cache

API See APEX_UTIL package: CACHE_GET_DATE_OF_PAGE_CACHE Function CACHE_GET_DATE_OF_REGION_CACHE Function CACHE_PURGE_BY_APPLICATION...
Oracle Apex Items Type
Oracle Apex - (Form|Page) (Field|Item)

An item (also called a field) is a HTML form elements such as text fields, select lists, and check boxes. Every item has a session state value that can be referenced by a variable. Item names...
Card Puncher Data Processing
Oracle Apex - (Page Rendering|Show Page| HTML Request)

Page rendering is the process of generating an HTML page (from the database) when a page is requested using a URL. This engine process assembles all the page rendering attributes including: regions,...
Card Puncher Data Processing
Oracle Apex - Application (flows)

An application is an HTML interface that exists on top of database objects such as tables or procedures In the URL, the application number is the first number in the parameter sequence, followed...
Card Puncher Data Processing
Oracle Apex - Application items

Application items are not associated with a page but with an application and therefore have no user interface properties. You can use an application item as a global variable. Shares session state...
Oracle Apex Authorization Application
Oracle Apex - Authorization

While conditions control the rendering and processing of specific controls or components on a page, authorization schemes control user access. Authorization schemes use the identities established by...
Card Puncher Data Processing
Oracle Apex - Condition (Display, Processing)

A condition is a small unit of logic that helps you control: the display of regions, items, buttons, charts, and tabs and the execution of processes, computations, and validations. item (a column)CSSconditional...
Oracle Apex Report Columns Metadata
Oracle Apex - Metadata

The metadata of Oracle Apex are stored in a schema prefixed with APEX. From this schema, you can query the whole application definition: from page to columns APEX_APPLICATION_ALL_AUTH APEX_APPLICATION_AUTH...
Card Puncher Data Processing
Oracle Apex - Page (Accept|Processing|Submit|Controller)

“Accept page” performs any computations, validations, processes, and branching. When you submit a page, the Application Express engine is running Accept Page or performing page processing during which...
Card Puncher Data Processing
Oracle Apex - Page Zero

All component of Page Zero are displayed in all the pages within the application. Create Page > Page Zero



Share this page:
Follow us:
Task Runner