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
NameTypeConstraintsDescription
workpaper_source_document_processing_status_KEYint (4)NOT NULLDetermines which state this workpaper is in while processing. The Primary Key.
descriptionnvarchar (40)NOT NULLThe description for this record.
Primary key
NameColumnsDescription
PK_Workpaper_Source_Document_Processing_Statusworkpaper_source_document_processing_status_KEY
Unique constraints
NameColumnsDescription
UK_Workpaper_Source_Document_Processing_Status$descriptiondescription
Incoming foreign keys
NameColumnsReferencing tableDescription
FK_Workpaper_Source_Document_Processing__Workpaper_Source_Document_Processing_Status__workpaper_source_document_processing_statuworkpaper_source_document_processing_status_KEYWorkpaper_Source_Document_Processing

Schema diagram