TL_RULE_STEPS(SQL Table) |
Index Back |
---|---|
Time Admin Rule StepsContains rule steps in a rule (steps in an AE Section). |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | TL_RULE_ID | Character(12) | VARCHAR2(12) NOT NULL | Rule ID |
2 | TL_RULE_STEP | Number(2,0) | SMALLINT NOT NULL | Rule Step |
3 | TL_AESTMTTYPE | Character(2) | VARCHAR2(2) NOT NULL |
This is a psedo-representation of AE Statement Type that helps drive the generation of AE library sections for template-based TL rules.
The code-selection is designed to ensure the actions within a step is inserted in order according to AESTMTTYPE code when there are multiple actions under a single step (like DoWhen + SQL).
D=Do Select H=Do When W=Do While Z0=SQL - Standard Z1=SQL - Quit If No Rows Default Value: Z0 |
4 | RULE_OPERAND_TYPE | Character(4) | VARCHAR2(4) NOT NULL |
Rule Operand Type.
0=Action 1=SQL Object 2=Truncate Work Table 3=Update Statistics |
5 | ACTION_ID | Character(12) | VARCHAR2(12) NOT NULL |
Action ID
Prompt Table: TL_ACTIONS |
6 | SQL_ID | Character(30) | VARCHAR2(30) NOT NULL |
TL
Prompt Table: TL_SQL_OBJCT_VW |
7 | RECNAME | Character(15) | VARCHAR2(15) NOT NULL |
Record (Table) Name (see PSRECDEFN).
Prompt Table: TL_WORK_RT_VW |
8 | DESCR100 | Character(100) | VARCHAR2(100) NOT NULL | Length 100 Description |