AB_OFF_MARK_SELECT
This table stores official mark selection information.
Column Name | Version | Data Type | Description |
---|---|---|---|
AB_Off_Mark_SelectD | 17.4.0 | NUMBER(19,0) | Primary Key |
Mark_Select_Reason | 17.4.0 | Varchar2(50) | A code value used to identify the reason to include a course mark used for the official mark calculation. |
Mark_Type | 17.4.0 | Varchar2(50) | A code value used to identify type of mark included in the official course mark calculation. |
PASI_CoreVersion | 17.4.0 | NUMBER(19,0) | Unique number allowing easy identification of when an entity has changed. |
Mark_Select_RefID | 17.4.0 | Varchar2(36) | A Globally Unique Identifier (GUID) to identify a selected mark. |
Off_MarkID | 17.4.0 | NUMBER(19,0) | The AB_OFF_MARKID from the AB_OFF_MARK table. |
WhoCreated | 17.4.0 | Varchar2(100) | The name of the person who created the record. Defaults to user. |
WhenCreated | 17.4.0 | TIMESTAMP(6) | The date and time the record was created. Defaults to system date. |
WhoModified | 17.4.0 | Varchar2(100) | The name of person who modified the record. Defaults to user. |
WhenModified | 17.4.0 | TIMESTAMP(6) | The date and time the record was modified. Defaults to system date |
Mark_Format | 17.4.0 | Varchar2(50) | Indicates the format of the mark. |
Mark_Value | 17.4.0 | Varchar2(50) | The student's awarded mark value. |