HR_CP_CAT_VW

(SQL View)
Index Back

Employee Resume Category Items

This view joins JPM_PROFILE, JPM_JP_ITEMS, HR_CP_INSTALL, and HR_CP_CONTENT to create a list of Category items valid for the current EMPLID for use in the Internal Resume

SELECT A.JPM_PROFILE_ID , A.EMPLID , B.JPM_CAT_TYPE FROM PS_JPM_PROFILE A , PS_JPM_JP_ITEMS B , PS_HR_CP_INSTALL C , PS_HR_CP_CONTENT D WHERE A.JPM_PROFILE_ID = B.JPM_PROFILE_ID AND A.JPM_JP_TYPE = C.JPM_JP_TYPE AND B.JPM_CAT_TYPE = D.JPM_CAT_TYPE

# 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_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.