TL_RUL_STEP_LNG(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 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
5 | DESCR100 | Character(100) | VARCHAR2(100) NOT NULL | Length 100 Description |