JPM_SRC_PROP_VW(SQL View) |
Index Back |
---|---|
Talent Mgmt - Srch PropertiesProfile Type Properties for the source profile in a search |
SELECT A.JPM_JP_TYPE , B.JPM_CAT_TYPE , A.FIELDNAME , A.JPM_LABEL_TEXT FROM PS_JPM_JP_TYPES T , PS_JPM_JP_PROPS A , PS_JPM_JP_SECTION B WHERE %EffdtCheck(JPM_JP_TYPES T1, T, %CurrentDateIn) AND B.JPM_JP_TYPE = T.JPM_JP_TYPE AND B.EFFDT = T.EFFDT AND A.JPM_JP_TYPE = B.JPM_JP_TYPE AND A.JPM_JP_SECTION_ID = B.JPM_JP_SECTION_ID AND A.EFFDT = B.EFFDT |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | JPM_SOURCE_JP | Character(12) | VARCHAR2(12) NOT NULL |
Source Profile
Prompt Table: JPM_IDX_TYPE_VW |
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_SRC_FIELDNAME | Character(18) | VARCHAR2(18) NOT NULL | Source field for a search compare. |
4 | JPM_LABEL_TEXT | Character(30) | VARCHAR2(30) NOT NULL | User defined text to be displayed as a label for a field or property within JPM User Interfaces. |