SSR_ACT_INST_VW

(SQL View)
Index Back

Active Institutions and Descrs

Select all active institutions and their descriptions in this installation

SELECT A.INSTITUTION , A.DESCR , A.DESCRSHORT , A.DESCRFORMAL , %Upper(A.DESCRFORMAL) FROM %Table(INSTITUTION_TBL) A WHERE %EffdtCheck(INSTITUTION_TBL A1, A, %CurrentDateIn) AND A.EFF_STATUS = 'A'

  • Related Language Record: SSR_ACT_INST_VL
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 INSTITUTION Character(5) VARCHAR2(5) NOT NULL Academic Institution
    2 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    3 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description
    4 DESCRFORMAL Character(50) VARCHAR2(50) NOT NULL Formal Description field
    5 DESCR50 Character(50) VARCHAR2(50) NOT NULL Description of length 50