JPM_RLAT_JP_LVW(SQL View) |
Index Back |
---|---|
Relationships: Job Profiles -This view only contains non-person profile relationships by Profile Type. It is used for the Find Non-Person Profiles component for language processing. |
SELECT DISTINCT D.JPM_JP_TYPE , A.JPM_RLAT_NAME , A.LANGUAGE_CD , A.DESCR FROM PS_JPM_RLAT_SEL_LN A , PS_JPM_RLAT_SEL B , PS_JPM_PROFILE D , PS_JPM_JP_X_RLAT E WHERE B.JPM_RLAT_NAME = A.JPM_RLAT_NAME AND B.JPM_RLAT_NAME = E.JPM_RLAT_NAME AND D.JPM_PROFILE_ID = E.JPM_PROFILE_ID AND E.JPM_JP_XRLAT_TYPE = 'PIDO' AND B.JPM_JP_RLTN_ENABLD = 'Y' AND D.EMPLID = ' ' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | JPM_JP_TYPE | Character(12) | VARCHAR2(12) NOT NULL | Profile Type name for a JPM Profile Type |
2 | JPM_RLAT_NAME | Character(30) | VARCHAR2(30) NOT NULL | Name of the relationship being established between JPM Data and External Data. Example - JOB CODE might be used to indicate that the relationship is between a JPM Profile of Job and External Data such as the Job Code on the Job Code table. |
3 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |