AB_STUDENT_TRANS_DTL
This table stores student transcript detail information – for future use.
Column Name | Version | Data Type | Description |
---|---|---|---|
AB_Student_Trans_DTLID | 17.4.0 | NUMBER(19,0) | Primary Key |
Avail_Status | 17.4.0 | Varchar2(20) | Indicates the transcript detail status. |
PASI_CoreVersion | 17.4.0 | NUMBER(19,0) | Unique number allowing easy identification of when an entity has changed. |
State_Province_ID | 17.4.0 | Varchar2(20) | The provincial-assigned student number for the student. In most cases, this number should stay the same from school to school. |
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 |
PS_Updated | 17.4.0 | NUMBER(1,0) | Flag that indicates if the StoredGrades table has been updated with the official mark. |