HR_CP_LOCPRF_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_SETID_LOC_1 , B.JPM_LOCATION_1 , B.JPM_SETID_LOC_2 , B.JPM_LOCATION_2 , ' ' , ' ' , ' ' 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 ='LOCATN_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_SETID_LOC_1 | Character(5) | VARCHAR2(5) NOT NULL | Generic Location Setid property |
4 | JPM_LOCATION_1 | Character(10) | VARCHAR2(10) NOT NULL | generic profile item location property |
5 | JPM_SETID_LOC_2 | Character(5) | VARCHAR2(5) NOT NULL | Generic Location Setid property |
6 | JPM_LOCATION_2 | Character(10) | VARCHAR2(10) NOT NULL | generic profile item location property |
7 | GVT_DES_LOC_LBL | Character(1) | VARCHAR2(1) NOT NULL |
Desired Locations
Default Value: Y |
8 | DESCR1 | Character(30) | VARCHAR2(30) NOT NULL | Descr |
9 | DESCR2 | Character(30) | VARCHAR2(30) NOT NULL | Descr2 |