S_ND_STU_RECORDRELEASE_C (ver 16.7.0)
This table is a child table of the [Students] table. The table holds the Student Records Release information necessary for tracking the organizations that have been authorized to receive student records.
Column Name | Version | Data Type | Description |
---|---|---|---|
ID | 16.7.0 | Number(10,0) | Primary Key |
StudentsDCID | 16.7.0 | Number(10,0) | Foreign Key to Students table |
Record_Release_End_Date | 16.7.0 | Date | The End Date for the Records Release authorization |
Record_Release_Entity_Code | 16.7.0 | Varchar2(30) | The Code of the entity authorized to receive the student records |
Record_Release_Entity_Name | 16.7.0 | Varchar2(400) | The Name of the entity authorized to receive the student records |
Record_Release_Entity_Type | 16.7.0 | Varchar2(30) | The Type of entity authorized to receive the student records |
Record_Release_Note | 16.7.0 | Varchar2(300) | Comment regarding the Records Release |
Record_Release_Start_Date | 16.7.0 | Date | The Effective Start Date for the Records Release authorization |