| Column ID | Column name | Data type | Length | Precision | NULL | Description |
|
| 1 | APPLY_NAME | VARCHAR2 | 30 | (null) | Y | Name of the apply process at the local site which processed the transaction |
| 2 | QUEUE_NAME | VARCHAR2 | 30 | (null) | Y | Name of the queue at the local site where the transaction came from |
| 3 | QUEUE_OWNER | VARCHAR2 | 30 | (null) | Y | Owner of the queue at the local site where the transaction came from |
| 4 | LOCAL_TRANSACTION_ID | VARCHAR2 | 22 | (null) | Y | Local transaction ID for the error creation transaction |
| 5 | SOURCE_DATABASE | VARCHAR2 | 128 | (null) | Y | Database where the transaction originated |
| 6 | SOURCE_TRANSACTION_ID | VARCHAR2 | 22 | (null) | Y | Original transaction ID at the source database |
| 7 | SOURCE_COMMIT_SCN | NUMBER | 22 | (null) | Y | Original commit SCN for the transaction at the source database |
| 8 | MESSAGE_NUMBER | NUMBER | 22 | (null) | Y | Identifier for the message in the transaction that raised an error |
| 9 | ERROR_NUMBER | NUMBER | 22 | (null) | Y | Error number |
| 10 | ERROR_MESSAGE | VARCHAR2 | 4000 | (null) | Y | Error message |
| 11 | RECIPIENT_ID | NUMBER | 22 | (null) | Y | User ID of the original recipient |
| 12 | RECIPIENT_NAME | VARCHAR2 | 30 | (null) | Y | Name of the original recipient |
| 13 | MESSAGE_COUNT | NUMBER | 22 | (null) | Y | Total number of messages inside the error transaction |
| 14 | ERROR_CREATION_TIME | DATE | 7 | (null) | Y | The time that this error occurred |