TL_UNIQTPARM_VW

(SQL View)
Index Back

Unique Rule Parameter view

View of TL_TMPLT_PARMS used in Template Rule presentation.

SELECT DISTINCT D.TEMPLATE_ID , D.TEMPLATE_TYPE , P.RECNAME , P.FIELDNAME , P.LIST_TYPE , P.TL_FIELDFORMAT FROM PS_TL_TMPLT_PARMS P , PS_TL_TMPLT_DEFN D WHERE D.TEMPLATE_ID=P.TEMPLATE_ID AND P.RECNAME <> 'TL_TMPLT_RULE'

  • Parent record: TL_TMPLT_PARMS
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 TEMPLATE_ID Character(15) VARCHAR2(15) NOT NULL Template ID
    2 TEMPLATE_TYPE Character(3) VARCHAR2(3) NOT NULL Template Type
    ACC=Accumulator
    APP=Approval Required
    ATT=Attendance
    CON=Consecutive Days
    DFL=Default
    DTH=Daily Threshold
    EXC=Exception
    GUA=Guaranteed Hours
    HOL=Holiday
    LIB=Library
    MEA=Meal
    MIS=Miscellaneous
    MSP=Missing Punch
    OPA=OPA Regulatory Rules
    PRM=Premium Zone
    PTR=Period Threshold
    SCH=Schedule Deviation
    SHF=Shift Premium
    SPC=Specific Day
    TSK=Task
    3 RECNAME Character(15) VARCHAR2(15) NOT NULL Record (Table) Name (see PSRECDEFN).
    4 FIELDNAME Character(18) VARCHAR2(18) NOT NULL Field Name (see PSDBFIELD).
    5 LIST_TYPE Character(4) VARCHAR2(4) NOT NULL List type for Values
    0=TCD Group
    1=TaskGroup
    10=Company
    11=Paygroup
    12=Grade
    13=Step
    14=Punch Type
    15=Employee Status
    16=Employee Type
    17=Attendance Violations
    18=Absence Take
    19=Compensatory Time Off Plan
    2=Time Reporting Codes
    20=Plan Type
    21=Payable Status
    22=Reported Status
    23=Absence Status
    24=Exception
    25=Severity
    26=Benefit Plan
    27=Absence Entitlement
    3=WorkGroup
    4=Union Code
    5=Jobcode
    6=Department
    7=Position number
    8=Location
    9=Shift
    6 TL_FIELDFORMAT Character(1) VARCHAR2(1) NOT NULL Field Format. Introduced to hold the numeric FIELDTYPE values in a xlat set for user friendly selection. It is not a true representation as it also supports the need to indicate a character value as something not to be surrounded by '' when formatted into a SQL statement in the TL AE rules building.
    0=Character
    2=Numeric
    3=Signed Numeric
    4=Date
    5=Time
    6=Date and Time
    9=Character Without Quotes