Application Express User's Guide > Oracle Application Express ... > HTMLDB_APPLICATION
HTMLDB_APPLICATION |
Previous |
Next |
The HTMLDB_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 HTMLDB_APPLICATION describes the global variables available in the HTMLDB_APPLICATION package
.
Global Variables Available in HTMLDB_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. |
Topics: