15.10 EXTRACT_CONSTRAINT_NAME Function
This function extracts a constraint name contained in p_error.ora_sqlerrm. The constraint must match the pattern schema.constraint.
                  
Syntax
APEX_ERROR.EXTRACT_CONSTRAINT_NAME (
    p_error          IN t_error,
    p_include_schema IN BOOLEAN DEFAULT FALSE )
    RETURN VARCHAR2;Parameters
Table 15-7 EXTRACT_CONSTRAINT_NAME 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