| Holds records of Timerack_Employee_Update_Queue which couldn't be transmitted. |
| timerack_employee_update_queue_graveyard_KEY | uniqueidentifier (16) | NOT NULL | Primary key of the table Timerack_Employee_Update_Queue_Graveyard. |
| timerack_employee_update_queue_KEY | int (4) | NOT NULL | The value of the primary key of the table Timerack_Employee_Update_Queue at the time of the failure. |
| web_services_transmit_queue_KEY | int (4) | NOT NULL | The value of the primary key of the table Web_Services_Transmit_Queue at the time of the failure. |
| employee_KEY | int (4) | NOT NULL | The value of the relevant Employee at the time of the failure. |
| pod_prefix | nvarchar (30) | NOT NULL | POD file name prefix if used. Empty string indicates that no file name prefix should be sent to the POD webservice. |
| additional_details | nvarchar (-1) | NOT NULL | Error or Information about failure. |
| create_date_utc | datetime (8, 3) | NOT NULL | Date and time the row was added. |
| timerack_failure_type_KEY | tinyint (1) | NOT NULL | The value of the foreign key of the table Timerack_Failure_Type. |