JPM_JP_GMEM_LVW

(SQL View)
Index Back

JPM Profile Group Members

Profile Group Member table for Job Profile Management. Contains the profile IDs of profile that belong to the group.

SELECT A.JPM_JP_GRP_TYPE , A.JPM_JP_GROUP , A.JPM_PROFILE_ID , L.LANGUAGE_CD , L.DESCR , B.JPM_JP_TYPE ,B.EMPLID FROM PS_JPM_JP_GMEMB A , PS_JPM_PROFILE B , PS_JPM_PROFILE_LNG L , PS_JPM_JP_GTYPE C WHERE A.JPM_PROFILE_ID = B.JPM_PROFILE_ID AND B.JPM_PROFILE_ID = L.JPM_PROFILE_ID AND A.JPM_JP_GRP_TYPE = C.JPM_JP_GRP_TYPE AND C.JPM_JP_SRCH_FLG = 'Y'

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 JPM_JP_GRP_TYPE Character(12) VARCHAR2(12) NOT NULL Group type to which a JPM profile group belongs

Prompt Table: JPM_JP_GTYPE

2 JPM_JP_GROUP Character(12) VARCHAR2(12) NOT NULL ID of the Profile Group to which a JPM profile belongs

Prompt Table: JPM_JP_GROUPS

3 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.

Prompt Table: JPM_JP_GRP_VW

4 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
5 DESCR Character(30) VARCHAR2(30) NOT NULL Description
6 JPM_JP_TYPE Character(12) VARCHAR2(12) NOT NULL Profile Type name for a JPM Profile Type

Prompt Table: %EDITTABLE

7 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID