JPM_TGT_EMP_VW(SQL View) |
Index Back |
---|---|
JPM Source Profile ViewJPM Source Profile View |
SELECT A.JPM_JP_TYPE ,A.EMPLID , A.JPM_PROFILE_ID , A.DESCR , A.JPM_PROFILE_USAGE , B.NAME FROM PS_JPM_PROFILE A , PS_PERSON_NAME B WHERE A.EMPLID=B.EMPLID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | JPM_TARGET_JP | Character(12) | VARCHAR2(12) NOT NULL |
Target Profile
Prompt Table: JPM_JP_TYPES |
2 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Prompt Table: PERS_SRCH_ALL |
3 | 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 |
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 |
6 | NAME | Character(50) | VARCHAR2(50) NOT NULL | Name |