HRS_SRCH_PRPLV2

(SQL View)
Index Back

HRS Searchable Properties

selects all properties that are searchable for the intersection of the primary Person profile type content sectiona and resume template section properties

SELECT DISTINCT HRSCTCFG.JPM_JP_TYPE ,HRSCTCFG.JPM_CAT_TYPE ,JPMPRIPI.FIELDNAME ,PRIMPRPL.LANGUAGE_CD ,PRIMPRPL.JPM_LABEL_TEXT FROM PS_HRS_SCT_CFG_VW HRSCTCFG , PS_JPM_PRI_P_PRP_I JPMPRIPI , PS_HRS_PRI_P_PRPLI PRIMPRPL WHERE HRSCTCFG.JPM_JP_TYPE = JPMPRIPI.JPM_JP_TYPE AND HRSCTCFG.JPM_CAT_TYPE = JPMPRIPI.JPM_CAT_TYPE AND JPMPRIPI.JPM_JP_SRCH_FLG = 'Y' AND PRIMPRPL.JPM_JP_TYPE = JPMPRIPI.JPM_JP_TYPE AND PRIMPRPL.JPM_CAT_TYPE = JPMPRIPI.JPM_CAT_TYPE AND PRIMPRPL.FIELDNAME = JPMPRIPI.FIELDNAME

  • Related Language Record for HRS_SRCH_PRP_V2
  • # 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 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    5 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.