HRS_APACMRQ_HST

(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 PSARCH_ID Character(8) VARCHAR2(8) NOT NULL Archive ID (see PSARCHTEMPLATE).
    2 PSARCH_BATCHNUM Number(30,0) DECIMAL(30) NOT NULL Archive Batch Number
    3 HRS_PERSON_ID Number(15,0) DECIMAL(15) NOT NULL Person Id
    4 HRS_ACCOMMODATN_ID Number(4,0) SMALLINT NOT NULL Accommodation Id

    Default Value: 1

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

    Prompt Table: HRS_PERSON_NM_I

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

    Default Value: P

    9 STATUS_DT Date(10) DATE NOT NULL Status Date

    Default Value: HRS_APP_ACMRQST.DT_REQUESTED

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