ST_SPLIT5C_TAO(SQL Table) |
Index Back |
---|---|
Stock Exercise Disposition tblDefines the stock exercise disposition information captured by the option tranaction processing. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(11) | VARCHAR2(11) NOT NULL | Employee ID | |
2 | Character(10) | VARCHAR2(10) NOT NULL | System assigned grant number used to uniquely identify the grant record. | |
3 | Number(8,0) | INTEGER NOT NULL | System assigned exercise number used to uniquely identify the exercise record. | |
4 | Number(8,0) | INTEGER NOT NULL | System assigned disposition number used to uniquely identify the disposition record. | |
5 | DISPOSITION_DT | Date(10) | DATE NOT NULL | The date of the disposition. |
6 | SHARES_DISPOSED | Signed Number(20,6) | DECIMAL(18,6) NOT NULL | Number of shares disposed. |