CST_PUBAUDITATTENDANCE (ver 15.5.1)
This table is a standalone table and stores attendance based transaction information, including what table changed and the associated record. Note: Each entry must have a unique ATTDCID and TRANSTYPE. 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_PUBAUDITATTENDANCE record to which the record is associated. Required. (Default – Next value in CST_PUBAUDITATTENDANCE_SQ sequence) |
ATTDCID | 15.5.1 | NUMBER(19,0) | The DCID of the ATTENDANCE table. Required. |
TRANSTYPE | 15.5.1 | CHAR(1) | The transaction type of the table and row. Required. (i.e. ‘I’-Insert, ‘U’-Update, ‘D’-Delete) |