JPM_JP_GRPFL_VW(SQL View) |
Index Back |
---|---|
Group Types/Group Members joinUsed by the non-person profile advanced search screen to build prompt of group types with descriptions |
SELECT GTYP.JPM_JP_GRP_TYPE , GMEM.JPM_PROFILE_ID , GTYP.DESCR FROM PS_JPM_JP_GMEMB GMEM , PS_JPM_JP_GTYPE GTYP WHERE GMEM.JPM_JP_GRP_TYPE = GTYP.JPM_JP_GRP_TYPE AND GTYP.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 |
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 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |