15.24 GET_ROW_VERSION_CHECKSUM Function
This function returns the row version checksum for the current row. This is either a specific column (when designated as "checksum column") or a calculated checksum from all column values.
Syntax
FUNCTION GET_ROW_VERSION_CHECKSUM(
   p_context     IN t_context ) RETURN VARCHAR2;
    Parameters
Table 15-22 GET_ROW_VERSION_CHECKSUM Function Parameters
| Parameter | Description | 
|---|---|
| 
 | Context object obtained with one of the  | 
Returns
The row version checksum.
Parent topic: APEX_EXEC