27.48 OPEN_ARRAY Procedure Signature 2

Enters the array within the provided array column and moves the cursor to before the first row, so that calling next_array_row() points to the first array element.

Currently only supported for contexts on REST data sources.

Syntax

APEX_EXEC.OPEN_ARRAY (
    p_context               IN t_context,
    p_column_position       IN PLS_INTEGER )

Parameters

Parameter Description
p_context Context object obtained with one of the OPEN_ functions.
p_column_position Position of the column to set the value for within the DML context.