Detail of compliance with the criterion
Data model
Fields
| Field | Type | Description |
|---|---|---|
| active* | BIT | Indicates whether the detail is active |
| criteria_id* | INT | Criterion identifier |
| id* | INT | Detail Identifier |
| method_id* | INT | Compliance Method Identifier |
| parameter_value | VARCHAR (500) | Criterion parameter value |
Primary Key
| PK_AES_DETAIL_CRITERIA |
|---|
| id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| criteria_id* | dbo.AES_CRITERIA | id | FK02_AES_DETAIL_CRITERIA |
| method_id* | dbo.AES_METHOD | id | FK03_AES_DETAIL_CRITERIA |