6.13 GET_BUILD_STATUS Function
This function retrieves the build status that overrides the default.
Syntax
APEX_APPLICATION_INSTALL.GET_BUILD_STATUS
RETURN VARCHAR2;
Parameters
None.
Example
The following example prints the build status override.
select apex_application_install.get_build_status
from sys.dual;
See Also:
SET_BUILD_STATUS FunctionParent topic: APEX_APPLICATION_INSTALL