JPM_BLD_GTYP_VW(SQL View) |
Index Back |
---|---|
JPM Profile GroupsProfile Groups Record. Parent table to store profile group details for groups of Profiles within Job Profile Management |
SELECT DISTINCT A.JPM_JP_GRP_TYPE , A.DESCR FROM PS_JPM_JP_GTYPE A ,PS_JPM_JP_GROUPS B WHERE A.JPM_JP_GRP_TYPE = B.JPM_JP_GRP_TYPE AND (JPM_RLAT_NAME <> ' ' OR GB_GROUP_ID <> ' ') |
# | 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
Prompt Table: JPM_JP_GTYPE |
2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |