ST_SPLIT10C_TAO(SQL Table) |
Index Back |
---|---|
Stock Purchase DispositionsDisplay Dispositions that are linked to a particular purchase. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
2 | STOCK_PLAN_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Stock Plan Type
E=Purchase Plan O=Option Plan |
3 | STOCK_PLAN | Character(10) | VARCHAR2(10) NOT NULL | Stock Plan |
4 | OFFERING_ID | Character(10) | VARCHAR2(10) NOT NULL | Offering ID |
5 | PERIOD_END_DT | Date(10) | DATE | Period End Date |
6 | DISPOSITION_NBR | Number(8,0) | INTEGER NOT NULL |
System assigned disposition number used to uniquely identify the disposition record.
Default Value: 0 |
7 | GRANT_DT | Date(10) | DATE | Grant Date |
8 | DISPOSITION_DT | Date(10) | DATE | The date of the disposition. |
9 | SHARES_DISPOSED | Signed Number(20,6) | DECIMAL(18,6) NOT NULL | Number of shares disposed. |
10 | DISPOSITION_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Staus of disposition - active, pending for survey, void
C=Confirmed P=Pending V=Void Default Value: P |