SCH_TR_TMPT_LNG

(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 , B.LANGUAGE_CD , A.EFFDT , B.DESCR FROM PSXLATITEM A , PS_TL_RPTMPLT_LANG B WHERE A.FIELDNAME='SCH_TYPE'

  • Related Language Record for SCH_TR_TMPT_VW
  • # 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 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    4 EFFDT Date(10) DATE Effective Date

    Default Value: %date

    5 DESCR Character(30) VARCHAR2(30) NOT NULL Description