CM_SRCH_MATCH(SQL View) |
Index Back |
---|---|
Search Vw-CompMgmt Role MatchThe CM_SRCH_MATCH view is a search record used in Competency Management to retrieve all employees, applicants, and contractors. This search record is used for the Person/Role and Person/Cluster match panels. |
SELECT B.EMPLID ,B.NAME ,B.NAME_AC FROM PS_PERSON_NAME B WHERE B.EMPLID IN ( SELECT EMPLID FROM PS_PER_ORG_INST WHERE PER_ORG IN ('EMP','CWR')) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
2 | NAME | Character(50) | VARCHAR2(50) NOT NULL | Name |
3 | NAME_AC | Character(50) | VARCHAR2(50) NOT NULL | Alternate Character Name |