27.26 GET_ARRAY_ROW_DML_OPERATION Function
This function returns the DML operation type for the current array element. Can only be called when being inside an array column; otherwise an error message is called.
To be used within a REST Data Source Plug-In when plug-in actions are to be executed based on the DML type for an array element.
Syntax
APEX_EXEC.GET_ARRAY_ROW_DML_OPERATION (
p_context IN t_context )
RETURN t_dml_operation;Parameters
| Parameter | Description |
|---|---|
p_context |
Context object obtained with one of the OPEN_ functions.
|
Returns
The DML type for the current array row as an instance of t_dml_operation.
See Also:
Parent topic: APEX_EXEC