SQL Guide : Database system tables and system views : System tables for data synchronization : SYS_SYNC_MASTER_RECEIVED_MSGPARTS
  
SYS_SYNC_MASTER_RECEIVED_MSGPARTS
This table contains parts of the messages that were received in the master database from a replica database, but not yet processed in the master database.
Column Name
Description
REPLICA_ID
Internal ID of the replica database from which the message was 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.
DATA
Data of the message part.
See also
System tables for data synchronization