5.5 GET_APPLICATION_VERSION Function
This function retrieves the version of an application.
Syntax
APEX_APPLICATION_ADMIN.GET_APPLICATION_VERSION (
p_application_id IN NUMBER )
RETURN VARCHAR2;Parameters
| Parameter | Description |
|---|---|
p_application_id |
The application ID. |
Example
The following example prints the application version.
select apex_application_admin.get_application_version(100) from sys.dualSee Also:
SET_APPLICATION_VERSION ProcedureParent topic: APEX_APPLICATION_ADMIN