PAYROLL DEDUCTN REQUEST DETAIL Table
View exposing payroll deduction-request detail including requested deduction dates, amount, and payroll wage type.
Field Name |
Description |
Data Type |
Length |
|---|---|---|---|
ASSIGNMENT_NUMBER |
Assignment number associated with the record. |
VARCHAR2 |
20 |
DEDUCTION_REQUEST_BEGIN_DATE |
Date associated with deduction request begin. |
DATE |
|
DEDUCTION_REQUEST_END_DATE |
Date associated with deduction request end. |
DATE |
|
LAST_UPDATE_DATE |
Date associated with last update. |
DATE |
|
LAST_UPDATE_USER |
Last update user associated with the record. |
VARCHAR2 |
12 |
PAYROLL_WAGE_TYPE_KEY |
Surrogate key identifying the payroll wage type. |
VARCHAR2 |
4 |
PERSONNEL_KEY |
Surrogate key identifying the personnel. |
VARCHAR2 |
8 |
RECORD_COUNTER |
Record counter associated with the record. |
NUMBER |
|
REQUESTED_DEDUCTION_AMOUNT |
Requested deduction amount associated with the record. |
NUMBER |
13,2 |
REQUESTED_DEDUCTION_PERCENT |
Requested deduction percent associated with the record. |
NUMBER |
34 |
REQUESTED_DEDUCTION_TYPE |
Requested deduction type associated with the record. |
VARCHAR2 |
12 |
WAREHOUSE_LOAD_DATE |
Date the record was loaded into the data warehouse. |
DATE |