COMM_ROLE_SRCH

(SQL View)
Index Back

committee role search


select a.committee_role, a.institution, a.committee_type, a.descr from PS_COMMIT_ROLE_TBL a where a.effdt=(select max(a1.effdt) from PS_COMMIT_ROLE_TBL a1 where a1.effdt <= %currentdatein)

  • Related Language Record: COMMROLESRCHLNG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 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
    2 INSTITUTION Character(5) VARCHAR2(5) NOT NULL Academic Institution

    Prompt Table: INSTITUTION_TBL

    3 COMMITTEE_TYPE Character(10) VARCHAR2(10) NOT NULL Committee Type
    4 DESCR Character(30) VARCHAR2(30) NOT NULL Description