JPM_CAT_PROP_VW(SQL View) |
Index Back |
---|---|
Talent Mgmt - Cat PropertiesProfile Type Properties by content type language view. Excludes related content types. |
SELECT A.JPM_JP_TYPE , B.JPM_CAT_TYPE , A.FIELDNAME , A.JPM_LABEL_TEXT , A.JPM_SRCH_FLG 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 B.JPM_CAT_RLAT_CD <> 'C' 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_JP_TYPE | Character(12) | VARCHAR2(12) NOT NULL | Profile Type name for a JPM Profile Type |
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 | FIELDNAME | Character(18) | VARCHAR2(18) NOT NULL | Field Name (see PSDBFIELD). |
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. |
5 | JPM_SRCH_FLG | Character(1) | VARCHAR2(1) NOT NULL | When ON indicates that the item, object or property is used during Search/Match processing. |