22.26 GET_TOTAL_ROW_COUNT Function
This function returns the total row count of the query result.
Syntax
FUNCTION GET_TOTAL_ROW_COUNT (
    p_context       IN t_context )
    RETURN PLS_INTEGER;Parameters
Table 22-24 GET_TOTAL_ROW_COUNT Function Parameters
| Parameter | Description | 
|---|---|
| p_context | Context object obtained with one of the OPEN_functions. | 
Returns
The total row count; NULL if unknown.
                  
Parent topic: APEX_EXEC