SQL Guide : Database system tables and system views : System tables for data synchronization : SYS_SYNC_REPLICA_RECEIVED_MSGPARTS
  
SYS_SYNC_REPLICA_RECEIVED_MSGPARTS
This table contains parts of the reply messages that have been received into the replica database from the master database, but are not yet processed in the replica database.
Column Name
Description
MASTER_ID
Internal ID of the master database from which the message has been received.
MSG_ID
Internal ID of the message.
PART_NUMBER
Sequence number of the message part.
DATA_LENGTH
Length of the data in the message part.
RESULT_SET_TYPE
Type of the result set.
DATA
Data of the message part.
See also
System tables for data synchronization