JPM_RLAT_DES_VW(SQL View) |
Index Back |
---|---|
Relationships: Job ProfilesThis view only contains non-person profile relationships by Profile DESCR. It is used for the Find Non-Person Profiles component. |
SELECT DISTINCT A.JPM_RLAT_NAME , E.JPM_JP_TYPE , B.DESCR , %Upper(E.DESCR ) FROM PS_JPM_RLAT_CFG A , PS_JPM_RLAT_SEL B , PS_JPM_JP_X_RLAT D , PS_JPM_PROFILE E WHERE A.JPM_RLAT_NAME = B.JPM_RLAT_NAME AND A.JPM_RLAT_NAME = D.JPM_RLAT_NAME AND E.JPM_PROFILE_ID = D.JPM_PROFILE_ID AND A.JPM_JP_XRLAT_TYPE = 'PIDO' AND A.JPM_PROFILE_USAGE = 'J' AND B.JPM_JP_RLTN_ENABLD = 'Y' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | 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. |
2 | JPM_JP_TYPE | Character(12) | VARCHAR2(12) NOT NULL | Profile Type name for a JPM Profile Type |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | DESCR1 | Character(30) | VARCHAR2(30) NOT NULL | Descr |