HRS_APP_ACMRQST

(SQL Table)
Index Back

App Accommodation Requests

U.S. only. APP_ACCOM_RQST is part of a set of records used to record data for compliance with the Americans with Disabilities Act (ADA). A disabled applicant can request that a potential employer make an accommodation for their disability so they can perform their job tasks adequately. Use APP_ACCOM_RQST to record summary information about this person's request for an accommodation. You can create multiple APP_ACCOM_RQST records for a person.

  • Parent record: HRS_APPLICANT
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 HRS_PERSON_ID Number(15,0) DECIMAL(15) NOT NULL Person Id
    2 HRS_ACCOMMODATN_ID Number(4,0) SMALLINT NOT NULL Accommodation Id

    Default Value: 1

    3 DT_REQUESTED Date(10) DATE NOT NULL Date of Request
    4 COMMENTS Long Character CLOB Comment
    5 RESPONSIBLE_ID Character(11) VARCHAR2(11) NOT NULL Responsible ID

    Prompt Table: HRS_PERSON_NM_I

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

    Default Value: P

    7 STATUS_DT Date(10) DATE NOT NULL Status Date

    Default Value: HRS_APP_ACMRQST.DT_REQUESTED

    8 HRS_ROW_ADD_DTTM DateTime(26) TIMESTAMP Row Added DateTime
    9 HRS_ROW_ADD_OPRID Character(30) VARCHAR2(30) NOT NULL Row Added Operator Id
    10 HRS_ROW_UPD_DTTM DateTime(26) TIMESTAMP Row Updated DateTime
    11 HRS_ROW_UPD_OPRID Character(30) VARCHAR2(30) NOT NULL Row Updated Operator Id