FPMSETID_STA_VW

(SQL View)
Index Back

Setids for active status codes

This view retrieves the setids corresponding to valid status codes. It is used by the French Public Sector functionalities.

SELECT S.SETID , A.EFFDT , A.DESCR FROM PS_SETID_TBL S , PS_FPMSTATUSEE_TBL A WHERE S.SETID = A.FP_STATUSEE_CD AND A.EFF_STATUS = 'A'

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