JPM_IDX_PROP_VW(SQL View) |
Index Back |
|---|---|
JPM Searchable Propertiesselects all profile type properties that are searchable for a content section. |
| SELECT B.JPM_JP_TYPE ,A.JPM_CAT_TYPE ,B.FIELDNAME ,B.JPM_LABEL_TEXT FROM PS_JPM_JP_SECTION A , PS_JPM_JP_PROPS B WHERE %EffdtCheck(JPM_JP_SECTION A1, A, %CurrentDateIn) AND B.JPM_JP_TYPE = A.JPM_JP_TYPE AND B.EFFDT = A.EFFDT AND B.JPM_JP_SECTION_ID = A.JPM_JP_SECTION_ID AND B.JPM_SRCH_FLG = 'Y' |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(12) | VARCHAR2(12) NOT NULL | Profile Type name for a JPM Profile Type | |
| 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 | 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. |