| HRS_SCR_ACTV_VW(SQL View) | Index Back | 
|---|---|
| Active Screening Definition VwDescription view of active screening definition. | 
| SELECT A.HRS_SCREENING_ID , A.STATUS , A.DESCR , A.DESCRSHORT , A.HRS_PRE_APP_SCR , A.HRS_SCR_AFT_SUB FROM PS_HRS_SCREEN_TBL A WHERE A.STATUS = 'A' | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Number(15,0) | DECIMAL(15) NOT NULL | Screening ID | |
| 2 | STATUS | Character(1) | VARCHAR2(1) NOT NULL | Status Indicator A=Active I=Inactive Default Value: A | 
| 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. |