JPM_SRC_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.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_SOURCE_JP | Character(12) | VARCHAR2(12) NOT NULL |
Source Profile Type
Prompt Table: JPM_JP_TYPES |
2 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
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. |
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 |
5 | NAME | Character(50) | VARCHAR2(50) NOT NULL | Name |