JPM_POS_INT_I

(SQL View)
Index Back

Position in Interest List

Find people with position in interest list - Successin Planning / Talent Pool

SELECT A.JPM_PROFILE_ID , A.EMPLID , B.JPM_RLAT_KEY1 FROM PS_JPM_PROF_INT_I A , PS_JPM_JP_X_RLAT B WHERE A.JPM_PROFILE_ID = B.JPM_PROFILE_ID AND B.EFFDT = ( SELECT MAX(EFFDT) FROM PS_JPM_JP_X_RLAT B1 WHERE B1.JPM_PROFILE_ID = B.JPM_PROFILE_ID AND B1.JPM_RLAT_NAME = B.JPM_RLAT_NAME AND B1.JPM_RLAT_KEY1 = B.JPM_RLAT_KEY1) AND B.EFF_STATUS = 'A' AND B.JPM_RLAT_NAME = 'POSITION'

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 JPM_PROFILE_ID Character(12) VARCHAR2(12) NOT NULL The id, autoassigned or user assigned of the profile. This id is used to group items and other related material together into one coherent profile.
2 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID
3 JPM_RLAT_KEY1 Character(30) VARCHAR2(30) NOT NULL Key value identifying the external data being related to JPM data. Example- Job Codes (external data) being related to a Profile of a Job (JPM data).