STDNT_RSTRC_MEM(SQL Table) |
Index Back |
---|---|
Student Restricted Aid MembersFor each student, this table contains the members, (along with their overall rating) that make up the committee(s) associated with a specific Restricted Aid ID. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Prompt Table: PEOPLE_SRCH |
2 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL |
Academic Institution
Default Value: OPR_DEF_TBL_CS.INSTITUTION Prompt Table: INSTITUTION_TBL |
3 | AID_YEAR | Character(4) | VARCHAR2(4) NOT NULL |
Aid Year
Default Value: OPR_DEF_TBL_CS.AID_YEAR Prompt Table: AID_YEAR_TBL |
4 | RESTRICTED_AID_ID | Character(10) | VARCHAR2(10) NOT NULL |
Restricted Aid ID
Prompt Table: RSTRC_AID |
5 | COMMITTEE_ID | Character(6) | VARCHAR2(6) NOT NULL |
Committee
Prompt Table: COMMITTEE |
6 | EVALUATOR_ID | Character(11) | VARCHAR2(11) NOT NULL |
Evaluator ID
Prompt Table: PERS_SRCH_GBL |
7 | EVALUATN_STATUS | Character(2) | VARCHAR2(2) NOT NULL |
Evaluation Status
CM=Complete IP=In Progress Default Value: IP |
8 | STATUS_DT | Date(10) | DATE |
Status Date
Default Value: %date |
9 | MEMBER_RATING | Number(6,2) | DECIMAL(5,2) NOT NULL | Member Rating |
10 | COMMITTEE_ROLE | Character(4) | VARCHAR2(4) NOT NULL |
Committee Role
ACAD=Academic Member of Committee ADMN=Administrative Support CHAI=Chair of Committee COCH=Co-Chair of Committee MMBF=Member of Committee MMBR=Administrator of Committee STAF=Staff member of Committee STDN=Student Member of Committee Prompt Table: COM_ROLE_VW |
11 | COMMENTS | Long Character | CLOB | Comment |