NVQ_COMP_SRCH(SQL View) |
Index Back |
|---|---|
Unit search COMPETENCY_TBLShows only those competencies which are NVQ Units. |
| select competency ,descr ,cm_category ,unit_title from PS_COMPETENCY_TBL where cm_category='N' |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(8) | VARCHAR2(8) NOT NULL | Competency | |
| 2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
| 3 | CM_CATEGORY | Character(1) | VARCHAR2(1) NOT NULL |
Competency Category
A=Ability K=Knowledge N=NVQ - Unit O=Other S=Skill Default Value: N |
| 4 | UNIT_TITLE | Character(70) | VARCHAR2(70) NOT NULL | Unit Title |