JPM_SRC_PROF_VW(SQL View) |
Index Back |
---|---|
JPM Source Profile ViewJPM Source Profile View |
SELECT JPM_JP_TYPE , JPM_PROFILE_ID ,EMPLID , DESCR , JPM_PROFILE_USAGE FROM PS_JPM_PROFILE |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | JPM_SOURCE_JP | Character(12) | VARCHAR2(12) NOT NULL |
Source 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.
Prompt Table: JPM_PROFILE_VW |
3 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
5 | 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 |