Substitution strings
Substitution strings are part of an internal APEX engine mechanism, which allows us to use pre-defined strings, and substitute them with their value, as part of the page rendering process.
As substitution strings are part of an internal mechanism, we can only use them within the Application Builder. We can't use substitution strings as part of an external JavaScript file or PL/SQL stored procedures/functions.
The Application Builder supports three types of substitution strings: APEX engine built-in substitution strings, application substitution strings, and the application or page items.
Note
Substitution strings must be named using CAPITAL LETTERS only. In any other notation, the APEX engine will treat them as regular strings.
APEX engine built-in substitution strings
The APEX engine includes a series of built-in substitution strings. Some of them contain data, like a regular variable, and some of them include pre-defined snippets of HTML code usually used in templates...