SQL Guide : Database system tables and system views : System tables for data synchronization : SYS_SYNC_MASTER_SUBSC_REQ
  
SYS_SYNC_MASTER_SUBSC_REQ
This table contains the list of requested subscriptions waiting to be executed in the master.
Column Name
Description
REPLICA_ID
Internal ID of the replica from which the statement has arrived.
MSG_ID
Internal ID of the message in which the statement has arrived.
ORD_ID
Sequence number of the subscription.
TRX_ID
Internal ID of the transaction to which the subscription belongs.
STMT_ID
Internal ID of the statement in the subscription.
REQUEST_ID
N/A.
PUBL_ID
Internal ID of the subscribed/refreshed publication.
VERSION
Internal version information of the subscription in the master.
REPLICA_VERSION
Internal version information of the subscription in the replica.
FULLSUBSC
Indicates if the subscription is full or incremental.
See also
System tables for data synchronization