Table of Contents
Table 1-1 Global Variables Available in APEX_APPLICATION
Global Variable | Description |
---|---|
|
Specifies the currently logged in user. |
|
Specifies the ID of the currently running application. |
|
Specifies the ID of the currently running page. |
|
Defaults to the application's parsing schema. Use Note: Changing |
|
Specifies the value of the request variable most recently passed to or set within the show or accept modules. |
|
Refers to the web browser's current language preference. |
|
Refers to whether debugging is switched on or off. Valid values for the DEBUG flag are 'Yes' or 'No'. Turning on debug shows details about application processing. |
|
Refers to the home page of an application. If no page is given and if no alternative page is dictated by the authentication scheme's logic, the Application Express engine redirects to this location. |
|
Used to display a link to a login page for users that are not currently logged in. |
|
Refers to the virtual path the web server uses to point to the images directory distributed with Oracle Application Express. |
|
Refers to the owner of the Application Express schema. |
|
Refers to whether the Application Express engine is running in print view mode. This setting can be referenced in conditions to eliminate elements not desired in a printed document from a page. |
|
Refers to the application attribute 'Proxy Server'. |
|
Refers to the current date on the database server. |
|
Refers to the Oracle schema used to connect to the database through the database access descriptor (DAD). |
|
Specifies the application's global notification attribute. |
|
Specifies the values of the |
Parent topic: APEX_APPLICATION