HRS_APPL_RPT_VW(SQL View) |
Index Back |
---|---|
Internal Search Indexing ViewThis record is used in the internal search indexing process to collect information for the Verity Index. |
SELECT A.HRS_PERSON_ID , B.HRS_PROFILE_SEQ , B.HRS_SUBMITTED_DTTM , A.APP_PER_STATUS , NM.NAME_DISPLAY FROM PS_HRS_APPLICANT_I A , PS_HRS_APP_PROF_I B , PS_HRS_APP_NAME_I NM WHERE A.HRS_PERSON_ID = B.HRS_PERSON_ID AND A.HRS_PERSON_ID = NM.HRS_PERSON_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | HRS_PERSON_ID | Number(15,0) | DECIMAL(15) NOT NULL | Person Id |
2 | HRS_PROFILE_SEQ | Number(3,0) | SMALLINT NOT NULL | Profile sequece |
3 | HRS_SUBMITTED_DTTM | DateTime(26) | TIMESTAMP | Submitted Date Time |
4 | 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 |
5 | NAME_DISPLAY | Character(50) | VARCHAR2(50) NOT NULL | Display Name - name formatted for Display based on the Country |