ACCOM_TYPE_TBL(SQL Table) |
Index Back |
---|---|
Accommodation Type CodesU.S. only. ACCOM_TYPE_TBL 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. ACCOM_TYPE_TBL is an edit table. Use it to record accommodation type codes and descriptions. For example, an accommodation for a person in a wheelchair might be to build a wheelchair ramp. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | ACCOMMODATION_TYPE | Character(6) | VARCHAR2(6) NOT NULL | Accommodation Type |
2 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
3 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive Default Value: A |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
5 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |