JPM_JP_GMEMB_VW(SQL View) |
Index Back |
---|---|
JPM Profile Group MembersProfile Group Member table for Job Profile Management. Contains the profile IDs of profile that belong to the group. |
SELECT JPM_PROFILE_ID , JPM_JP_GRP_TYPE , JPM_JP_GROUP FROM PS_JPM_JP_GMEMB |
# | 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.
Prompt Table: JPM_JP_GRP_VW |
2 | JPM_JP_GRP_TYPE | Character(12) | VARCHAR2(12) NOT NULL |
Group type to which a JPM profile group belongs
Prompt Table: JPM_JP_GTYPE_VW |
3 | 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 |