Search Results get_per_addr_for_corr
Overview
IGS_AD_RESI_LETTER_V is a pre-built Oracle E-Business Suite view owned by the APPS schema and shipped as part of the Student System (IGS) product family, specifically the Admissions (AD) module. The view presents a consolidated, letter-generation-oriented rowset for residency evaluation letters. It joins party and person data from the Trading Community Architecture (TCA) layer with residency classification and evaluation records, and it exposes additional derived values through stored function calls. Its principal role is to provide the data source for correspondence templates and reports that notify applicants or students of their residency status determination. Because residency affects fee assessment, the view is also a convenient read-only source for downstream reporting and integration logic that needs a single flat structure combining demographic, address, and residency attributes.
Underlying Base Objects
The documented view text defines the query over HZ_PARTIES (aliased hz), joined to a residency details source (aliased rdv) that supplies RECORD attributes such as residency class and status, and to academic calendar/calendar-instance sources (aliased aa and ci) that supply the academic calendar type and sequence. A persistent identifier group is referenced via the alias Persid. The ETRM metadata documents no referenced base objects, so the authoritative column lineage must be read from the view text itself. Notably, the view does not derive WH_UPDATE_DATE from a table; it projects TO_DATE(NULL) for that column, and it obtains the correspondence address and residency descriptive flexfield (DFF) values by calling functions in the IGS_CO_GEN_003 package rather than by direct joins.
Key Columns
- Party/Person identity: PARTY_ID, PARTY_NAME, PARTY_NUMBER, PARTY_TYPE, PERSON_FIRST_NAME, PERSON_LAST_NAME, PERSON_MIDDLE_NAME, PERSON_NAME_SUFFIX, PERSON_TITLE, and phonetic/known-as variants.
- Address and correspondence: ADDRESS1–ADDRESS4, CITY, STATE, PROVINCE, COUNTY, COUNTRY, POSTAL_CODE, EMAIL_ADDRESS, and the function-derived correspondence address returned by Igs_co_gen_003.get_per_addr_for_corr(hz.party_id).
- Residency attributes: RESIDENT_DETAILS_ID, RESIDENCY_CLASS_CD and RESIDENCY_CLASS_DESC, RESIDENCY_STATUS_CD and RESIDENCY_STATUS_DESC, EVALUATION_DATE, EVALUATOR, START_DT, END_DT, COMMENTS, and the DFF string from Igs_co_gen_003.get_residency_dff_values.
- Calendar context: RES_CAL_TYPE and RES_SEQUENCE_NUMBER for the residency calendar, plus ACAD_CAL_TYPE and ACAD_CI_SEQUENCE_NUMBER, with DESCRIPTION or ALTERNATE_CODE from the calendar instance.
- Derived/output: a formatted SYSDATE literal for letter dating and the party group identifier.
Common Use Cases and Queries
The view is typically consumed by BI Publisher letter templates and by concurrent programs that print residency notification letters, filtered by residency class, status, or evaluation date. It is equally useful for ad hoc institutional reporting on residency determinations. The function call for correspondence address is the element that distinguishes this view from generic party views; reports use it to print the correct mailing address for the letter recipient.
- Letter generation: SELECT party_id, party_name, residency_class_desc, residency_status_desc, evaluation_date FROM apps.igs_ad_resi_letter_v WHERE residency_class_cd = :p_class AND evaluation_date >= :p_from_date;
- Correspondence detail: SELECT party_number, person_first_name, person_last_name, Igs_co_gen_003.get_per_addr_for_corr(party_id) corr_addr FROM apps.igs_ad_resi_letter_v WHERE party_id = :p_party_id;
- Residency reporting: SELECT resid_cal_type, acad_cal_type, COUNT(*) FROM apps.igs_ad_resi_letter_v GROUP BY resid_cal_type, acad_cal_type;
Because the view performs function calls per row, queries should be filtered narrowly to avoid performance degradation on large party populations.
-
VIEW: APPS.IGS_AD_RESI_LETTER_V
12.1.1
-
VIEW: APPS.IGF_SL_DISB_LTR_V
12.1.1
-
View: IGF_SL_DISB_LTR_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores persons loan details used for correspondence , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SL_DISB_LTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_DISB_LTR_V, object_name:IGF_SL_DISB_LTR_V, status:VALID, product: IGF - Financial Aid , description: Stores persons loan details used for correspondence , implementation_dba_data: APPS.IGF_SL_DISB_LTR_V ,
-
VIEW: APPS.IGS_AD_ACK_LETTER_V
12.1.1
-
PACKAGE: APPS.IGS_CO_GEN_003
12.1.1
-
VIEW: APPS.IGF_AP_MIS_ITMS_LTR_V
12.1.1
-
VIEW: APPS.IGS_AD_INTERVIEW_LETTERS_V
12.1.1
-
VIEW: APPS.IGS_AD_OUTCOME_LETTERS_V
12.1.1
-
View: IGS_AD_RESI_LETTER_V
12.2.2
product: IGS - Student System (Obsolete) , description: It would return the Residency Details of a student , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGF_AW_AWD_LTR_V
12.1.1
-
View: IGS_AD_RESI_LETTER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_RESI_LETTER_V, object_name:IGS_AD_RESI_LETTER_V, status:VALID, product: IGS - Student System , description: It would return the Residency Details of a student , implementation_dba_data: APPS.IGS_AD_RESI_LETTER_V ,
-
VIEW: APPS.IGS_AD_MISSING_ITEMS_LETTER_V
12.1.1
-
View: IGS_AD_ACK_LETTER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_ACK_LETTER_V, object_name:IGS_AD_ACK_LETTER_V, status:VALID, product: IGS - Student System , description: It would return the Acknowledgement Details of a student , implementation_dba_data: APPS.IGS_AD_ACK_LETTER_V ,
-
View: IGS_AD_ACK_LETTER_V
12.2.2
product: IGS - Student System (Obsolete) , description: It would return the Acknowledgement Details of a student , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AD_POSTADM_MISS_ITM_LTR_V
12.1.1
-
View: IGF_AW_AWD_LTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_AWD_LTR_V, object_name:IGF_AW_AWD_LTR_V, status:VALID, product: IGF - Financial Aid , description: This view selects relevant data for the Award Notification Letter to be sent to a Student , implementation_dba_data: APPS.IGF_AW_AWD_LTR_V ,
-
View: IGS_AD_INTERVIEW_LETTERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_INTERVIEW_LETTERS_V, object_name:IGS_AD_INTERVIEW_LETTERS_V, status:VALID, product: IGS - Student System , description: Admission Interview Letters , implementation_dba_data: APPS.IGS_AD_INTERVIEW_LETTERS_V ,
-
View: IGF_AP_MIS_ITMS_LTR_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: This view is used to return the missing items (missing documents) which are required for Financial Aid processing , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AP_MIS_ITMS_LTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_MIS_ITMS_LTR_V, object_name:IGF_AP_MIS_ITMS_LTR_V, status:VALID, product: IGF - Financial Aid , description: This view is used to return the missing items (missing documents) which are required for Financial Aid processing , implementation_dba_data: APPS.IGF_AP_MIS_ITMS_LTR_V ,
-
View: IGS_AD_INTERVIEW_LETTERS_V
12.2.2
product: IGS - Student System (Obsolete) , description: Admission Interview Letters , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_OUTCOME_LETTERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_OUTCOME_LETTERS_V, object_name:IGS_AD_OUTCOME_LETTERS_V, status:VALID, product: IGS - Student System , description: The validations for the individual letters are placed at the SQLl query level that we attach to master document , implementation_dba_data: APPS.IGS_AD_OUTCOME_LETTERS_V ,
-
View: IGF_AW_AWD_LTR_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: This view selects relevant data for the Award Notification Letter to be sent to a Student , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_MISSING_ITEMS_LETTER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_MISSING_ITEMS_LETTER_V, object_name:IGS_AD_MISSING_ITEMS_LETTER_V, status:VALID, product: IGS - Student System , description: Returns the missing items. For processing application of the student, few documents are required by the admission module. When student forget to send any document or miss out any document , then these documents are treated as missing items , implementation_dba_data: APPS.IGS_AD_MISSING_ITEMS_LETTER_V ,
-
View: IGS_AD_OUTCOME_LETTERS_V
12.2.2
product: IGS - Student System (Obsolete) , description: The validations for the individual letters are placed at the SQLl query level that we attach to master document , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_MISSING_ITEMS_LETTER_V
12.2.2
product: IGS - Student System (Obsolete) , description: Returns the missing items. For processing application of the student, few documents are required by the admission module. When student forget to send any document or miss out any document , then these documents are treated as missing items , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_POSTADM_MISS_ITM_LTR_V
12.2.2
product: IGS - Student System (Obsolete) , description: It returns the Missing items for Post Admission Requirements , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_POSTADM_MISS_ITM_LTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_POSTADM_MISS_ITM_LTR_V, object_name:IGS_AD_POSTADM_MISS_ITM_LTR_V, status:VALID, product: IGS - Student System , description: It returns the Missing items for Post Admission Requirements , implementation_dba_data: APPS.IGS_AD_POSTADM_MISS_ITM_LTR_V ,
-
PACKAGE BODY: APPS.IGS_CO_GEN_003
12.1.1
-
APPS.IGS_CO_GEN_003 dependencies on IGS_CO_GEN_003
12.1.1