SQL Guide : Database system tables and system views : System tables for data synchronization : SYS_SYNC_REPLICA_RECEIVED_MSGS
  
SYS_SYNC_REPLICA_RECEIVED_MSGS
This table contains reply messages that were received in the replica database from the master database, but 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.
CREATIME
Create time of the message.
CREATOR
User ID of the user who created the message.
See also
System tables for data synchronization