ST_SPLIT9C_TAO(SQL Table) |
Index Back |
---|---|
Stock Grant RepurchaseDefines the repurchase information for grants |
# | 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 | REPURCHASE_NBR | Number(8,0) | INTEGER NOT NULL | Unique system assigned number used to identify the repurchase. |
4 | REPURCHASE_DT | Date(10) | DATE | Date share were repurchased. |
5 | SHARES_REPURCHASED | Signed Number(20,6) | DECIMAL(18,6) NOT NULL | Number of shares repurchased. |
6 | REPURCHASE_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Status of the repurchase - active or void.
A=Active V=Void Default Value: A |