HRS_PRESCR_VW1(SQL View) |
Index Back |
---|---|
Pre Screening ViewScreening View to show pre application screening and screen after submit. |
SELECT TBL.HRS_SCREENING_ID , TBL.STATUS , TBL.DESCR , TBL.DESCRSHORT , TBL.HRS_PRE_APP_SCR , TBL.HRS_SCR_AFT_SUB FROM PS_HRS_SCREEN_TBL TBL WHERE TBL.STATUS = 'A' AND (TBL.HRS_PRE_APP_SCR = 'Y' OR TBL.HRS_SCR_AFT_SUB = 'Y') |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | HRS_SCREENING_ID | Number(15,0) | DECIMAL(15) NOT NULL | Screening ID |
2 | STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Status Indicator
A=Active I=Inactive |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |
5 | 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. |
6 | 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. |