JPM_JPTYPACT_VW(SQL View) |
Index Back |
---|---|
Active Profile Types ViewThis search view allows the user to select active, searchable Profile Types for inclusion in a Profile Group Type. |
SELECT A.JPM_JP_TYPE , A.DESCR , A.JPM_PROFILE_USAGE FROM PS_JPM_JP_TYPES A WHERE A.JPM_JP_TYPE_STATUS = 'A' AND %EffdtCheck(JPM_JP_TYPES, A, %CurrentDateIn) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | JPM_JP_TYPE | Character(12) | VARCHAR2(12) NOT NULL | Profile Type name for a JPM Profile Type |
2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
3 | 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.
J=Non-Person P=Person |