Table of Contents

Oracle Apex - (Variable|State Value|Flag)

About

Variable in Apex.

Often called in documentation substitution string

Syntax

#VARIABLE# -- In Page template 
&VARIABLE. -- In Apex form field (with the exact substitution parameter in application property)
&VARIABLE  -- In Apex form field (with the non-exact substitution parameter in application property)
:VARIABLE  -- In SQL and PLSQL
V('VARIABLE') -- PLSQL

where:

Type

Category

Built-In

Application Specific

Apex Substitution Variable

Session

Session state value. See Managing Session State Values

Global

Documentation / Reference