S_AB_DIPLOMA_EXAM_SITTING_S (ver 17.11.0)
This is a standalone table that describes the time and place where students may write a specific exam.
Column Name | Version | Data Type | Description |
---|---|---|---|
ID | 17.11.0 | NUMBER(11,0) | Primary Key |
ComponentCode | 17.11.0 | Varchar2(6) | The code of the component. Valid values MS or WR. |
ExamRefId | 17.11.0 | Varchar2(36) | The Ref ID of the diploma exam in the local copy. |
IsSpecial | 17.11.0 | NUMBER(1,0) | Indicates if this is a special sitting. |
LocationName | 17.11.0 | Varchar2(4) | Name of exam sitting location entered by user. |
OrganizationCode | 17.11.0 | Varchar2(120) | Organization code. |
ScheduledDtoTime | 17.11.0 | TimeStamp(6) | Scheduled date and time of the sitting. For special sittings only. |
StudentCapacity | 17.11.0 | NUMBER(11,0) | Number of students allowed in a sitting. |
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. |