27.64 SET_ARRAY_CURRENT_ROW Procedure
This procedure moves the cursor to the given row within the current array.
Currently only supported for contexts on REST Data Sources.
Syntax
APEX_EXEC.SET_ARRAY_CURRENT_ROW (
p_context IN t_context,
p_current_row_idx IN PLS_INTEGER )
Parameters
Parameter | Description |
---|---|
p_context |
Context object obtained with one of the OPEN_ functions.
|
p_current_row_idx |
Row within the child array to place the cursor on. |
Parent topic: APEX_EXEC