S_AB_STU_RESPONSIBLE_SCHOOL_C
This is a child table of Students table that stores student's responsible schools.
Column Name | Version | Data Type | Description |
---|---|---|---|
ID | 22.7.1 | Number(10,0) | Primary Key |
STUDENTSDCID | 22.7.1 | Number(10,0) | DCID of the Students table. |
EFFECTIVEDATE | 22.7.1 | DATE | Identifies the date when the responsible school came into effect. |
HASRESPONSIBLESCHOOL | 22.7.1 | VARCHAR2(100 CHAR) | The responsible school type for the responsible school. The code value of HasResponsibleSchool in PASI Code Values. |
SCHOOLCITY | 22.7.1 | VARCHAR2(60 CHAR) | The City name of the school the student will be transitioning to. |
SCHOOLCODE | 22.7.1 | VARCHAR2(4 CHAR) | Identifies the school associated with this record. |
SCHOOLCOUNTRY | 22.7.1 | VARCHAR2(60 CHAR) | The Country associated with the School address that the student is transitioning to. |
SCHOOLNAME | 22.7.1 | VARCHAR2(225 CHAR) | The name of the school the Student is transitioning to. |
SCHOOLSTATEPROVINCE | 22.7.1 | VARCHAR2(20 CHAR) | The province or state associated with the School address that the student is transitioning to. For Canadian and US addresses, this should be the accepted 2 digit province or state code. |
TRANSITIONREASON | 22.7.1 | VARCHAR2(100 CHAR) | Identifies the reason the student transitioned to this school or out of school. The code value of TransitionReason in PASI Code Values. |
WhoCreated | 22.7.1 | Varchar2(100) | The name of the person who created the record. Defaults to the user. |
WhenCreated | 22.7.1 | Timestamp(6) | The date and time the record was created. Defaults to system date. |
WhoModified | 22.7.1 | Varchar2(100) | The name of the person who modified the record. Defaults to the user. |
WhenModified | 22.7.1 | Timestamp(6) | The date and time the record was modified. Defaults to system date. |