HCR_SM_PROP_VW(SQL View) |
Index Back |
---|---|
Search Match Properties ViewSearch Match Properties View. This view associates the database field properties of FieldType and Length to the Search Match field properties for each type (Person, Applicant, Organization). |
SELECT A.SM_TYPE , A.SM_RULE , A.SM_RECORD , A.SM_FIELD , A.SM_EDIT_REC , B.FIELDTYPE , B.FORMAT , B.LENGTH , A.DESCR50 FROM PS_HCR_SM_PROP_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_RULE | Character(30) | VARCHAR2(30) NOT NULL | Search Match Rule. This field holds the search property rule for the database field. |
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. |
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. |
5 | SM_EDIT_REC | Character(15) | VARCHAR2(15) NOT NULL | Search Match Edit Record. This field will be used to perform field prompting on the manual Search/Match page. |
6 | FIELDTYPE | Number(2,0) | SMALLINT NOT NULL | Field Type (from PSST0101 Ref.) |
7 | FORMAT | Number(2,0) | SMALLINT NOT NULL |
Field Format
0= 1=Name 2=Phone Number North American (mandatory length 12 characters) 3=Zip/Postal Code North American (mandatory length 10 characters) 4=US Social Security Number (mandatory length 9 characters) 5= 6=Mixed Case 7=Raw/Binary 8=Numbers only 9=SIN (mandatory length 9 characters) 10=International Phone Number 11=Zip/Postal Code International 12=Time HH:MM:SS 13=Time HH:MM:SS.999999 14=Custom (FORMATFAMILY and DISPFMTNAME must be completed) |
8 | LENGTH | Number(5,0) | INTEGER NOT NULL | Length |
9 | DESCR50 | Character(50) | VARCHAR2(50) NOT NULL | Description of length 50 |