Wednesday 17 February 2016

Global Variables in apex oracle 5.0

List of global variables :

G_USERSpecifies the currently logged in user.
G_FLOW_IDSpecifies the ID of the currently running application.
G_FLOW_STEP_IDSpecifies the ID of the currently running page.
G_FLOW_OWNERSpecifies the schema to parse for the currently running application.
G_REQUESTSpecifies the value of the request variable most recently passed to or set within the show or accept modules.
G_BROWSER_LANGUAGERefers to the Web browser's current language preference.
G_DEBUGRefers 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.
G_HOME_LINKRefers 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.
G_LOGIN_URLCan be used to display a link to a login page for users that are not currently logged in.
G_IMAGE_PREFIXRefers to the virtual path the web server uses to point to the images directory distributed with Oracle Application Express.
G_FLOW_SCHEMA_OWNERRefers to the owner of the Application Express schema.
G_PRINTER_FRIENDLYRefers 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.
G_PROXY_SERVERRefers to the application attribute 'Proxy Server'.
G_SYSDATERefers to the current date on the database server. this uses the DATE DATATYPE.
G_PUBLIC_USERRefers to the Oracle schema used to connect to the database through the database access descriptor (DAD).
G_GLOBAL_NOTIFICATIONSpecifies the application's global notification attribute.

No comments:

Post a Comment

Show values in right side of shuttle

While working with select list and shuttle, when we want to display values into right side of shuttle depending upon selection from select ...