HRS_CUR_DEPT_VW

(SQL View)
Index Back

Departments

This view returns all active departments as of the query date

SELECT A.SETID , A.DEPTID , A.EFFDT , A.DESCR FROM %Table(DEPT_TBL) A WHERE %EffdtCheck(DEPT_TBL B, A, %CurrentDateIn) AND A.EFF_STATUS = 'A'

  • Related Language Record: HRS_CUR_DEPT_LV
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SETID Character(5) VARCHAR2(5) NOT NULL SetID
    2 DEPTID Character(10) VARCHAR2(10) NOT NULL Department
    3 EFFDT Date(10) DATE Effective Date

    Default Value: %date

    4 DESCR Character(30) VARCHAR2(30) NOT NULL Description