SEN_PAY_COMPRT

(SQL Table)
Index Back

Seniority Pay Compensation

This table is a child of SENPAY_TBL. It specifies the compensation rate of the seniority pay levels.

  • Parent record: COMP_RATECD_TBL
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 COMP_RATECD Character(6) VARCHAR2(6) NOT NULL Comp Rate Code
    2 EFFDT Date(10) DATE Effective Date
    3 LEVEL_NBR Number(3,0) SMALLINT NOT NULL This field is used by the record SEN_PAY_COMPRT.
    4 MIN_SEN_YEARS Number(3,0) SMALLINT NOT NULL This field is used to store the minimum seniority years that an employee must reach to be eligible for seniority pay.
    5 MIN_SEN_MONTHS Number(2,0) SMALLINT NOT NULL This field is used to store the minimum seniority months that an employee must reach to be eligible for seniority pay.
    6 COMPRATE Number(19,6) DECIMAL(18,6) NOT NULL Compensation Rate
    7 COMP_RATE_POINTS Number(5,0) INTEGER NOT NULL Comp Rate Points
    8 COMP_PCT Number(7,3) DECIMAL(6,3) NOT NULL Comp Percent
    9 CURRENCY_CD Character(3) VARCHAR2(3) NOT NULL Currency Code

    Prompt Table: CURRENCY_CD_TBL

    10 COMP_FREQUENCY Character(5) VARCHAR2(5) NOT NULL Compensation Frequency
    A=Annual
    B=Biweekly
    C=Contract
    D=Daily
    H=Hourly
    M=Monthly
    S=Semimonthly
    W=Weekly

    Prompt Table: COMP_FREQ_VW