ST_ACTN_RULE_VW(SQL View) |
Index Back |
---|---|
Stock Rules Search ViewThe ST_ACTN_RULE_VW is a view of the ST_ACTN_RULE table. It is used as a search record for the ST_ACTN_RULE panel and for the first scroll area of the panel. |
SELECT DISTINCT STOCK_ID , STOCK_PLAN_TYPE , STOCK_PLAN , EFFDT FROM PS_ST_ACTN_RULE |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | STOCK_ID | Character(10) | VARCHAR2(10) NOT NULL |
Company's Stock Identification Symbol
Prompt Table: STOCK_TBL |
2 | STOCK_PLAN_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Type of Stock Plan
E=Purchase Plan O=Option Plan Default Value: O |
3 | STOCK_PLAN | Character(10) | VARCHAR2(10) NOT NULL |
Stock Plan
Prompt Table: STOCK_PLAN_TBL |
4 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |