JPM_JOB_INT_I(SQL View) |
Index Back |
---|---|
find jobc in interest listFind job codes in interest list - Succession Planning / Talent Pool |
SELECT A.JPM_PROFILE_ID , A.EMPLID , B.JPM_CAT_SETID , 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_CAT_SETID = B.JPM_CAT_SETID AND B1.JPM_RLAT_KEY1 = B.JPM_RLAT_KEY1 AND B1.JPM_RLAT_NAME = B.JPM_RLAT_NAME) AND B.JPM_RLAT_NAME = 'JOB_CODE' AND B.EFF_STATUS = 'A' |
# | 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_CAT_SETID | Character(5) | VARCHAR2(5) NOT NULL | Optional property of an item in Profiles to provide a setid value, often used in conjunction with another property that is setid based. |
4 | 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). |