CM_TYPE_TBL(SQL View) |
Index Back |
---|---|
Competency TypesThis record defines various types of competencies. You may use competency types to build a competency hierarchy tree. Release 9 Job Profile Managment (JPM): Table became a view to JPM data. Ownership of table transferred from HR Core Objects to JPM. |
SELECT %Substring(JPM_CAT_GROUP,1,6) ,DESCR ,DESCRSHORT FROM PS_JPM_CAT_GROUPS WHERE JPM_CAT_TYPE = 'COMPETENCY' AND JPM_CAT_GROUP_TYPE = 'COMP TYPE' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | CM_TYPE | Character(6) | VARCHAR2(6) NOT NULL | Competency Type |
2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
3 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL |
Short Description
Default Value: CM_TYPE_TBL.DESCR |