DEPT_ALL_VW3

(SQL View)
Index Back

View of all Departments


select a.setid, a.deptid, a.descr, a.manager_name from PS_DEPT_TBL a where a.effdt = (select max(b.effdt) from PS_DEPT_TBL b where a.setid = b.setid and a.deptid = b.deptid)

  • Related Language Record: DEPT_ALL_LANG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SETID Character(5) VARCHAR2(5) NOT NULL SetID

    Default Value: OPR_DEF_TBL_FS.SETID

    Prompt Table: SP_SETID_NONVW

    2 DEPTID Character(10) VARCHAR2(10) NOT NULL Department

    Prompt Table: DEPT_TBL

    3 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    4 MANAGER_NAME Character(30) VARCHAR2(30) NOT NULL Identifies the name of the manager of a specified department.