AgencyConfirmation


Description

Agency confirmation tracking that records when agencies have confirmed or acknowledged specific system requirements, agreements, or compliance items.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
AgencyConfirmID int identity 4 null

Reference identifier - Foreign key reference to related entity or lookup table

AgencyID int 4 null
Agency.AgencyID FK_AgencyConfirmation_Agency R

Agency reference - Reference to the agency providing confirmation (foreign key to Agency.AgencyID)

ConfirmationID int 4 null
ConfirmationTypes.pkConfirmTypeID FK_AgencyConfirmation_ConfirmationTypes R

Confirmation type - Reference to the type of confirmation required (foreign key to ConfirmationTypes.pkConfirmTypeID)

ConfirmedBy int 4 null

Confirmed by - Reference to the user who provided the confirmation

DateConfirmed smalldatetime 16 (getdate())

Confirmation date - Date and time when the confirmation was provided

Indexes

Constraint Name Type Sort Column(s)
PK_AgencyConfirmation Primary key Asc AgencyConfirmID

Relationships