HCR_SMPROPVWLNG

(SQL View)
Index Back

Search Match Properties

Search Match Properties Table. This table stores system data tied to each Search Match field property. Properties are separated by type (Person, Applicant, Organization) and are sequenced to match their counterpart HCM Registry Type Class definition.

SELECT A.SM_TYPE , A.SM_RULE , C.LANGUAGE_CD , C.DESCR50 FROM PS_HCR_SM_PROP_TBL A , PSDBFIELD B , PS_HCR_SM_PROP_LNG C WHERE A.SM_FIELD = B.FIELDNAME AND A.SM_TYPE = C.SM_TYPE AND A.SM_RULE = C.SM_RULE

  • Related Language Record for HCR_SM_PROP_VW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SM_TYPE Character(1) VARCHAR2(1) NOT NULL Search Match Type: This field identifies the domain of core data to be searched.
    A=Applicant
    O=Organization
    P=Person
    2 SM_RULE Character(30) VARCHAR2(30) NOT NULL Search Match Rule. This field holds the search property rule for the database field.
    3 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    4 DESCR50 Character(50) VARCHAR2(50) NOT NULL Description of length 50