HRS_AREJECT_LPT(SQL View) | 
Index Back | 
|---|---|
AutoScreen TableCore Table for Autoscreen definitions | 
| SELECT A.HRS_AUTOSCREEN_ID , B.LANGUAGE_CD , B.HRS_ASCREEN_NAME , B.HRS_ASCREEN_DESCR FROM PS_HRS_AUTOSCREEN A , PS_HRS_ASCREEN_LNG B WHERE HRS_ASCREEN_STATUS='10' AND A.HRS_AUTOSCREEN_ID=B.HRS_AUTOSCREEN_ID | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Number(15,0) | DECIMAL(15) NOT NULL | Used as a reference to an autoscreen id. Based on the results of the autoscreening the candidate may be automatically rejected | |
| 2 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
| 3 | HRS_ASCREEN_NAME | Character(30) | VARCHAR2(30) NOT NULL | AutoScreening Name | 
| 4 | HRS_ASCREEN_DESCR | Character(254) | VARCHAR2(254) NOT NULL | Auto Screening Description |