SCH_TR_TMPT_VW

(SQL View)
Index Back

Time Reporting Template View

View of Time Reporting Templates for use in SChedule pages to select only those matching the Schedule Type.

SELECT %Substring(A.FIELDVALUE, 1, 1) , B.TIME_RPTG_TMPLT , A.EFFDT , A.EFF_STATUS , B.DESCR FROM PSXLATITEM A , PS_TL_RPTD_TMPLT B WHERE A.FIELDNAME='SCH_TYPE' AND ((A.FIELDVALUE = 'E' AND B.TIME_RPTR_IND = 'E') OR (A.FIELDVALUE IN ('P', 'F') AND B.TIME_RPTR_IND = 'P'))

  • Related Language Record: SCH_TR_TMPT_LNG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SCH_TYPE Character(2) VARCHAR2(2) NOT NULL Shift Type
    E=Elapsed
    F=Flex
    P=Punch
    2 TIME_RPTG_TMPLT Character(10) VARCHAR2(10) NOT NULL Time Reporting Template ID
    3 EFFDT Date(10) DATE Effective Date

    Default Value: %date

    4 EFF_STATUS Character(1) VARCHAR2(1) NOT NULL Effective Status
    A=Active
    I=Inactive
    5 DESCR Character(30) VARCHAR2(30) NOT NULL Description