COM_ROLE_VW(SQL View) |
Index Back |
---|---|
Committe_Role_viewThis table contains those valid committee roles that are associated with a given Restricted Aid Id. |
SELECT DISTINCT Institution , Aid_Year , Restricted_Aid_Id , Committee_Role FROM PS_RSTRC_AID_MEM |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL |
Academic Institution
Prompt Table: INSTITUTION_TBL |
2 | AID_YEAR | Character(4) | VARCHAR2(4) NOT NULL | Aid Year |
3 | RESTRICTED_AID_ID | Character(10) | VARCHAR2(10) NOT NULL | Restricted Aid ID |
4 | 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 |