Home > APEX_APPLICATION
Previous |
Next |
The APEX_APPLICATION
package is a PL/SQL package that implements the Oracle Application Express rendering engine. You can use this package to take advantage of a number of global variables. Table: Global Variables Available in APEX_APPLICATION describes the global variables available in the APEX_APPLICATION package
.
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. |
|
Specifies the schema to parse for the currently running application. |
|
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 currently switched on or off. Valid values for the DEBUG flag are 'Yes' or 'No'. Turning debug on shows details about application processing. |
|
Refers to the home page of an application. The Application Express engine will redirect to this location if no page is given and if no alternative page is dictated by the authentication scheme's logic. |
|
Can be 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 or not 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. this uses the DATE DATATYPE. |
|
Refers to the Oracle schema used to connect to the database through the database access descriptor (DAD). |
|
Specifies the application's global notification attribute. |
Topics: