# |
PeopleSoft Field Name |
PeopleSoft Field Type |
Database Column Type |
Description |
1 |
PSMPC_RECORD_TYPE |
Character(1) |
VARCHAR2(1) NOT NULL |
Record Type "1" Report Header, "2" Report detail
|
2 |
PSMPC_AGENCY_NAME |
Character(30) |
VARCHAR2(30) NOT NULL |
Name of Agency
|
3 |
PSMPC_AGENCY_CODE |
Number(3,0) |
SMALLINT NOT NULL |
The employing Agency of the APS employee.
|
4 |
PSMPC_DATE_FROM |
Date(10) |
DATE |
Period Start Date and Time
|
5 |
PSMPC_DATE_TO |
Date(10) |
DATE |
Period To Date and Time
|
6 |
PSMPC_TOTAL_EES |
Number(5,0) |
INTEGER NOT NULL |
Total number of employee records sent.
|