17.11 GET_FIRST_ORA_ERROR_TEXT Function
This function returns the first ORA error message text stored in p_error.ora_sqlerrm. If p_error_ora_sqlerrm does not contain a value, NULL is returned.
                  
Syntax
APEX_ERROR.GET_FIRST_ORA_ERROR_TEXT (
    p_error            IN t_error,
    p_include_error_no IN BOOLEAN DEFAULT FALSE )
    RETURN VARCHAR2;Parameters
Table 17-8 GET_FIRST_ORA_TEXT Function Parameters
| Parameters | Description | 
|---|---|
| 
 | The  | 
| 
 | If set to  | 
Example
See an example of how to use this procedure in "Example of an Error Handling Function."
Parent topic: APEX_ERROR