27.29 GET_ARRAY_ROW_VERSION_CHECKSUM Function
This function returns the row version checksum for the current nested array row. Can only be called when inside an array column; otherwise an error message is called.
To be used within a REST Data Source Plug-In when a checksum for an array element is needed to perform plug-in actions.
Syntax
APEX_EXEC.GET_ARRAY_ROW_VERSION_CHECKSUM (
p_context IN t_context )
RETURN VARCHAR2;
Parameters
Parameter | Description |
---|---|
p_context |
Context object obtained with one of the OPEN_ functions
|
Returns
Row version checksum for the nested current array row.
See Also:
Parent topic: APEX_EXEC