CM_JPM_EPRFL_VW(SQL View) |
Index Back |
---|---|
Active person profiles |
SELECT JPM_PROFILE_ID ,A.EMPLID ,NAME ,JPM_JP_TYPE FROM PS_JPM_PROFILE A , PS_PERSON_NAME B WHERE JPM_JP_PRFL_STATUS = 'A' AND jpm_profile_usage = 'P' AND A.EMPLID = B.EMPLID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | CM_JP_PER_PRFL_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. |
2 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Prompt Table: PERSON_NAME |
3 | NAME | Character(50) | VARCHAR2(50) NOT NULL | Name |
4 | JPM_JP_TYPE | Character(12) | VARCHAR2(12) NOT NULL | Profile Type name for a JPM Profile Type |