ST_SPLIT2C_TAO(SQL Table) |
Index Back |
---|---|
Stock Options Exercise tableDefines the grant exercise information used by the option tranaction processing. |
# | 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 | EXERCISE_NBR | Number(8,0) | INTEGER NOT NULL |
System assigned exercise number used to uniquely identify the exercise record.
Default Value: 0 |
4 | EXERCISE_DT | Date(10) | DATE NOT NULL | Exercise Date |
5 | SHARES_EXERCISED | Signed Number(20,6) | DECIMAL(18,6) NOT NULL | Number of shares exercised. |