ST_GRNT_REPURCH(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 | STOCK_ID | Character(10) | VARCHAR2(10) NOT NULL | Company's Stock Identification Symbol |
3 | GRANT_NBR | Character(10) | VARCHAR2(10) NOT NULL | System assigned grant number used to uniquely identify the grant record. |
4 | REPURCHASE_NBR | Number(8,0) | INTEGER NOT NULL | Unique system assigned number used to identify the repurchase. |
5 | REPURCHASE_DT | Date(10) | DATE | Date share were repurchased. |
6 | SHARES_REPURCHASED | Signed Number(20,6) | DECIMAL(18,6) NOT NULL | Number of shares repurchased. |
7 | REPURCHASE_PRICE | Number(19,6) | DECIMAL(18,6) NOT NULL | Price at which the shares were repurchased. |
8 | REPURCHASE_VALUE | Signed Number(20,6) | DECIMAL(18,6) NOT NULL | Repurchase Cost |
9 | REPURCHASE_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Status of the repurchase - active or void.
A=Active V=Void Default Value: A |
10 | STATUS_DT | Date(10) | DATE | Status Date |
11 | REPURCHASE_REASON | Character(4) | VARCHAR2(4) NOT NULL |
The reason for the repurchase.
CORP=Corpporate Repurchase OTH=Other TER=Termination Default Value: TER |
12 | REPURCH_RECEIPT_DT | Date(10) | DATE | Date the repurchase receipt was generated. |
13 | TRANSFER_CNTL_NBR | Number(7,0) | INTEGER NOT NULL | Number assisgned to identify instructions to the transfer agent. |
14 | ESCROW_CNTL_NBR | Number(7,0) | INTEGER NOT NULL | Number assigned to identify instructions to the escrow agent. |
15 | TRANSFER_ISSUE_DT | Date(10) | DATE | Date the transfer issuance instructions are printed. |
16 | LEGEND_ID | Character(10) | VARCHAR2(10) NOT NULL |
This field indicates what issuance instructions are to be sent to the broker.
Prompt Table: STOCK_LEGEND |
17 | LASTUPDOPRID | Character(30) | VARCHAR2(30) NOT NULL | Specifies the User ID which made the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts. |
18 | LASTUPDDTTM | DateTime(26) | TIMESTAMP | Specifies the date and time of the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts. |
19 | COMMENTS | Long Character | CLOB | Comment |