GP_TRC_VW

(SQL View)
Index Back

TRC Table

A Time Reporting Code (TRC) is used to classify a worker's time, primarily as the time is applied to a worker's compensation.

SELECT DISTINCT A.TRC , A.EFFDT , A.EFF_STATUS , A.DESCR FROM PS_TL_TRC_TBL A , PS_TL_ERNCD_TBL B WHERE A.TRC = B.TRC AND A.EFFDT = B.EFFDT AND A.EFF_STATUS = B.EFF_STATUS AND B.PAY_SYSTEM = 'GP'

  • Related Language Record: GP_TRC_LANG_VW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 TRC Character(5) VARCHAR2(5) NOT NULL Time Reporting Code used to report time in Time and Labor
    2 EFFDT Date(10) DATE NOT NULL Effective Date
    3 EFF_STATUS Character(1) VARCHAR2(1) NOT NULL Effective Status
    A=Active
    I=Inactive
    4 DESCR Character(30) VARCHAR2(30) NOT NULL Description