| Table which persists employee 1095 pdf forms until they are transmitted to the Employee Self-Service portal |
| employee_self_service_1095_queue_KEY | int (4) | NOT NULL | Primary key column |
| web_services_transmit_queue_KEY | int (4) | NOT NULL | Foreign key to the Web_Services_Transmit_Queue table |
| employee_KEY | int (4) | NOT NULL | Foreign key to the Employee table |
| form_year | int (4) | NOT NULL | Four-digit year assocaited with the 1095 form |
| pdf_file | varbinary (-1) | NOT NULL | Embedded employee 1095 PDF file; a byte array of the pdf file contents |