Name | SDS_Violation |
---|---|
Entity Type | External |
Description | Describes problem with specified entity in the staging area |
Submodel | System |
Entity Scope | Project |
Primary Key | |
Natural Key | |
Generalizations | |
Specializations |
Name | Value Domain | Property / Storage Unit | Description | Required / Default | Type |
---|---|---|---|---|---|
Attribute | STRING255 | NA |
The name of the attribute which has the violation. | No |
VARCHAR2(255) |
Description | STRING2000 | NA |
The description of the error. | No |
VARCHAR2(2000) |
Entity_Id | ID | No_Unit |
The value of the ID column for the entity which identifies the row with the violation. | No |
NUMBER(38) |
Entity_Type | ORACLE_OBJECT_NAME | NA |
The name of the entity which has the violation. | No |
VARCHAR2(30) |
Error_Type | String | NA |
The type of the error. Example values: FK Missing, Mandatory Missing, UK Duplicates | No |
VARCHAR2(255) |
Value | STRING4000 | NA |
The value associated with the error. | No |
VARCHAR2(4000) |