S_AB_COMPONENT_MARK_C (ver 17.11.0)
This is a child table of the S_AB_EXAM_MARK_S table to store related exam components
Column Name | Version | Data Type | Description |
---|---|---|---|
ID | 17.11.0 | Number(11,0) | Primary Key |
S_AB_Exam_Mark_SID | 17.11.0 | Number(11,0) | Foreign Key to the ID of the S_AB_Exam_Mark_S table. |
ComponentMarkStatus | 17.11.0 | Varchar2(2) | Status of the mark record. |
SuppliedContactName | 17.11.0 | Varchar2(120) | The name of the person contacted. |
WhoCreated | 17.11.0 | Varchar2(100) | The name of the person who created the record. Defaults to the user. |
WhenCreated | 17.11.0 | TIMESTAMP(6) | The date and time the record was created. Defaults to system date. |
WhoModified | 17.11.0 | Varchar2(100) | The name of the person who modified the record. Defaults to the user. |
WhenModified | 17.11.0 | TIMESTAMP(6) | The date and time the record was modified. Defaults to system date. |
ExamSittingRefID | 17.11.0 | Varchar2(36) | Ref ID for the Exam Sitting record in the local copy. |