JPM_GRP_EMPL_LW(SQL View) |
Index Back |
---|---|
Rel Lang for JPM_GRP_EMPL_VWRelated language record for JPM_GRP_EMPL_VW. |
SELECT B.JPM_JP_GRP_TYPE , A.JPM_PROFILE_ID , C.LANGUAGE_CD , C.NAME_DISPLAY FROM PS_JPM_PROFILE A , PS_JPM_JP_GTYP_MBR B , PS_NAMES_LNG C WHERE A.JPM_JP_TYPE = B.JPM_JP_TYPE AND C.EMPLID = A.EMPLID AND C.NAME_TYPE = 'PRI' AND %EffdtCheck(NAMES_LNG, C, %CurrentDateIn) |
# | 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 | NAME | Character(50) | VARCHAR2(50) NOT NULL | Name |