ST_EXERCISE_VW2

(SQL View)
Index Back

Stock Options Exercise table

Defines the grant exercise information used by the option tranaction processing.

SELECT EMPLID , STOCK_ID , GRANT_NBR , GRANT_DT , STOCK_PLAN , ST_OPTION_TYPE , GRANT_PRICE , EXER_BFR_VEST , ST_CANCEL_REASON FROM PS_ST_GRANT WHERE GRANT_STATUS = 'A' AND AGREEMENT_STATUS <> 'R' AND ST_CANCEL_REASON <> 'RESC'

  • Parent record: ST_GRANT
  • # 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 GRANT_DT Date(10) DATE Grant Date
    5 STOCK_PLAN Character(10) VARCHAR2(10) NOT NULL Stock Plan
    6 ST_OPTION_TYPE Character(4) VARCHAR2(4) NOT NULL Option Type
    ISAR=ISO-Stock Appreciation Right
    ISO=Incentive Stock Option
    NQ=Non-Qualified
    NSAR=NQ-Stock Appreciation Right
    RSA=Restricted Stock Award
    7 GRANT_PRICE Number(19,6) DECIMAL(18,6) NOT NULL Price an employee pays to exercise the option.
    8 EXER_BFR_VEST Character(1) VARCHAR2(1) NOT NULL This field indicates that exercise is allowed before vesting. Typically used with RSA's.
    N=No
    Y=Yes
    9 ST_CANCEL_REASON Character(4) VARCHAR2(4) NOT NULL Reason shares were cancelled.
    RESC=Employee Rescinded Offer
    RPRC=Reprice
    TER=Termination