SCC_SM_PRSN_VW

(SQL View)
Index Back

Person fields for Ext S/M

Person fields used to define the External Search/Match response message

SELECT 'P' , ' ' , EMPLID , ' ' , 0 , BIRTHDATE , BIRTHPLACE , BIRTHCOUNTRY , BIRTHSTATE , DT_OF_DEATH FROM PS_HCR_PERSON_I

# 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 SCC_UID Character(100) VARCHAR2(100) NOT NULL Universal Hub ID
3 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID
4 SCC_EXT_EMPLID Character(11) VARCHAR2(11) NOT NULL HCM EmplID
5 SCC_SCORE Number(3,0) SMALLINT NOT NULL The score returned by the external search/match process to weight the weight the relevancy of the data returned
6 BIRTHDATE Date(10) DATE Date of Birth
7 BIRTHPLACE Character(30) VARCHAR2(30) NOT NULL Birth Location
8 BIRTHCOUNTRY Character(3) VARCHAR2(3) NOT NULL Birth Country
9 BIRTHSTATE Character(6) VARCHAR2(6) NOT NULL Birth State
10 DT_OF_DEATH Date(10) DATE Date of Death