JPM_RELCONT_VW

(SQL View)
Index Back

Related Content Type

Selects the searchable subsection content type for a content section in the profile type configuration.

SELECT A.JPM_JP_TYPE , A.JPM_CAT_TYPE , B.JPM_CAT_TYPE FROM PS_JPM_JP_TYPES T , PS_JPM_JP_SECTION A , PS_JPM_JP_SECTION B WHERE %EffdtCheck(JPM_JP_TYPES T1, T, %CurrentDateIn) AND A.JPM_JP_TYPE = T.JPM_JP_TYPE AND A.EFFDT = T.EFFDT AND A.JPM_CAT_RLAT_CD <> 'C' AND B.JPM_JP_TYPE = T.JPM_JP_TYPE AND B.EFFDT = T.EFFDT AND B.JPM_CAT_RLAT_CD = 'C' AND B.JPM_JP_PSECTION_ID = A.JPM_JP_SECTION_ID AND EXISTS ( SELECT FIELDNAME FROM PS_JPM_JP_PROPS P WHERE P.JPM_JP_TYPE = B.JPM_JP_TYPE AND P.EFFDT = B.EFFDT AND P.JPM_JP_SECTION_ID = B.JPM_JP_SECTION_ID AND P.JPM_SRCH_FLG = 'Y')

# 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 JPM_CAT_TYPE2 Character(12) VARCHAR2(12) NOT NULL Secondary content item type (as in a related item- such as a child or a supporting item of another item).