ST_PLANALC_LANG(SQL Table) |
Index Back |
---|---|
Stock Plan AllocationThe Stock Plan Allocation record contains a history of shares that have been allocated to stock plans. The Stock Plan Allocation record is an effective dated child record of STOCK_PLAN_TBL. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | STOCK_ID | Character(10) | VARCHAR2(10) NOT NULL |
Company's Stock Identification Symbol
Default Value: STOCK_PLAN_TBL.STOCK_ID 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: STOCK_PLAN_TBL.STOCK_PLAN_TYPE |
3 | STOCK_PLAN | Character(10) | VARCHAR2(10) NOT NULL |
Stock Plan
Default Value: STOCK_PLAN_TBL.STOCK_PLAN |
4 | ALLOCATION_DT | Date(10) | DATE NOT NULL |
Allocation Date
Default Value: %date |
5 | SEQ_NUM | Number(3,0) | SMALLINT NOT NULL | Sequence |
6 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
7 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
8 | COMMENTS | Long Character | CLOB | Comment |