TL_COMP_DAY_BAL(SQL Table) |
Index Back |
---|---|
Comp and Leave Time repositoryComp and Leave Time repository |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
2 | EMPL_RCD | Number(3,0) | SMALLINT NOT NULL | Empl Record |
3 | DUR | Date(10) | DATE | Date Under Report associates time being reported, scheduled or paid, to a specific date. |
4 | TRC | Character(5) | VARCHAR2(5) NOT NULL | Time Reporting Code used to report time in Time and Labor |
5 | COMP_TIME_PLAN | Character(10) | VARCHAR2(10) NOT NULL | Compensatory Time Off Plan |
6 | DATE_DUE | Date(10) | DATE | Date Due |
7 | ACTION | Character(3) | VARCHAR2(3) NOT NULL |
Action
Prompt Table: ACTION_TBL |
8 | TL_QUANTITY | Signed Number(20,6) | DECIMAL(18,6) NOT NULL | This field represents the measure of Work in hrs,amount etc., |
9 | END_BAL | Signed Number(9,3) | DECIMAL(7,3) NOT NULL | Ending Balance |
10 | TOTAL_PAID | Signed Number(9,2) | DECIMAL(7,2) NOT NULL | Total Amount Paid |
11 | TAKEN_TOTAL | Signed Number(11,3) | DECIMAL(9,3) NOT NULL | Used in Comp time and Leave validation |