Search Results igs_ad_missing_items_letter_v
Overview
IGS_AD_MISSING_ITEMS_LETTER_V is a reporting view owned by the APPS schema in the Oracle E-Business Suite Student System (IGS) product family. It is a central component of the Admissions (IGS_AD) module, which governs the processing of student applications from initial receipt through decision. During application processing, the admissions module expects a defined set of supporting documents — transcripts, identification, photographs, test scores, and similar evidence. When an applicant fails to submit, or partially submits, one or more of these required items, the outstanding documents are classified as missing items. This view returns exactly that set: the missing items associated with a student's application, together with the party and admission context required to generate a reminder or follow-up letter.
The view is therefore fundamentally a correspondence-driver. It is designed to feed letter generation, applicant notification, and follow-up reporting so that admissions staff can identify which applicants have incomplete files and contact them for the outstanding documents. Because it is a view rather than a table, it exposes no independent storage; it is a read-only projection assembled at query time from the underlying party, application, and document-matching data.
Underlying Base Objects
The documented view text reveals the principal sources joined together to produce the missing-item result set:
- HZ party tables — the address, name, and party columns (PARTY_ID, PARTY_NAME, PARTY_NUMBER, ADDRESS1-4, CITY, STATE, POSTAL_CODE, EMAIL_ADDRESS, and related attributes) originate from the Trading Community Architecture (TCA) HZ schema, providing the applicant's identity and mailing details.
- Admission application / calendar objects — columns such as ACAD_CAL_TYPE, ACAD_CI_SEQUENCE_NUMBER, ADM_CAL_TYPE, and ADM_CI_SEQUENCE_NUMBER, aliased AA, carry academic and admission calendar context.
- Admission application instance (APAI alias) — supplies ADMISSION_APPL_NUMBER, NOMINATED_COURSE_CD, SEQUENCE_NUMBER, and ADM_DOC_STATUS, tying the missing items to a specific application.
- Item / checklist objects (ITM and STEP aliases) — DESCRIPTION, COMPLETION_DUE_DT, and the step DESCRIPTION describe the missing document itself and its deadline.
The ETRM metadata lists no referenced base objects explicitly, so the object list above is derived from the documented view text. In practice the view depends on the IGS admissions checklist and document-status model plus TCA party data.
Key Columns
- PARTY_ID, PARTY_NAME, PARTY_NUMBER — identify the applicant for addressing the letter.
- ADDRESS1–ADDRESS4, CITY, STATE, POSTAL_CODE, COUNTRY, EMAIL_ADDRESS — postal and electronic routing for correspondence.
- ADMISSION_APPL_NUMBER, SEQUENCE_NUMBER — the specific application and its instance sequence.
- NOMINATED_COURSE_CD — the course the applicant applied for.
- ADM_DOC_STATUS — the document status flag distinguishing received from outstanding items.
- DESCRIPTION (ITM and STEP) — human-readable names of the missing item and its processing step.
- COMPLETION_DUE_DT — the deadline by which the document must be submitted.
- SYSDATE formatting expression — generates the current date text for the letter body.
Common Use Cases and Queries
The view supports admissions follow-up letters, incomplete-file reporting, and applicant self-service status checks. A representative query follows:
SELECT party_name, admission_appl_number, nominated_course_cd, description, completion_due_dt FROM igs_ad_missing_items_letter_v WHERE adm_doc_status = 'MISSING' ORDER BY completion_due_dt;— lists applicants with outstanding documents, sorted by deadline, ready for merge into a reminder letter.SELECT party_number, email_address, description FROM igs_ad_missing_items_letter_v WHERE admission_appl_number = :appl_no;— retrieves the missing items for a single application during enquiry.- Join to letter/merge templates to produce bulk correspondence, filtering by admission calendar or course to notify a specific intake cohort.
Because the view is read-only and joins several modules, queries should be filtered by admission calendar or application to maintain performance on large applicant populations.
-
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_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 ,
-
SYNONYM: APPS.IGS_AD_PRCS_CAT_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_PRCS_CAT_ALL, status:VALID,
-
PACKAGE: APPS.IGS_CO_GEN_003
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_CO_GEN_003, 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_LOCATION_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_LOCATION_ALL, status:VALID,
-
SYNONYM: APPS.IGS_AD_DOC_STAT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_DOC_STAT, 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_STEP
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_TR_STEP, 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,
-
PACKAGE BODY: APPS.IGS_CO_PROCESS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_CO_PROCESS, 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,
-
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_TYPE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_TR_TYPE, object_name:IGS_TR_TYPE, 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_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,
-
APPS.IGS_CO_PROCESS dependencies on IGS_AD_MISSING_ITEMS_LETTER_V
12.1.1
-
VIEW: APPS.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,
-
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
-
APPS.IGS_CO_PROCESS dependencies on HZ_PARTIES
12.1.1
-
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
-
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'. ,
-
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'. ,