HCTS_INTPRFL_VW(SQL View) |
Index Back |
---|---|
Interest ListContains profiles that people are interested in |
SELECT A.EMPLID , A.JPM_PROFILE_ID , A.EMPLID_ASSIGN_BY , B.DESCR FROM PS_JPM_INTEREST A , PS_JPM_PROFILE B WHERE A.JPM_PROFILE_ID = B.JPM_PROFILE_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Prompt Table: PERSON |
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 | EMPLID_ASSIGN_BY | Character(11) | VARCHAR2(11) NOT NULL | Used for Interest List to determine who assigned the Profile |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |