PAYROLL DEDUCTN REQUEST DETAIL Table
XXX
Field Name |
Description |
Data Type |
Length |
|---|---|---|---|
ASSIGNMENT_NUMBER |
XXX |
VARCHAR2 |
20 |
DEDUCTION_REQUEST_BEGIN_DATE |
XXX |
DATE |
|
DEDUCTION_REQUEST_END_DATE |
XXX |
DATE |
|
LAST_UPDATE_DATE |
Date the description was created or last altered. |
DATE |
|
LAST_UPDATE_USER |
Last person that changed this record. |
VARCHAR2 |
12 |
PAYROLL_WAGE_TYPE_KEY |
Key field used to join the PAYROLL_WAGE_TYPE table to Payroll fact tables. Use for joining data, not for reporting. |
VARCHAR2 |
4 |
PERSONNEL_KEY |
Key field used to join to the PERSONNEL table. This field should only be used for joining data, NOT for reporting. |
VARCHAR2 |
8 |
RECORD_COUNTER |
Used to count records within a group on a report. Always contains a value of 1. |
NUMBER |
|
REQUESTED_DEDUCTION_AMOUNT |
The amount to be deducted in the current pay period. Note this amount may not be deducted. |
NUMBER |
13,2 |
REQUESTED_DEDUCTION_PERCENT |
XXX |
NUMBER |
34 |
REQUESTED_DEDUCTION_TYPE |
XXX |
VARCHAR2 |
12 |
WAREHOUSE_LOAD_DATE |
The date the record was loaded into the Data Warehouse from the source system. |
DATE |