S_AB_STU_DISCLOSURE_C
This is a child table of Students table that stores student's discloure restrictions.
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. |
RESTRICTIONCODE | 22.7.1 | VARCHAR2(100 CHAR) | The type of disclosure restriction. |
RESTRICTIONDETAILS | 22.7.1 | VARCHAR2(250 CHAR) | Comments about the disclosure restriction. |
EFFECTIVEDATE | 22.7.1 | DATE | The date the disclosure restriction is in effect. |
EXPIRYDATE | 22.7.1 | DATE | The date the disclosure restriction is no longer in effect. |
ISACTIVE | 22.7.1 | NUMBER(1,0) | True if the disclosure restriction is active. |
REFID | 22.7.1 | NUMBER(11,0) | The unique identifier for the disclosure restriction record. |
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. |