Package sp_housing_eligibility Process APIs related to Housing Applicant Eligibility.Description HousingApplicantEligibility is intended to allow an external system to request information about a housing applicant that may verify eligibility to apply for campus housing or to be assigned to a specific room. The term "housing applicant" describes an individual who is interested in residential accommodations at the institution. For the purpose of this connection, housing applicants must be students or prospective students at the institution. Preparation Students currently in the Banner system may be classified by Role by establishing one or more Business Rules (GORRSQL) with Process Code HOUSING_ELIGIBILITY. Crosswalk Validation rules (GTVSDAX) are needed to identify the fees (by detail code) and deposits (by deposit type) that should be included, and how they should be summarized. Please refer to the set-up section of the user documentation for details. Operations The GetHousingApplicantEligibility request message must include one valid identifier (i.e., ID Number), and a valid term. The ShowHousingApplicantEligibility message will be returned with information about a student's holds, academic standing, housing eligibility roles, as well as fees and deposits related to residential housing charges. |
Program units |
f_get_housing_applicant_elig |
f_get_housing_applicant_elig
Function f_get_housing_applicant_elig( p_request_oot uwx_get_housing_applicant_elig) RETURN uwx_show_housing_appl_elgblty
Process API to get information regarding housing applicant eligibility.
Parameters |
p_request_oot |
Request housing applicant eligibility. UWX_GET_HOUSING_APPLICANT_ELIG |
Returns |
Response message in OOT format. UWX_SHOW_HOUSING_APPL_ELGBLTY |