EMPL_CL_STD_VW

(SQL View)
Index Back

Employee Class Table - STD

The Employee Class table is a setup table for employee classes organized by Setid in order to allow different sets of values per regulatory region. This view only selects the values with SETID = "STD", which are the standard values.

SELECT EMPL_CLASS , EFFDT , EFF_STATUS , DESCR , DESCRSHORT , DATA_TYPE_CD FROM PS_EMPL_CLASS_TBL WHERE SETID = 'STD'

  • Related Language Record: EMPL_CL_STD_LNG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 EMPL_CLASS Character(3) VARCHAR2(3) NOT NULL Employee Classification
    2 EFFDT Date(10) DATE NOT NULL Effective Date

    Default Value: %date

    3 EFF_STATUS Character(1) VARCHAR2(1) NOT NULL Effective Status
    A=Active
    I=Inactive

    Default Value: A

    4 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    5 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description
    6 DATA_TYPE_CD Character(1) VARCHAR2(1) NOT NULL Data Type Code
    N=Customer Data
    S=Sample Data
    Y=System Data

    Default Value: N