ST_TRSR_TAO4(SQL Table) |
Index Back |
---|---|
Stock Balance Temp - ExercisesThis record is a temporary record to store active stock exercises for specified Stock Plans details used during Stock Balance 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. |
4 | EXERCISE_DT | Date(10) | DATE | Exercise Date |
5 | STOCK_PLAN | Character(10) | VARCHAR2(10) NOT NULL | Stock Plan |
6 | SHARES_EXERCISED | Signed Number(20,6) | DECIMAL(18,6) NOT NULL | Number of shares exercised. |
7 | SHARES_SWAPPED | Number(19,6) | DECIMAL(18,6) NOT NULL | Total number of shares swapped. |
8 | SHARES_TRADED | Signed Number(20,6) | DECIMAL(18,6) NOT NULL | The number of shares traded. |
9 | EXERCISE_METHOD | Character(4) | VARCHAR2(4) NOT NULL |
Exercise Method
CASH=Cash LOAN=Loan SAR=SAR Exercise SDS=Same Day Sale STC=Sell to Cover SWAP=Swap |