JPM_JPGRPFL_LVW(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. Language view |
SELECT GTYPL.JPM_JP_GRP_TYPE , GMEM.JPM_PROFILE_ID , GTYPL.LANGUAGE_CD , GTYPL.DESCR FROM PS_JPM_JP_GMEMB GMEM , PS_JPM_JP_GTYPE GTYP , PS_JPM_JP_GTYP_LNG GTYPL WHERE GTYPL.JPM_JP_GRP_TYPE = GTYP.JPM_JP_GRP_TYPE AND 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 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |