Search Results igs_ad_postadm_miss_itm_ltr_v
Overview
IGS_AD_POSTADM_MISS_ITM_LTR_V is a reporting view in the Oracle E-Business Suite (EBS) Student System (IGS) product, owned by the APPS schema. Its documented purpose is to return missing items associated with Post Admission Requirements, supporting correspondence and letter generation for admitted applicants who have outstanding admissions checklist items. The view is delivered as a VALID database object in both EBS 12.1.1 and 12.2.2 and is intended primarily for XML Publisher / BI Publisher letter templates and operational reports rather than for transactional processing.
Operationally, the view joins party-level data from the Trading Community Architecture (TCA) registry to admissions requirement data, allowing a letter template to print recipient identity, address, and the outstanding requirement description in a single query. It therefore occupies the reporting tier of the IGS architecture: it does not store data and should not be used as an update surface.
Underlying Base Objects
The ETRM metadata for 12.2.2 does not enumerate referenced base tables for this view; the documented excerpt contains only the inline view text, in which the TCA party columns are projected through the HZ alias. Based on that text, the principal contributor is the TCA party/party-site layer (HZ_PARTIES and the associated address, contact-point, and profile-denormalization objects supplying ADDRESS1–ADDRESS4, EMAIL_ADDRESS, and the currency/category columns).
The admissions "missing item" side of the query is drawn from the IGS post-admission requirements tables, which hold the checklist line definitions and the per-person completion status that determines whether an item is outstanding. Because the published metadata lists no confirmed base objects, all dependency claims beyond the HZ party projection should be validated against DBA_DEPENDENCIES in the target instance before use.
Key Columns
- PERSON_ID — party identifier from HZ_PARTIES; the join key to the student person record.
- PERSON_NUMBER — human-readable party number used on correspondence.
- PARTY_NAME, GIVEN_NAMES, SURNAME, MIDDLE_NAME, PREFIX, SUFFIX — name components supporting merge-field formatting in letters.
- KNOWN_AS, PREFERRED_GIVEN_NAME, KNOWN_AS2 through KNOWN_AS5 — alternate name attributes exposed for salutation and preferred-name handling; this is the column family referenced by the search term "known_as3", where
KNOWN_AS3is projected directly from HZ_PARTIES and aliased as KNOWN_AS3. - ADDRESS_LINE1–ADDRESS_LINE4, CITY, COUNTY, PROVINCE, POSTAL_CODE, COUNTRY — mailing address elements.
- EMAIL_ADDRESS — primary electronic contact point, where populated.
- PERSON_IDEN_TYPE, PERSON_IDENTIFIER — identification type and value (for example institutional or national identifier).
- ANALYSIS_FY, CURR_FY_POTENTIAL_REVENUE, NEXT_FY_POTENTIAL_REVENUE, CATEGORY_CODE — TCA classification and analysis attributes carried through for institutional reporting.
- DO_NOT_MAIL_FLAG, REFERENCE_USE_FLAG — suppression and reference-use indicators that should be honored in any outward correspondence process.
Common Use Cases and Queries
The dominant use case is a Post Admission Requirements letter: a concurrent program passes a person or applicant range and the template prints each outstanding item alongside the addressee's preferred name and mailing address.
SELECT person_number,
party_name,
known_as3,
surname,
given_names,
address_line1,
city,
postal_code
FROM apps.igs_ad_postadm_miss_itm_ltr_v
WHERE person_id = :p_person_id;
A second scenario is an operational audit of outstanding post-admission items, filtered to exclude suppressed records:
SELECT person_id,
person_number,
party_name,
known_as,
known_as3,
email_address
FROM apps.igs_ad_postadm_miss_itm_ltr_v
WHERE do_not_mail_flag = 'N';
Because KNOWN_AS3 is a pass-through party attribute rather than an admissions attribute, it is typically consumed only when the institution configures a third alternate-name field for legal or cultural naming conventions. Queries should always filter on PERSON_ID or the institution's applicant set to avoid a full scan of the TCA party population.
-
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 ,
-
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 ,
-
PACKAGE: APPS.IGS_CO_GEN_003
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_CO_GEN_003, status:VALID,
-
SYNONYM: APPS.IGS_AD_PRCS_CAT_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_PRCS_CAT_ALL, status:VALID,
-
SYNONYM: APPS.IGS_AD_LOCATION_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_LOCATION_ALL, status:VALID,
-
SYNONYM: APPS.IGS_TR_STEP
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_TR_STEP, status:VALID,
-
PACKAGE: APPS.IGS_TR_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_TR_GEN_001, status:VALID,
-
SYNONYM: APPS.IGS_AD_APLINS_ADMREQ
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_APLINS_ADMREQ, status:VALID,
-
SYNONYM: APPS.IGS_TR_STATUS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_TR_STATUS, status:VALID,
-
SYNONYM: APPS.IGS_EN_ATD_MODE_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_EN_ATD_MODE_ALL, status:VALID,
-
SYNONYM: APPS.IGS_EN_ATD_TYPE_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_EN_ATD_TYPE_ALL, status:VALID,
-
SYNONYM: APPS.IGS_AD_APPL_STAT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_APPL_STAT, status:VALID,
-
SYNONYM: APPS.IGS_PE_PRSID_GRP_MEM_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PE_PRSID_GRP_MEM_ALL, status:VALID,
-
SYNONYM: APPS.IGS_AD_OU_STAT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_OU_STAT, status:VALID,
-
SYNONYM: APPS.IGS_AD_APPL_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_APPL_ALL, status:VALID,
-
SYNONYM: APPS.IGS_AD_PS_APPL_INST_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_PS_APPL_INST_ALL, status:VALID,
-
VIEW: APPS.IGS_TR_TYPE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_TR_TYPE, object_name:IGS_TR_TYPE, status:VALID,
-
VIEW: APPS.IGS_TR_STEP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_TR_STEP_V, object_name:IGS_TR_STEP_V, status:VALID,
-
VIEW: APPS.IGS_TR_ITEM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_TR_ITEM_V, object_name:IGS_TR_ITEM_V, status:VALID,
-
VIEW: APPS.IGS_AD_PRCS_CAT_STEP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PRCS_CAT_STEP, object_name:IGS_AD_PRCS_CAT_STEP, status:VALID,
-
SYNONYM: APPS.IGS_PS_VER_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_VER_ALL, status:VALID,
-
SYNONYM: APPS.IGS_PE_HZ_PARTIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PE_HZ_PARTIES, status:VALID,
-
VIEW: APPS.IGS_LOOKUPS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_LOOKUPS_VIEW, object_name:IGS_LOOKUPS_VIEW, status:VALID,
-
VIEW: APPS.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,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
SYNONYM: APPS.HZ_PARTIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTIES, status:VALID,
-
PACKAGE BODY: APPS.IGS_CO_PROCESS
12.1.1
-
12.1.1 DBA Data
12.1.1
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,