SQL Guide : Database system tables and system views : System tables for data synchronization : SYS_SYNC_RECEIVED_STMTS
  
SYS_SYNC_RECEIVED_STMTS
This table contains the propagated statements that have been received in the master database.
Column Name
Description
REPLICA
Internal ID of the replica from which the statement has arrived.
MSG
Internal ID of the message in which the statement has arrived.
ORD_ID
N/A.
TXN_ID
Internal ID of the transaction to which the statement belongs.
ID
Sequence number of the statement within the transaction.
CLASS
Type of the constant.
STRING
the SQL statement as a string.
ARG_COUNT
Number of parameters bound to the statement.
ARG_TYPES
Types of the parameters bound to the statement.
ARG_VALUES
Values of the parameters in binary format.
USER_ID
ID of the user who has saved the statement.
REQUEST_ID
N/A.
FLAGS
This indicates the error-handling mode (for example, IGNORE_ERRORS, LOG_ERRORS, and so on).
ERRCODE
This has the error code if a statement failed while executing on the master.
ERR_STR
This has a description of the error that occurred if a statement failed while executing on the master.
See also
System tables for data synchronization