SQL Guide : Database system tables and system views : System tables for data synchronization : SYS_SYNC_MASTER_STORED_MSGPARTS
  
SYS_SYNC_MASTER_STORED_MSGPARTS
This table contains parts of the message result sets that were created in the master database, but not yet sent to the replica database.
Column Name
Description
REPLICA_ID
Internal ID of the replica database to which the message will be sent.
MSG_ID
Internal ID of the message.
ORDER_ID
Sequence number of the result set.
RESULT_SET_ID
Internal ID of the result set.
RESULT_SET_TYPE
Type of the result set.
PART_NUMBER
Sequence number of the message part in the result set.
DATA_LENGTH
Length of the data in the message part in the result set.
DATA
Data of the message part.
See also
System tables for data synchronization