JPM_JP_GRP_LVW(SQL View) |
Index Back |
---|---|
Non-Pers Profile Group membersPrompt view for non-person profile group profiles. The profile type must be a member of the profile group type. |
SELECT DISTINCT C.JPM_JP_GRP_TYPE , A.JPM_PROFILE_ID , A.LANGUAGE_CD , A.DESCR FROM PS_JPM_PROFILE_LNG A , PS_JPM_PROFILE B , PS_JPM_JP_GTYP_MBR C WHERE A.JPM_PROFILE_ID = B.JPM_PROFILE_ID AND B.JPM_JP_TYPE = C.JPM_JP_TYPE AND B.JPM_JP_PRFL_STATUS = 'A' AND B.JPM_PROFILE_USAGE = 'J' |
# | 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 |
2 | 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. |
3 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |