HCR_SM_RFLD_VW

(SQL View)
Index Back

Search Match Result Fields

Search Match Result Fields. This table stores system data as well as user defined data tied to each Search Match result field. Properties are separated by type (Person, Applicant, Organization).

SELECT A.SM_TYPE , A.SM_RSLT_FLD , A.SM_RECORD , A.SM_FIELD , A.SM_SYSDATA , A.SM_EFFDT_FLG , B.FIELDTYPE , B.LENGTH , A.DESCR FROM PS_HCR_SM_RFLD_TBL A , PSDBFIELD B WHERE A.SM_FIELD = B.FIELDNAME

# 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_RSLT_FLD Character(30) VARCHAR2(30) NOT NULL Search Match Result Field. This field relates the search result record.field relationships.
3 SM_RECORD Character(15) VARCHAR2(15) NOT NULL Search Match Record. This field holds the search result database record name for the Search Match Rules definitions.

Prompt Table: %EDITTABLE

4 SM_FIELD Character(18) VARCHAR2(18) NOT NULL Search Match Field. This field holds the search property database field name for the Search Match Rules definitions.

Prompt Table: HCR_SM_RFDPRMPT

5 SM_SYSDATA Character(1) VARCHAR2(1) NOT NULL System Data flag

Y/N Table Edit

Default Value: N

6 SM_EFFDT_FLG Character(1) VARCHAR2(1) NOT NULL Search/Match Effective Dated
7 FIELDTYPE Number(2,0) SMALLINT NOT NULL Field Type (from PSST0101 Ref.)
8 LENGTH Number(5,0) INTEGER NOT NULL Length
9 DESCR Character(30) VARCHAR2(30) NOT NULL Description