EDLVL_ACHV_TBL(SQL View) |
Index Back |
|---|---|
Education LevelEducation Level Release 9 Job Profile Managment (JPM): Table became a view to JPM data. Ownership of table transferred from Human Resources to JPM. |
| SELECT %Substring(JPM_CAT_ITEM_ID,1,3) ,EFFDT ,EFF_STATUS ,%Substring(JPM_DESCR90,1,30) ,DESCRSHORT FROM PS_JPM_CAT_ITEMS WHERE JPM_CAT_TYPE = 'EDLVLACHV' |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(3) | VARCHAR2(3) NOT NULL | Education Level Achieved | |
| 2 | Date(10) | DATE |
Effective Date
Default Value: %date |
|
| 3 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive Default Value: A |
| 4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
| 5 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |