| # |
PeopleSoft Field Name |
PeopleSoft Field Type |
Database Column Type |
Description |
| 1 |
GP_PKG_ID |
Character(10) |
VARCHAR2(10) NOT NULL |
Field used for element packaging
|
| 2 |
GPJP_PAYSLIP_ID |
Character(18) |
VARCHAR2(18) NOT NULL |
Assigns a unique ID to a template used to generate pay slips.
|
| 3 |
EFFDT |
Date(10) |
DATE |
Effective Date
|
| 4 |
GPJP_POSITION |
Character(6) |
VARCHAR2(6) NOT NULL |
Tracks the position of an element on a pay slip. The first two digits indicate the section that the element is displayed, the next two indicate the row, and the last two indicate the column.
|
| 5 |
ENTRY_TYPE_ELEM |
Character(3) |
VARCHAR2(3) NOT NULL |
entry type element
|
| 6 |
PIN_NUM |
Number(8,0) |
INTEGER NOT NULL |
PIN Number
|
| 7 |
GPJP_HEADING |
Character(16) |
VARCHAR2(16) NOT NULL |
This value is displayed on the pay slip as the heading for the associated element.
|