TL_RULE_DEFN(SQL Table) |
Index Back |
|---|---|
T&L Rule DefinitionT&L Rule Definition containing header information about a particular business rule. |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(12) | VARCHAR2(12) NOT NULL | Rule ID | |
| 2 | CORE_COMPONENT | Character(1) | VARCHAR2(1) NOT NULL |
Indicates whether the object is delivered by PeopleSoft.
Y/N Table Edit Default Value: N |
| 3 | COMPILE_FLAG | Character(1) | VARCHAR2(1) NOT NULL |
Compiled?
Y/N Table Edit Default Value: N |
| 4 | COMPILE_DTTM | DateTime(26) | TIMESTAMP | Last Compiled |
| 5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
| 6 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL |
Short Description
Default Value: TL_RULE_DEFN.DESCR |
| 7 | PERIOD_ID | Character(12) | VARCHAR2(12) NOT NULL |
Time Period ID
Prompt Table: TL_TIME_PERIODS |
| 8 | TL_USER_EXIT | Character(1) | VARCHAR2(1) NOT NULL |
User Exit?
Y/N Table Edit Default Value: N |
| 9 | AE_SECTION | Character(8) | VARCHAR2(8) NOT NULL | Section |
| 10 | AE_SECTION_UD | Character(8) | VARCHAR2(8) NOT NULL |
User defined AE Section Name.
This is an AE Section that a user has previously written to handle a specific rule that could not be defined using one of the delivered Rule Templates or Rule Components (Actions, Conditions, SQL Objects). The AE Section must be populated on the PS_TL_AE_SECTION table.
Prompt Table: TL_AE_SCTION_VW |
| 11 | DESCRLONG | Long Character | CLOB | Long Description |
| 12 | 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 MEA=Meal MIS=Miscellaneous MSP=Missing Punch PRM=Premium Zone PTR=Period Threshold SCH=Schedule Deviation SHF=Shift Premium SPC=Specific Day TSK=Task |
| 13 | TEMPLATE_ID | Character(15) | VARCHAR2(15) NOT NULL | Template ID |
| 14 | CHANGED | Character(1) | VARCHAR2(1) NOT NULL | Changed |
| 15 | RUN_LOCATION_IND | Character(1) | VARCHAR2(1) NOT NULL |
Run Location Indicator - indicates whether Time Admin is to be executed on-line or in batch.
A=On-line and Batch B=Batch Only Default Value: B |