S_AB_DOC_QA_C (ver SR_20.7.2.0)
This is a child table of Students table that stores student's classroom accommodations.
Column Name | Version | Data Type | Description |
---|---|---|---|
ID | SR_20.7.2.0 | NUMBER(10,0) | Primary Key |
S_AB_STU_RECORD_DOC_CID | SR_20.7.2.0 | NUMBER(10,0) | DCID of the S_AB_STU_RECORD_DOC_C table. |
PERFORMEDLOCALLYBYORG | SR_20.7.2.0 | NUMBER(1) | Indicate whether quality assurance is performed locally by the organization. |
QASTATUS | SR_20.7.2.0 | VARCHAR2(100) | Status of the quality assurance. |
FAILEDQACOMMENTS | SR_20.7.2.0 | VARCHAR2(1000) | Comments about the failed quality assurance. |
PROBLEMTYPE | SR_20.7.2.0 | VARCHAR2(100) | Depict the type of problem identified on the student record document. |
REPORTINGUSEREMAIL | SR_20.7.2.0 | VARCHAR2(100) | The email of the user who reported the student record document problem. |
QAOPERATOR | SR_20.7.2.0 | VARCHAR2(100) | Operator that performed the quality assurance on the document. |
QAUTCTIME | SR_20.7.2.0 | DATE | The UTC time when the quality assurance happened. |
WhoCreated | SR_20.7.2.0 | Varchar2(100) | The name of the person who created the record. Defaults to the user. |
WhenCreated | SR_20.7.2.0 | TIMESTAMP(6) | The date and time the record was created. Defaults to system date. |
WhoModified | SR_20.7.2.0 | Varchar2(100) | The name of the person who modified the record. Defaults to the user. |
WhenModified | SR_20.7.2.0 | TIMESTAMP(6) | The date and time the record was modified. Defaults to system date. |