PAYROLL DEDUCTION DETAIL Table
View exposing payroll deduction detail including payroll period, wage type, deduction amounts, arrears, deducted-to-date, remaining balance, and record counter.
Field Name |
Description |
Data Type |
Length |
|---|---|---|---|
ARREARS_AMOUNT |
Arrears amount associated with the record. |
NUMBER |
17,2 |
DEDUCTED_TO_DATE_AMOUNT |
Deducted to date amount associated with the record. |
NUMBER |
17,2 |
DEDUCTION_AMOUNT |
Deduction amount associated with the record. |
NUMBER |
17,2 |
DROPPED_AMOUNT |
Dropped amount associated with the record. |
NUMBER |
|
INCOMING_ARREARS_AMOUNT |
Incoming arrears amount associated with the record. |
NUMBER |
17,2 |
PAYROLL_IN_PERIOD_KEY |
Surrogate key identifying the payroll in period. |
VARCHAR2 |
8 |
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 |
1 |
REMAINING_BALANCE_AMOUNT |
Remaining balance amount associated with the record. |
NUMBER |
17,2 |
REQUESTED_DEDUCTION_AMOUNT |
Requested deduction amount associated with the record. |
NUMBER |
|
WAREHOUSE_LOAD_DATE |
Date the record was loaded into the data warehouse. |
DATE |