HR_CM_SRCHMATCH

(SQL View)
Index Back

Search Vw-CompMgmt Role Match

The HR_CM_SRCHMATCH view is a search record used in Talent Pool and Succession Planning to retrieve all persons assigned to a TP or SP to compare competencies to a certain role (position or jobcode depening on assignment) Dynamic View

SELECT A.HR_TP_ID ,A.EFFDT ,A.EMPLID ,A.EMPL_RCD ,C.POSITION_NBR ,C.JOBCODE ,C.BUSINESS_UNIT FROM PS_HR_TPOOL_MBR A , PS_HR_TPOOL C WHERE A.HR_TP_ID = C.HR_TP_ID AND A.EFFDT = C.EFFDT

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 HR_TP_ID Character(30) VARCHAR2(30) NOT NULL Talent Pool ID
2 EFFDT Date(10) DATE Effective Date

Default Value: %date

3 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID
4 EMPL_RCD Number(3,0) SMALLINT NOT NULL Empl Record
5 POSITION_NBR Character(8) VARCHAR2(8) NOT NULL Position Number
6 JOBCODE Character(6) VARCHAR2(6) NOT NULL Job Code
7 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit