AV_DEG_DESCR_VW

(SQL View)
Index Back

Most effective dated descr

retrives the most effective dated description of Degree

SELECT A.DEGREE , A.DESCR , A.DESCRSHORT , A.DESCRFORMAL FROM PS_DEGREE_TBL A WHERE A.EFFDT = ( SELECT MAX(B.EFFDT) FROM PS_DEGREE_TBL B WHERE B.DEGREE = A.DEGREE AND B.EFFDT <= %CurrentDateIn) AND A.EFF_STATUS = 'A'

  • Related Language Record: AV_DEGDESCRLANG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 DEGREE Character(8) VARCHAR2(8) NOT NULL Degree
    2 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    3 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description

    Default Value: DEGREE_TBL.DESCR

    4 DESCRFORMAL Character(50) VARCHAR2(50) NOT NULL Formal Description field

    Default Value: DEGREE_TBL.DESCR