SQL Guide : Database system tables and system views : System tables for data synchronization : SYS_SYNC_TRX_PROPERTIES
  
SYS_SYNC_TRX_PROPERTIES
When you save transactions, you can assign properties for them. These properties can later be used to select transactions for propagation. The properties are saved in the SYS_SYNC_TRX_PROPERTIES table.
Column Name
Description
TRX_ID
The transaction ID identifies the transaction.
NAME
The transaction property name (for example, COLOR).
VALUE_STR
The transaction property value (for example, RED).
See also
System tables for data synchronization