| # |
PeopleSoft Field Name |
PeopleSoft Field Type |
Database Column Type |
Description |
| 1 |
EMPLID |
Character(11) |
VARCHAR2(11) NOT NULL |
Employee ID
|
| 2 |
GRANT_NBR |
Character(10) |
VARCHAR2(10) NOT NULL |
System assigned grant number used to uniquely identify the grant record.
|
| 3 |
VEST_EFFDT |
Date(10) |
DATE |
Vesting effective date.
|
| 4 |
SEQ_NUM |
Number(3,0) |
SMALLINT NOT NULL |
Sequence
|
| 5 |
VEST_DT |
Date(10) |
DATE NOT NULL |
Vesting Date
|
| 6 |
SHARES_VESTED |
Signed Number(20,6) |
DECIMAL(18,6) NOT NULL |
Number of shares that vest on VEST_DT.
|
| 7 |
SHARES_EXERCISED |
Signed Number(20,6) |
DECIMAL(18,6) NOT NULL |
Number of shares exercised.
|
| 8 |
ST_CANCEL_DT |
Date(10) |
DATE |
Cancellation Date
|
| 9 |
EXPIRATN_DT |
Date(10) |
DATE NOT NULL |
Expiration Date
|
| 10 |
TERM_EXPIRATN_DT |
Date(10) |
DATE |
Expiration date of unexercised shares when emplyee terminates.
|