HRS_PG_DIV_DIS(SQL View) |
Index Back |
---|---|
Applicant Disability DataApplicant Disability data used for Diversity Analytics Overview. |
SELECT HRS_PERSON_ID , CASE WHEN DISABILITY_STS_USA = ' ' THEN CASE WHEN DISABLED = 'N' THEN 'X' ELSE DISABLED END ELSE DISABILITY_STS_USA END FROM PS_HRS_APP_DIS |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | HRS_PERSON_ID | Number(15,0) | DECIMAL(15) NOT NULL | Person Id |
2 | DISABILITY_STS_USA | Character(1) | VARCHAR2(1) NOT NULL |
Disability (Section 503) Status USA
N=Not Disabled X=Not Indicated Y=Disabled |