HR_CP_GEOG_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_AREA_PREF_1 , B.JPM_AREA_PREF_2 , B.JPM_AREA_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 = 'GEOG_PREF' |
| # | 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 name of the type of items that will be used in a Catalog and or in a Profile. | |
| 3 | JPM_AREA_PREF_1 | Character(2) | VARCHAR2(2) NOT NULL | Generic profile item property |
| 4 | JPM_AREA_PREF_2 | Character(2) | VARCHAR2(2) NOT NULL | Generic profile item property |
| 5 | JPM_AREA_PREF_3 | Character(2) | VARCHAR2(2) NOT NULL | Generic profile item property |
| 6 | GEOG_PREFERENCE | Character(2) | VARCHAR2(2) NOT NULL |
Geographic Preferences
C=Canada E=East I=International MW=Midwest N=North NE=Northeast NW=Northwest S=South SE=Southeast SW=Southwest W=West Default Value: S |
| 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 |