ACCOM_REQUEST

(SQL Table)
Index Back

EE Accommodation Requests

U.S. only. ACCOM_REQUEST 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_REQUEST to record summary information about this person's request for an accommodation. You can create multiple ACCOM_REQUEST records for a person.

  • Parent record: PER_ORG_ASGN_VW
  • # 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 DT_REQUESTED Date(10) DATE NOT NULL Date of Request
    5 COMMENTS Long Character CLOB Comment
    6 RESPONSIBLE_ID Character(11) VARCHAR2(11) NOT NULL Responsible ID

    Default Value: JOB.SUPERVISOR_ID

    Prompt Table: PERSON_NAME

    7 REQUEST_STATUS Character(1) VARCHAR2(1) NOT NULL Request Status
    A=Accepted
    P=Pending
    U=Undue Hardship

    Default Value: P

    8 STATUS_DT Date(10) DATE NOT NULL Status Date

    Default Value: ACCOM_REQUEST.DT_REQUESTED