HRS_JO_SCOLV_VW(SQL View) |
Index Back |
---|---|
Job Opening Screening Lvl VwJob opening screening level view for online apply |
SELECT SUMM.HRS_JOB_OPENING_ID , SUMM.HRS_JO_RQMT_SEQ , LVL.HRS_JO_SCR_SUMM_ID , LVL.HRS_JO_SCR_SEQ , LVL.HRS_SCREENING_ID , TBL.HRS_PRE_APP_SCR , TBL.HRS_SCR_AFT_SUB FROM PS_HRS_JO_SCR_SUMM SUMM , PS_HRS_JO_SCR_LVL LVL , PS_HRS_SCREEN_TBL TBL WHERE SUMM.HRS_JO_SCR_SUMM_ID = LVL.HRS_JO_SCR_SUMM_ID AND LVL.HRS_SCREENING_ID = TBL.HRS_SCREENING_ID AND (TBL.HRS_PRE_APP_SCR = 'Y' AND TBL.HRS_SCR_AFT_SUB = 'N') |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | HRS_JOB_OPENING_ID | Number(15,0) | DECIMAL(15) NOT NULL |
Job Opening Clone
Prompt Table: HRS_JOB_OPENING |
2 | HRS_JO_RQMT_SEQ | Number(3,0) | SMALLINT NOT NULL |
Job opening requirement sequence
Prompt Table: HRS_JO_RQMT |
3 | HRS_JO_SCR_SUMM_ID | Number(15,0) | DECIMAL(15) NOT NULL |
JO Screening Summary ID
Prompt Table: HRS_JO_SCR_SUMM |
4 | HRS_JO_SCR_SEQ | Number(3,0) | SMALLINT NOT NULL | Job opening screening sequence |
5 | HRS_SCREENING_ID | Number(15,0) | DECIMAL(15) NOT NULL | Screening ID |
6 | HRS_PRE_APP_SCR | Character(1) | VARCHAR2(1) NOT NULL | This field determines that a Screening Level definition is to be used for Online Screening. |
7 | HRS_SCR_AFT_SUB | Character(1) | VARCHAR2(1) NOT NULL | This field determines that a Screening Level definition is to be used for Online Screening. |