Search Results expected_vce
Overview
IGSFV_UC_EXP_QUAL_SUMMARIES is an APPS-owned read-only view in the IGS (Student System) product family, providing a denormalized summary of the qualifications an applicant has attained or is expected to attain as recorded through the UCAS admissions interface. Its documented description is "Full View for summary of qualifications attained by this applicant." The view resolves foreign-key identifiers into human-readable descriptions and joins party information from Oracle's Trading Community Architecture (HZ) so that reported data is meaningful outside the application layer.
The view is defined WITH READ ONLY, which is significant: it is a reporting and integration surface only. Applicants or external systems may never write through it; all DML must target the base table. It is used where qualification data must be extracted for admissions review, statutory returns, or downstream data warehouse loads.
Underlying Base Objects
Two documented base objects are referenced in the view text:
- IGS_UC_EXP_QUAL_SUM — the primary qualification summary table, aliased EX. All qualification flags, expected grade categories, and audit columns originate here.
- HZ_PARTIES — aliased FT1, joined on
EX.PERSON_ID = FT1.PARTY_ID (+). The outer join ensures that applicant rows persist even where no matching party record exists.
Three correlated scalar subqueries add derived descriptive columns: two against IGS_UC_REF_CODES using code type 'OC' (for the other-examination values) and one against IGS_HE_CODE_VALUES using code type 'UCAS_VOC_QUAL'. The metadata records no further referenced base objects.
Key Columns
- EXPECTED_QUAL_SUMMARY_ID — primary identifier, sourced from EX.EXP_QUAL_SUM_ID.
- OSS_PERSON_IDENTIFIER / OSS_PERSON_NUMBER / OSS_PERSON_NAME — applicant identity, derived from PERSON_ID and HZ_PARTIES' PARTY_NUMBER and PARTY_NAME.
- EXPECTED_GCE / EXPECTED_VCE / WINTER_A_LEVELS / PREVIOUS_A_LEVELS / PREVIOUS_AS_LEVELS — expected and prior grade outcomes for standard school-leaving qualifications.
- SQA_CANDIDATE_FLAG, QUAL_BTEC_FLAG, QUAL_IB_FLAG, QUAL_ILC_FLAG, QUAL_AILC_FLAG, KEY_SKILLS_FLAG, RECORD_OF_ACHEIVEMENT_FLAG, MANUAL_QUAL_CHECK, VOCATIONAL_QUAL_INDICATOR — boolean-style indicators of which qualification pathways apply to the applicant.
- OTHER_EXAMINATION_QUAL_FLAG (alias of EX.OEQ) — the flag matched by the user's search term, indicating that the applicant holds other examination qualifications not captured by the structured fields. Its code is resolved to text in OTHER_EXAMINATION_QUAL_DESC via IGS_UC_REF_CODES (type 'OC').
- PREVIOUS_OTHER_EXAM_QUAL_FLAG / PREVIOUS_OTHER_EXAM_QUAL_DESC — the equivalent indicator and description for the applicant's prior-cycle other qualifications.
- VOCATIONAL_QUAL_DESCRIPTION — description resolved from IGS_HE_CODE_VALUES for the vocational qualification indicator.
- SEQ_UPDATED_DATE, CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY — audit and sequencing columns.
Note that the column list in the metadata truncates the final audit column as LAST_UPDATE, but the view text defines LAST_UPDATE_DATE.
Common Use Cases and Queries
Typical scenarios include identifying applicants who declared non-standard qualifications, auditing the completeness of UCAS-supplied data, and feeding qualification summaries into admissions decisioning or returns. A representative query filters on the other-examination flag:
- SELECT OSS_PERSON_NUMBER, OSS_PERSON_NAME, OTHER_EXAMINATION_QUAL_DESC FROM IGSFV_UC_EXP_QUAL_SUMMARIES WHERE OTHER_EXAMINATION_QUAL_FLAG IS NOT NULL;
- SELECT OSS_PERSON_NUMBER, EXPECTED_GCE, EXPECTED_VCE, MANUAL_QUAL_CHECK FROM IGSFV_UC_EXP_QUAL_SUMMARIES WHERE MANUAL_QUAL_CHECK = 'Y';
Because the view is read-only and already resolves reference codes, it is preferable to the base table for ad-hoc reporting. Repository scripts should not attempt inserts, updates, or deletes against it.
-
View: IGSFV_UC_EXP_QUAL_SUMMARIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UC_EXP_QUAL_SUMMARIES, object_name:IGSFV_UC_EXP_QUAL_SUMMARIES, status:VALID, product: IGS - Student System , description: Full View for summary of qualifications attained by this applicant , implementation_dba_data: APPS.IGSFV_UC_EXP_QUAL_SUMMARIES ,
-
View: IGSBV_UC_EXP_QUAL_SUMMARIES
12.2.2
product: IGS - Student System (Obsolete) , description: Base View for summary of qualifications attained by this applicant , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSFV_UC_EXP_QUAL_SUMMARIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UC_EXP_QUAL_SUMMARIES, object_name:IGSFV_UC_EXP_QUAL_SUMMARIES, status:VALID,
-
View: IGSBV_UC_EXP_QUAL_SUMMARIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_UC_EXP_QUAL_SUMMARIES, object_name:IGSBV_UC_EXP_QUAL_SUMMARIES, status:VALID, product: IGS - Student System , description: Base View for summary of qualifications attained by this applicant , implementation_dba_data: APPS.IGSBV_UC_EXP_QUAL_SUMMARIES ,
-
VIEW: APPS.IGSFV_UC_EXP_QUAL_SUMMARIES
12.1.1
-
VIEW: APPS.IGSBV_UC_EXP_QUAL_SUMMARIES
12.1.1
-
View: IGSFV_UC_EXP_QUAL_SUMMARIES
12.2.2
product: IGS - Student System (Obsolete) , description: Full View for summary of qualifications attained by this applicant , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSBV_UC_EXP_QUAL_SUMMARIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_UC_EXP_QUAL_SUMMARIES, object_name:IGSBV_UC_EXP_QUAL_SUMMARIES, status:VALID,
-
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'. ,