ACCOM_OP_LNG(SQL Table) |
Index Back |
---|---|
EE Accommodation OptionsU.S. only. ACCOM_OPTION is part of a set of records used to record data for compliance with the Americans with Disabilities Act (ADA). A disabled employee or applicant can request that an employer make an accommodation for their disability so they can perform their job tasks adequately. Use ACCOM_OPTION to record the various options available for accommodating this person's disability. ACCOM_OPTION is subordinate to ACCOM_REQUEST. You can create multiple ACCOM_OPTION records for a person. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Prompt Table: PERSON |
2 | EMPL_RCD | Number(3,0) | SMALLINT NOT NULL |
Empl Record
Prompt Table: PER_ORG_ASGN_VW |
3 | ACCOMMODATION_ID | Number(4,0) | SMALLINT NOT NULL |
Accommodation ID
Default Value: 1 |
4 | ACCOMMODATION_OPT | Number(3,0) | SMALLINT NOT NULL | Accommodation Options |
5 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
6 | DESCRLONG | Long Character | CLOB | Long Description |