This appendix summarizes common Oracle APEX terms used throughout the guide.

A.1 Core Platform and Pages#

Scroll horizontally to view the full table
TermMeaning
WorkspaceAdministrative boundary for development teams, applications, and parsing schemas.
App BuilderBrowser-based design environment for creating and maintaining APEX applications.
Page DesignerPrimary interface for configuring page components, properties, dynamic actions, and processing logic.
Shared ComponentsApplication-level reusable resources such as navigation, LOVs, authentication, authorization, templates, and REST data sources.
RegionPage component that displays reports, forms, charts, maps, lists, and other content.
Page ItemPage control that accepts, displays, or stores a value in session state.
Dynamic ActionDeclarative mechanism that responds to browser events and runs one or more actions.
Session StateTemporary runtime state stored by APEX for the current user session.

A.2 Data, Reports, and Search#

Scroll horizontally to view the full table
TermMeaning
List of Values (LOV)Reusable definition that provides display and return values for selection controls.
Classic ReportLightweight report region controlled primarily by the developer.
Interactive ReportReport region that lets end users filter, sort, group, compute, and save views.
Interactive GridRich table region for end-user personalization and multi-row editing.
Faceted SearchSearch experience that narrows a data set through multiple facets.
Smart FiltersCompact search region that carries multiple filters through a single input pattern.

A.3 Security, Integration, and Automation#

Scroll horizontally to view the full table
TermMeaning
AuthenticationMechanism that establishes who the user is.
Authorization SchemeReusable rule that decides whether a user can access a page, component, or operation.
REST Data SourceShared component that maps a remote REST API to row-and-column data usable by APEX.
Web CredentialSecure storage for credentials used to access remote services.
Execution ChainMechanism for ordering related page processes and optionally running them in the background.
AutomationScheduled or on-demand repetitive background processing.
WorkflowAPEX capability for orchestrating business processes across people, systems, and time.
APEXlangReadable text representation of APEX application metadata for review, diffing, and automation.