ABSV_ACCRUAL(SQL Table) |
Index Back |
---|---|
Vacation Accrual RecordVacation Accrual Record |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Prompt Table: PERSON |
2 | EMPL_RCD | Number(3,0) | SMALLINT NOT NULL | Empl Record |
3 | COMPANY | Character(3) | VARCHAR2(3) NOT NULL |
Company
Prompt Table: COMPANY_TBL |
4 | PLAN_TYPE | Character(2) | VARCHAR2(2) NOT NULL | Identifies a category of benefit plan, such as Medical, Dental, and Life (Insurance). A set of plan type codes, as well as rules for creating new codes, is provided by PeopleSoft. Plan Type codes determine how the system processes and defines eligibility for the various benefit plans. |
5 | ABSV_ACCRUAL_DT | Date(10) | DATE | Accrual Process Date |
6 | ABSV_DYS_CARRYOVER | Signed Number(9,3) | DECIMAL(7,3) NOT NULL | Days Carried Over |
7 | ABSV_DYS_EARN_YTD | Signed Number(9,3) | DECIMAL(7,3) NOT NULL | Days Earned YTD |
8 | ABSV_DYS_TAKE_YTD | Signed Number(9,3) | DECIMAL(7,3) NOT NULL | Days Taken YTD |
9 | BENEFIT_PLAN | Character(6) | VARCHAR2(6) NOT NULL | Benefit Plan |