HRS_SRCH_SCORE(SQL View) |
Index Back |
---|---|
Result rows from searchemployee profiles/job openings/applicants or non-person profiles from Verity Profile Match search results. |
SELECT ' ' , ' ' , 0 , 0 , ' ' , 0 , 0 , ' ' , 0 , ' ' , ' ' ,%DateTimeNull , ' ' , ' ' , 0 FROM PS_HRSINSTALLATION |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | HRS_TGT_PROF_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Profile Match Target Profile Type:
Applicant, Employee, Job Opening or Non-Person Profile
A=Applicants E=Employees J=Job Openings N=Non Persons |
2 | JPM_PROFILE_ID | Character(12) | VARCHAR2(12) NOT NULL | The id, autoassigned or user assigned of the profile. This id is used to group items and other related material together into one coherent profile. |
3 | HRS_JOB_OPENING_ID | Number(15,0) | DECIMAL(15) NOT NULL | Job Opening Clone |
4 | HRS_JO_PST_SEQ | Number(3,0) | SMALLINT NOT NULL | Job opening posting sequence |
5 | HRS_JO_PST_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Job Opening Posting Type
C=Contingent Workforce E=External Posting I=Internal Posting L=Labor Office R=Recruitment |
6 | HRS_PERSON_ID | Number(15,0) | DECIMAL(15) NOT NULL | Person Id |
7 | HRS_PROFILE_SEQ | Number(3,0) | SMALLINT NOT NULL | Profile sequece |
8 | APP_PER_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Identifies the type of applicant - External Applicant, Employee or Non-Employee
A=External Applicant E=Employee N=Non-Employee |
9 | SRCH_SCORE | Number(4,0) | SMALLINT NOT NULL | Search Score |
10 | HRS_SCH_SCORE_FMT | Character(5) | VARCHAR2(5) NOT NULL | Score |
11 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
12 | HRS_SUBMITTED_DTTM | DateTime(26) | TIMESTAMP | Submitted Date Time |
13 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
14 | HRS_FORMER_EMPL | Character(1) | VARCHAR2(1) NOT NULL |
Are you a former employee?
Y/N Table Edit |
15 | HRS_SCORE | Number(8,4) | DECIMAL(7,4) NOT NULL | Field to display search score in 4.4 format |