27.42 NEXT_ARRAY_ROW Function
This function advances the array cursor by one row. Can only be called within an array column; otherwise an error is raised.
Syntax
APEX_EXEC.NEXT_ARRAY_ROW (
p_context IN t_context )
RETURN BOOLEAN;Parameters
| Parameter | Description |
|---|---|
p_context |
Context object obtained with one of the OPEN_ functions
|
Returns
TRUE if successful.
FALSE if the end of the result set has been reached.
Parent topic: APEX_EXEC