HRS_SRCH_SELECT(SQL View) |
Index Back |
|---|---|
Selected Rslt Rows from SearchSelected employee profiles/job openings/applicants or non-person profiles from Verity Profile Match search results. |
| SELECT ' ' , ' ' , 0 , 0 , 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_PERSON_ID | Number(15,0) | DECIMAL(15) NOT NULL | Person Id |
| 5 | SRCH_SCORE | Number(4,0) | SMALLINT NOT NULL | Search Score |
| 6 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |