Table: dbo.Workpaper_Source_Document_Processing_Status | |||
This table stores information about the states a workpaper goes through when it is sent to Source Document Processing. | |||
Columns | |||
Name | Type | Constraints | Description |
workpaper_source_document_processing_status_KEY | int (4) | NOT NULL | Determines which state this workpaper is in while processing. The Primary Key. |
description | nvarchar (40) | NOT NULL | The description for this record. |
Primary key | |||
Name | Columns | Description | |
PK_Workpaper_Source_Document_Processing_Status | workpaper_source_document_processing_status_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Workpaper_Source_Document_Processing_Status$description | description |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Workpaper_Source_Document_Processing__Workpaper_Source_Document_Processing_Status__workpaper_source_document_processing_statu | workpaper_source_document_processing_status_KEY | Workpaper_Source_Document_Processing |