NVQ_UNIT_COM_VW(SQL View) |
Index Back |
---|---|
NVQ Units Completed ViewACCOMPLISHMENTS contains the degrees, tests, languages, honors/awards, licenses/certifications, and professional memberships of your employees, applicants and contractors. The key structure allows for a blank ACCOMPLISHMENT field in the cases of professional memberships (the ORG field will contain the name of the organization) and honors/awards (the DESCR field will contain the name of the honor/award). |
select emplid ,accomplishment ,competency ,start_dt ,nvq_progress ,comp_dt from PS_NVQ_UNITS_PROG where nvq_progress='C' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
2 | ACCOMPLISHMENT | Character(8) | VARCHAR2(8) NOT NULL | Accomplishment |
3 | COMPETENCY | Character(8) | VARCHAR2(8) NOT NULL |
Competency
Prompt Table: NVQ_UNIT_REQ_VW |
4 | START_DT | Date(10) | DATE | Start Date |
5 | NVQ_PROGRESS | Character(1) | VARCHAR2(1) NOT NULL |
Unit Status
C=Completed D=Submitted I=In Progress N=Not Started P=Planned Default Value: I |
6 | COMP_DT | Date(10) | DATE | Completion Date |