ST_EXER_REL_VW(SQL View) |
Index Back |
---|---|
View of the exercise table |
SELECT EMPLID , STOCK_ID , GRANT_NBR , EXERCISE_NBR , RELEASE_NBR FROM PS_ST_EXER_RELEASE WHERE RELEASE_STATUS = 'V' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Prompt Table: ST_GRANT_VW1 |
2 | STOCK_ID | Character(10) | VARCHAR2(10) NOT NULL |
Company's Stock Identification Symbol
Default Value: ST_GRANT.STOCK_ID Prompt Table: ST_GRANT_VW2 |
3 | GRANT_NBR | Character(10) | VARCHAR2(10) NOT NULL |
System assigned grant number used to uniquely identify the grant record.
Prompt Table: ST_GRANT_VW3 |
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. |