SQL Guide : Database system tables and system views : System tables for data synchronization : SYS_PUBLICATION_REPLICA_STMTARGS
  
SYS_PUBLICATION_REPLICA_STMTARGS
This table contains the mapping between the publication arguments and the statements in the replica.
Column Name
Description
MASTER_ID
Internal ID of the master from which the data is refreshed.
PUBL_ID
Internal ID of the publication.
STMT_NUMBER
Sequence number of the statement.
STMT_ARG_NUMBER
Sequence number of the statement argument.
PUBL_ARG_NUMBER
Sequence number of the publication argument.
See also
System tables for data synchronization