HCTS_INTPRF_LVW(SQL View) |
Index Back |
|---|---|
Interest ListContains profiles that people are interested in |
| SELECT A.EMPLID , A.JPM_PROFILE_ID , B.LANGUAGE_CD , B.DESCR FROM PS_JPM_INTEREST A , PS_JPM_PROFILE_LNG B WHERE A.JPM_PROFILE_ID = B.JPM_PROFILE_ID |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Prompt Table: PERSON |
|
| 2 | 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 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
| 4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |