HR_CP_LOC_VW

(SQL View)
Index Back

Employee Resume Mobility

This view is created from JPM_JP_ITEMS table and is used for the Mobility grid in the Employee Self-Service Internal Resume.

SELECT DISTINCT A.EMPLID , B.JPM_CAT_TYPE , B.SETID_LOCATION , B.LOCATION , ' ' , ' ' , B.COUNTRY , ' ' FROM PS_HR_CP_CAT_VW A , PS_JPM_JP_ITEMS B , PS_JPM_CAT_ITEMS C WHERE A.JPM_PROFILE_ID = B.JPM_PROFILE_ID AND A.JPM_CAT_TYPE = B.JPM_CAT_TYPE AND A.JPM_CAT_TYPE = C.JPM_CAT_TYPE AND B.JPM_CAT_ITEM_ID = C.JPM_CAT_ITEM_ID AND A.JPM_CAT_TYPE IN ('LOCATION')

  • 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_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.
    3 SETID_LOCATION Character(5) VARCHAR2(5) NOT NULL Location Set ID
    4 LOCATION Character(10) VARCHAR2(10) NOT NULL Location Code
    5 DESCR1 Character(30) VARCHAR2(30) NOT NULL Descr
    6 DESCR2 Character(30) VARCHAR2(30) NOT NULL Descr2
    7 COUNTRY Character(3) VARCHAR2(3) NOT NULL Country
    8 DESCRSHORT1_JPN Character(10) VARCHAR2(10) NOT NULL Short Description

    Default Value: Y