SQL Guide : Database system tables and system views : System tables for data synchronization : SYS_SYNC_REPLICA_VERSIONS
  
SYS_SYNC_REPLICA_VERSIONS
This table contains the list of subscriptions (that have been subscribed) to this replica database from the master database.
Column Name
Description
BOOKMARK_ID
Internal ID of the bookmark in the subscription.
REQUEST_ID
Internal ID of the publication request in the subscription.
VERS_TIME
Create time of the subscription.
PUBL_ID
ID of the subscribed publication.
MASTER_ID
ID of the master database from which the publication has been subscribed.
PARAM_CRC
Internal use only.
PARAM
Parameters of the subscription.
VERSION
Version number of subscribed publication in the master database.
LOCAL VERSION
Version number of subscribed publication in the replica database.
PUBL_NAME
Name of the publication.
REPLY_ID
ID of the publication reply.
See also
System tables for data synchronization