JPM_TGT_PROF_VW(SQL View) |
Index Back |
---|---|
JPM Compare Target Profile VwJPM Compare Target Profile Vw |
SELECT JPM_JP_TYPE , JPM_PROFILE_ID , DESCR , JPM_PROFILE_USAGE FROM PS_JPM_PROFILE |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | JPM_TARGET_JP | Character(12) | VARCHAR2(12) NOT NULL |
Target Profile Type
Prompt Table: JPM_JP_TYPES |
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 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | 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 |