4.13 GET_BUILD_STATUS Function

Use this function to retrieve the build status that should override the default.

Syntax

FUNCTION 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;