| Column | Field | Description | SQL Type | Length | Decimals | Relation | Default Value | Constraints | SQL Create Statement |
---|
| 1 | MANDT | Client | nvarchar | 3 | 0 | | | | Allow NULL? |
| 2 | DB_KEY | NodeID | varbinary | 16 | 0 | | | | |
| 3 | PARENT_KEY | NodeID | varbinary | 16 | 0 | | | | |
| 4 | DATETIME_CR | Date/Time of Item Creation | decimal | 15 | 0 | | | | |
| 5 | USER_ID_CR | Object Created By | nvarchar | 12 | 0 | | | | Allow NULL? |
| 6 | DATETIME_CH | Date/Time of Item Change | decimal | 15 | 0 | | | | |
| 7 | USER_ID_CH | Object Changed By | nvarchar | 12 | 0 | | | | Allow NULL? |
| 8 | ID | Violation Notice ID | nvarchar | 40 | 0 | | | | Allow NULL? |
| 9 | CATEGORY | Violation Category | nvarchar | 21 | 0 | | | | Allow NULL? |
| 10 | TYPE | Violation Type | nvarchar | 21 | 0 | | | | Allow NULL? |
| 11 | SOURCE | Violation Source | nvarchar | 21 | 0 | | | | Allow NULL? |
| 12 | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | decimal | 15 | 0 | | | | |
| 13 | TIME_ZONE | Time Zone of NOV Issue Date | nvarchar | 6 | 0 | | | | Allow NULL? |
| 14 | REC_TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | decimal | 15 | 0 | | | | |
| 15 | RECTIME_ZONE | Time Zone of Violation Notice Received Time | nvarchar | 6 | 0 | | | | Allow NULL? |
| 16 | ISSUING_ORG_NAME | Name of Organization That Issued the Notice of Violation | nvarchar | 80 | 0 | | | | Allow NULL? |
| 17 | ATTACHED_TS | Violation Notice Attached | char | 1 | 0 | | | | Allow NULL? |
| 18 | PEN_PRO_AMNT | Proposed Penalty Amount | decimal | 15 | 2 | | | | |
| 19 | PEN_PRO_CURR | Currency for Proposed Penalty | nvarchar | 5 | 0 | | | | Allow NULL? |
| 20 | PEN_FIN_AMNT | Final Penalty Amount | decimal | 15 | 2 | | | | |
| 21 | PEN_FIN_CURR | Currency for Final Penalty | nvarchar | 5 | 0 | | | | Allow NULL? |
| 22 | NOV_DOC_KEY | Reference to NOV Document Key | varbinary | 16 | 0 | | | | |
| 23 | TXC_SUMM_KEY | NodeID | varbinary | 16 | 0 | | | | |
| 24 | EEW_INC_VIOLN_D | Dummy function in length 1 | char | 1 | 0 | | | | Allow NULL? |