AB_STUDENT_PROTECT_INFO
This table stores student disclosure restriction list data.
Column Name | Version | Data Type | Description |
---|---|---|---|
AB_Student_Protect_InfoID | 13.0.0 | NUMBER(19,0) | Primary Key |
Effective_Date | 13.0.0 | Varchar2(20) | The date and time the record was effective. Defaults to system date |
Expiry_Date | 13.0.0 | Varchar2(20) | The date and time the record expired. Defaults to system date |
Restrict_Details | 13.0.0 | NUMBER(19,0) | Written details about the restriction. |
RefID | 13.0.0 | NUMBER(10,0) | Unique system identifier. |
Protection_Code | 13.0.0 | Varchar2(25) | Indicates the restriction type. |
Active | 13.0.0 | NUMBER(1,0) | Indicates whether the protection status is active. Valid values: 1=Yes, 0=No. |
Student_InfoID | 13.0.0 | NUMBER(19,0) | The AB_STUDENT_INFOID from the AB_STUDENT_INFO table. |
WhoCreated | 13.0.0 | Varchar2(100) | The name of the person who created the record. Defaults to user. |
WhenCreated | 13.0.0 | TIMESTAMP(6) | The date and time the record was created. Defaults to system date. |
WhoModified | 13.0.0 | Varchar2(100) | The name of person who modified the record. Defaults to user. |
WhenModified | 13.0.0 | TIMESTAMP(6) | The date and time the record was modified. Defaults to system date |
List_Position | 13.0.0 | NUMBER(2,0) | Indicates the position this record appears in the disclosure restrictions list in ascending order. |