HR_CP_GEO_PREF

(SQL View)
Index Back

EE Career Plan

Geography Preference

SELECT B.EMPLID , B.JPM_JP_TYPE , C.JPM_CAT_TYPE , C.JPM_AREA_PREF_1 , C.JPM_AREA_PREF_2 , C.JPM_AREA_PREF_3 FROM PS_JPM_PROFILE B , PS_JPM_JP_ITEMS C WHERE B.JPM_PROFILE_ID = C.JPM_PROFILE_ID AND C.JPM_CAT_TYPE = 'GEOG_PREF' AND C.JPM_CAT_ITEM_ID = 'GEOG_PREF'

  • Parent record: PERSON
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID

    Prompt Table: PERSON

    2 JPM_JP_TYPE Character(12) VARCHAR2(12) NOT NULL Profile Type name for a JPM Profile Type
    3 JPM_CAT_TYPE Character(12) VARCHAR2(12) NOT NULL The name of the type of items that will be used in a Catalog and or in a Profile.

    Prompt Table: JPM_CAT_TYPES

    4 JPM_AREA_PREF_1 Character(2) VARCHAR2(2) NOT NULL Generic profile item property
    5 JPM_AREA_PREF_2 Character(2) VARCHAR2(2) NOT NULL Generic profile item property
    6 JPM_AREA_PREF_3 Character(2) VARCHAR2(2) NOT NULL Generic profile item property