PAYROLL ACH DETAIL Table
XXX
Field Name |
Description |
Data Type |
Length |
|---|---|---|---|
MIT_ID |
MIT ID number of the person. Use this field to join with other tables containing data about people at MIT. |
VARCHAR2 |
100 |
PAYROLL_AMOUNT |
Payment amount per employee wage type |
NUMBER |
10,2 |
PAYROLL_PAYMENT_DATE |
The date that appears on the check or direct deposit as the payment date. |
DATE |
|
PERSONNEL_KEY |
Key field used to join to the PERSONNEL table. This field should only be used for joining data, NOT for reporting. |
VARCHAR2 |
15 |
REPLACEMENT_AMOUNT |
XXX |
NUMBER |
10,2 |
REPLACEMENT_METHOD |
XXX |
VARCHAR2 |
1 |
REPLACEMENT_NUMBER |
XXX |
VARCHAR2 |
18 |
VOID_REPLACEMENT_DATE |
XXX |
DATE |
|
VOID_REPLACEMENT_STATUS |
XXX |
VARCHAR2 |
8 |
VOID_REPLACEMENT_USER |
XXX |
VARCHAR2 |
12 |
WAREHOUSE_LOAD_DATE |
The date the record was loaded into the Data Warehouse from the source system. |
DATE |