This table is used to implement a locking mechanism for tax form liability processing. When a tax form's liabilities are being processed an entry is first made into this table to indicate that other users are prevented from processing identical liabilities. |
tax_form_liability_processing_lock_KEY | int (4) | NOT NULL | Primary key for this table. |
user_session_guid | uniqueidentifier (16) | NOT NULL | The user session identifier of the user locking the forms. |
client_KEY | int (4) | NOT NULL | Foreign key to client being processed. |
tax_form_KEY | int (4) | NOT NULL | Foreign key to the tax form being processed. |
period_end_date | smalldatetime (4) | NOT NULL | Period end date for the liabilities being processed. |