HRS_TEAM_ACT_VW

(SQL View)
Index Back

Active Team View

Teams that have an active status.

SELECT A.HRS_TEAM_ID , A.DESCR , A.DESCRSHORT FROM PS_HRS_TEAM A WHERE A.STATUS = 'A'

  • Related Language Record: HRS_TEAM_LNG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 HRS_TEAM_ID Number(15,0) DECIMAL(15) NOT NULL Team ID
    2 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    3 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description