SETID_JOBCD_VW

(SQL View)
Index Back

JobCode TableSet IDs

This view is used to validate the JobCode Set ID for RB_WORKER table. This view list only the Set ID's used by the JobCode table.

SELECT A.SETID , A.DESCR , A.DESCRSHORT , A.DESCRLONG FROM PS_SETID_TBL A WHERE EXISTS ( SELECT 'X' FROM PS_JOBCODE_TBL C WHERE C.SETID = A.SETID AND C.EFFDT <= %CurrentDateIn AND C.EFF_STATUS = 'A')

  • Related Language Record: SETID_LANG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SETID Character(5) VARCHAR2(5) NOT NULL This field is used to store the value of SetID on various setup tables.
    2 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    3 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description
    4 DESCRLONG Long Character CLOB Long Description