ST_REL_DISPOSN(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 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
2 | STOCK_ID | Character(10) | VARCHAR2(10) NOT NULL | Stock ID |
3 | GRANT_NBR | Character(10) | VARCHAR2(10) NOT NULL | System assigned grant number used to uniquely identify the grant record. |
4 | EXERCISE_NBR | Number(8,0) | INTEGER NOT NULL | System assigned exercise number used to uniquely identify the exercise record. |
5 | RELEASE_NBR | Number(8,0) | INTEGER NOT NULL | System assigned release number used to uniquely identify the release record. |
6 | DISPOSITION_NBR | Number(8,0) | INTEGER NOT NULL | System assigned disposition number used to uniquely identify the disposition record. |
7 | DISPOSITION_DT | Date(10) | DATE NOT NULL | The date of the disposition. |
8 | DISPOSITION_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Type of disposition - sale or transfer.
S=Sale T=Transfer Default Value: S |
9 | DISPOSITION_SRC | Character(1) | VARCHAR2(1) NOT NULL |
Disposition Source
A=Administrator S=Self Service T=Third Party Default Value: A |
10 | SHARES_DISPOSED | Signed Number(20,6) | DECIMAL(18,6) NOT NULL | Number of shares disposed. |
11 | DISPOSITION_PRICE | Number(19,6) | DECIMAL(18,6) NOT NULL | The share price at time of disposition. |
12 | DISPOSN_RECEIPT_DT | Date(10) | DATE | Disposition Receipt Date |
13 | 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 |
14 | STATUS_DT | Date(10) | DATE |
Status Date
Default Value: %date |
15 | DISQUAL_DISPOSN | Character(1) | VARCHAR2(1) NOT NULL |
Indicates whether or not this is a disqualifying disposition based on governing body rules.
N=No Y=Yes Default Value: N |
16 | ST_ORD_INCOME | Signed Number(20,6) | DECIMAL(18,6) NOT NULL | Ordinary Income |
17 | ST_SEND_SRC | Character(1) | VARCHAR2(1) NOT NULL |
This field is for audit purposes and will determine how the tax information was delivered to Payroll: either via the interface with Paysheets or via a manual report.
N=North American Payroll R=Stock Payroll Report |
18 | ST_PR_DT | Date(10) | DATE | This field is the date that a transaction was sent to payroll. |
19 | PAYCHECK_NBR | Number(15,0) | DECIMAL(15) NOT NULL | Paycheck number. |
20 | PROCESS_GROUP | Character(10) | VARCHAR2(10) NOT NULL | Process Group |
21 | REVERSAL_DT | Date(10) | DATE | Reversal Date |
22 | DISPOSN_SURVEY_DT | Date(10) | DATE | Disposition Survey Date |
23 | 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. |
24 | 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. |