JPM_GRP_USG_VW(SQL View) |
Index Back |
---|---|
Profile Group Type Usage ViewDetermines usage (P or J) for a profile group type. |
SELECT DISTINCT A.JPM_JP_GRP_TYPE , B.JPM_PROFILE_USAGE FROM PS_JPM_JP_GTYP_MBR A , PS_JPM_JP_TYPES B WHERE A.JPM_JP_TYPE = B.JPM_JP_TYPE AND %EffdtCheck(JPM_JP_TYPES, B, %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_USAGE | Character(1) | VARCHAR2(1) NOT NULL |
Value used to specify how the profile is used in business logic. This profile may represent a person profile, a profile in progress and not available for use, a job profile, etc.
A=Administrator Only J=End / Final / Job P=Person T=Template |