SQL Guide : Database system tables and system views : System tables for data synchronization : SYS_PUBLICATION_STMTARGS
  
SYS_PUBLICATION_STMTARGS
This table contains mapping between the publication arguments and the statements in the master database.
Column Name
Description
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