CST_PUBAUDIT (ver 15.5.1)
This table is a standalone table and stores transaction information, including what table changed and the associated record. This table is available for all states/provinces and may or may not be utilized for your state/province.
Column Name | Version | Data Type | Description |
---|---|---|---|
ID | 15.5.1 | NUMBER(19,0) | The internal ID for the CST_PUBAUDIT record to which the record is associated. Required. (Default – Next value in CST_PUBAUDIT_SQ sequence) |
TABLENAME | 15.5.1 | VARCHAR2(30) | The name of the table that had a transaction/change. Required. |
PSID | 15.5.1 | NUMBER(19,0) | The DCID or ID of the row that had the transaction/change. Required. |
TRANSTYPE | 15.5.1 | CHAR(1) | The transaction type of the table and row. Required. (i.e. ‘I’-Insert, ‘U’-Update, ‘D’-Delete) |