COMMROLESRCHLNG(SQL View) |
Index Back |
---|---|
committee role search |
SELECT a.committee_role ,A.LANGUAGE_CD , a.descr FROM PS_COMMIT_ROLE_LNG a WHERE a.effdt=( SELECT MAX(a1.effdt) FROM PS_COMMIT_ROLE_LNG a1 WHERE a1.effdt <= %CurrentDateIn) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | 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 |
|
2 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |