HRS_APP_ACMOPTN

(SQL Table)
Index Back

App Accommodation Options

U.S. only. APP_ACCOM_OPTN 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_OPTN to record the various options available for accommodating this person's disability. APP_ACCOM_OPTN is subordinate to APP_ACCOM_RQST. You can create multiple APP_ACCOM_OPTN records for a person.

  • Related Language Record: HRS_APP_AOP_LNG
  • Parent record: HRS_APP_ACMRQST
  • # 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 HRS_ACCOMMODAT_OPT Number(3,0) SMALLINT NOT NULL Accomodation Option

    Default Value: 1

    4 ACCOMMODATION_TYPE Character(6) VARCHAR2(6) NOT NULL Accommodation Type

    Prompt Table: HRS_ACCOM_TYP_I

    5 DESCRLONG Long Character CLOB Long Description
    6 CURRENCY_CD Character(3) VARCHAR2(3) NOT NULL Currency Code

    Default Value: OPR_DEF_TBL_HR.EXCHNG_TO_CURRENCY

    Prompt Table: CURRENCY_CD_TBL

    7 ACCOM_COST Number(19,3) DECIMAL(18,3) NOT NULL Cost of Accommodation
    8 EMPLOYER_SUGGESTED Character(1) VARCHAR2(1) NOT NULL Employer Suggested Option

    Y/N Table Edit

    Default Value: N

    9 ACCOM_STATUS Character(1) VARCHAR2(1) NOT NULL Accommodation Status
    A=Approved
    C=Consider
    O=Offered
    P=Accepted
    R=Rejected
    U=Undue Hardship

    Default Value: C

    10 STATUS_DT Date(10) DATE NOT NULL Status Date

    Default Value: HRS_APP_ACMRQST.DT_REQUESTED

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