ST_ACTN_PRC_TBL(SQL Table) |
Index Back |
---|---|
Stock Action Process TableThis table acts in many ways like a run control record. The table holds information regarding the person to process for the Stock Action. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
2 | EMPL_RCD | Number(3,0) | SMALLINT NOT NULL | Empl Record |
3 | STOCK_ACTION | Character(3) | VARCHAR2(3) NOT NULL | Stock Action |
4 | STOCK_ACTION_DT | Date(10) | DATE | Date the stock action is effective. |
5 | STOCK_ACTION_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Stock Action Type
L=Leave of Absence R=Return from Leave T=Termination Default Value: STOCK_ACTN_TBL.STOCK_ACTION_TYPE |
6 | STOCK_ID | Character(10) | VARCHAR2(10) NOT NULL |
Company's Stock Identification Symbol
Prompt Table: ST_ACTN_PRC_VW1 |
7 | 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 Prompt Table: ST_ACTN_PRC_VW2 |
8 | GRANT_NBR | Character(10) | VARCHAR2(10) NOT NULL |
System assigned grant number used to uniquely identify the grant record.
Prompt Table: ST_ACTN_PRC_VW3 |
9 | ACTION | Character(3) | VARCHAR2(3) NOT NULL |
Action
Default Value: ST_ACTN_PRC_SRC.ACTION Prompt Table: ACTION_TBL |
10 | ACTION_REASON | Character(3) | VARCHAR2(3) NOT NULL |
Reason Code
Default Value: ST_ACTN_PRC_SRC.ACTION_REASON |