TL_TMPLT_RULEP

(SQL Table)
Index Back

Template Rule Parameter Values

Stores the parameter values entered for each template based rule.

  • Parent record: TL_TMPLT_RULE
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 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
    2 TEMPLATE_ID Character(15) VARCHAR2(15) NOT NULL Template ID
    3 TL_RULE_ID Character(12) VARCHAR2(12) NOT NULL Rule ID
    4 RECNAME Character(15) VARCHAR2(15) NOT NULL Record (Table) Name (see PSRECDEFN).
    5 FIELDNAME Character(18) VARCHAR2(18) NOT NULL Field Name (see PSDBFIELD).
    6 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
    7 LIST_ID Character(12) VARCHAR2(12) NOT NULL List ID

    Prompt Table: %EDITTABLE

    8 FIELD_VALUE Character(30) VARCHAR2(30) NOT NULL Field Value
    9 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