JPM_SRCH_GRP_V2(SQL View) |
Index Back |
---|---|
Searchable Profile GroupsLists all Profile Groups (within a Profile Group Type that is searchable) that the profile is a member of. |
SELECT B.JPM_PROFILE_ID , B.JPM_JP_GRP_TYPE , B.JPM_JP_GROUP FROM PS_JPM_JP_GTYPE A , PS_JPM_JP_GMEMB B WHERE B.JPM_JP_GRP_TYPE = A.JPM_JP_GRP_TYPE AND A.JPM_JP_SRCH_FLG = 'Y' |
# | 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 | JPM_JP_GRP_TYPE | Character(12) | VARCHAR2(12) NOT NULL | Group type to which a JPM profile group belongs |
3 | JPM_JP_GROUP | Character(12) | VARCHAR2(12) NOT NULL | ID of the Profile Group to which a JPM profile belongs |