HR_CP_INTL_VW(SQL View) |
Index Back |
---|---|
Employee Resume MobilityThis view is created from JPM_JP_ITEMS table and is used for the Mobility grid in the Employee Self-Service Internal Resume. |
SELECT DISTINCT A.EMPLID , B.JPM_CAT_TYPE , B.JPM_CNTRY_PREF_1 , B.JPM_CNTRY_PREF_2 , B.JPM_CNTRY_PREF_3 , ' ' , ' ' , ' ' , ' ' FROM PS_HR_CP_CAT_VW A , PS_JPM_JP_ITEMS B , PS_JPM_CAT_ITEMS C WHERE A.JPM_PROFILE_ID = B.JPM_PROFILE_ID AND A.JPM_CAT_TYPE = B.JPM_CAT_TYPE AND A.JPM_CAT_TYPE = C.JPM_CAT_TYPE AND B.JPM_CAT_ITEM_ID = C.JPM_CAT_ITEM_ID AND A.JPM_CAT_TYPE ='INTL_PREF' |
# | 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_CAT_TYPE | Character(12) | VARCHAR2(12) NOT NULL | The name of the type of items that will be used in a Catalog and or in a Profile. |
3 | JPM_CNTRY_PREF_1 | Character(3) | VARCHAR2(3) NOT NULL | Generic profile item property for country preference |
4 | JPM_CNTRY_PREF_2 | Character(3) | VARCHAR2(3) NOT NULL | Generic profile item property for country preference |
5 | JPM_CNTRY_PREF_3 | Character(3) | VARCHAR2(3) NOT NULL | Generic profile item property for country preference |
6 | GVT_INTL_PREF_LBL | Character(1) | VARCHAR2(1) NOT NULL |
International Preferences
Default Value: Y |
7 | DESCR1 | Character(30) | VARCHAR2(30) NOT NULL | Descr |
8 | DESCR2 | Character(30) | VARCHAR2(30) NOT NULL | Descr2 |
9 | DESCR3 | Character(30) | VARCHAR2(30) NOT NULL | Descr 3 |