8.33 GET_THEME_ID Function
This function retrieves the Theme ID value that overrides the default.
Syntax
APEX_APPLICATION_INSTALL.GET_THEME_ID
RETURN NUMBER
Parameters
None.
Returns
This function returns the Theme ID value.
Example
The following example prints the theme ID override.
select apex_application_install.get_theme_id from sys.dual
See Also:
SET_THEME_ID ProcedureParent topic: APEX_APPLICATION_INSTALL