20.42 SET_CURRENT_ROW Procedure

This procedure sets the current row pointer of a DML context to the given row number. Subsequent SET_VALUE invocations affect the row with this row number.

Syntax

APEX_EXEC.SET_CURRENT_ROW (
    p_context IN t_context,
    p_row_idx IN PLS_INTEGER );

Parameters

Table 20-40 APEX_EXEC.SET_CURRENT_ROW Parameters

Parameter Description
p_context Context object obtained with one of the OPEN_ functions.
p_row_idx Row number to set the "current row" pointer to.