HRS_HIRE_DNLD(SQL View) |
Index Back |
---|---|
Hire - Disability NLDHire Integration - Disability NLD |
SELECT B.EMPLID ,A.HRS_PERSON_ID ,A.EFFDT ,%subrec(DISABL_NLD_SBR,A) ,B.HRS_HIRE_SEQ FROM PS_HRS_APP_DIS_NLD A , PS_HRS_HIRE B WHERE A.HRS_PERSON_ID = B.HRS_PERSON_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
2 | HRS_PERSON_ID | Number(15,0) | DECIMAL(15) NOT NULL | Person Id |
3 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
4 | HANDICAP_PCENT_NLD | Number(6,2) | DECIMAL(5,2) NOT NULL | Handicap Percent |
5 | YOUNG_HANDICAP_NLD | Character(1) | VARCHAR2(1) NOT NULL |
The field Young Handicapped indicates that the person receives an allowance according to the Dutch law Wajong "Wet arbeidsongeschiktheidsvoorziening jonggehandicapten" and the person is eligible for a young handicapped tax reduction.
Y/N Table Edit Default Value: N |
6 | HRS_HIRE_SEQ | Number(10,0) | DECIMAL(10) NOT NULL | Hire Sequence ID |