Search Results approved_result
Overview
The IGS_UC_QUAL_DETS table is a core data repository within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the IGS (presumably an institution-specific or industry module like Higher Education) product family. Its primary function is to store detailed records of academic qualifications awarded to applicants. This table serves as a critical component for managing applicant profiles, supporting admissions processes, and interfacing with external systems like UCAS (Universities and Colleges Admissions Service in the UK). The presence of the IMPORTED_FLAG and IMPORTED_DATE columns explicitly indicates its role in data integration workflows, where qualification records are received from and synchronized with external admissions services.
Key Information Stored
The table's columns are designed to capture the complete lifecycle and details of an applicant's qualifications. The QUAL_DETS_ID serves as the unique primary key for each record. Key subject and qualification attributes include PERSON_ID (linking to the applicant), EXAM_LEVEL, SUBJECT_CODE, AWARDING_BODY, YEAR, and SITTING (Summer or Winter). The table tracks multiple result types—PREDICTED_RESULT, APPROVED_RESULT, and CLAIMED_RESULT—which are essential for assessing applicant eligibility. The GRADING_SCHEMA_CD and VERSION_NUMBER allow for precise interpretation of result values. The UCAS_TARIFF column stores the standardized points score, which is fundamental for automated admissions scoring. Standard WHO columns (CREATED_BY, LAST_UPDATE_DATE, etc.) provide full auditability for all data changes.
Common Use Cases and Queries
This table is central to applicant qualification reporting and verification. Common operational and reporting scenarios include generating a summary of all qualifications for a specific applicant, validating imported UCAS data, and calculating aggregate tariff points for admission thresholds. A typical query to retrieve a comprehensive qualification history for an applicant would be:
SELECT exam_level, subject_code, year, approved_result, ucas_tariff FROM igs.igs_uc_qual_dets WHERE person_id = :person_id ORDER BY year DESC, exam_level;
Another critical use case is auditing data integration, often executed with a query such as:
SELECT COUNT(*), imported_flag, TRUNC(imported_date) FROM igs.igs_uc_qual_dets WHERE imported_date > SYSDATE - 30 GROUP BY imported_flag, TRUNC(imported_date);
Furthermore, the table supports eligibility checks by joining result data with grading schema tables to interpret and compare results against course entry requirements.
Related Objects
Based on the provided metadata, the table's structure indicates relationships with other key entities in the schema. The unique index IGS_UC_QUAL_DETS_U2 on PERSON_ID, EXAM_LEVEL, SUBJECT_CODE, YEAR, SITTING, AWARDING_BODY, and APPROVED_RESULT suggests a likely foreign key relationship where PERSON_ID references a central person or applicant table (e.g., IGS_PE_PERSON). While explicit foreign key constraints are not listed in the excerpt, the GRADING_SCHEMA_CD and VERSION_NUMBER columns are designed to join with a grading schema definition table to decode result values. The table is also a probable parent to other detail tables or is referenced by views that consolidate applicant academic data for presentation layers and reporting interfaces within the EBS application.
-
TABLE: IGS.IGS_UC_QUAL_DETS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_QUAL_DETS, object_name:IGS_UC_QUAL_DETS, status:VALID,
-
View: IGSFV_UC_QUAL_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UC_QUAL_DETAILS, object_name:IGSFV_UC_QUAL_DETAILS, status:VALID, product: IGS - Student System , description: Full View for the qualifications awarded to an applicant , implementation_dba_data: APPS.IGSFV_UC_QUAL_DETAILS ,
-
APPS.IGS_AV_LVL_LGCY_PUB dependencies on IGS_AV_LGCY_LVL_INT
12.1.1
-
View: IGS_UC_QUAL_DETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_UC_QUAL_DETS_V, object_name:IGS_UC_QUAL_DETS_V, status:VALID, product: IGS - Student System , description: The qualification details view will display the qualifications awarded to an applicant , implementation_dba_data: APPS.IGS_UC_QUAL_DETS_V ,
-
View: IGS_UC_QUAL_DETS_V
12.2.2
product: IGS - Student System (Obsolete) , description: The qualification details view will display the qualifications awarded to an applicant , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_UC_QUAL_DETS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_QUAL_DETS, object_name:IGS_UC_QUAL_DETS, status:VALID, product: IGS - Student System , description: The qualification details table will hold the qualifications awarded to an applicant. , implementation_dba_data: IGS.IGS_UC_QUAL_DETS ,
-
VIEW: APPS.IGSFV_UC_QUAL_DETAILS
12.1.1
-
VIEW: APPS.IGSBV_UC_QUAL_DETAILS
12.1.1
-
View: IGSBV_UC_QUAL_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_UC_QUAL_DETAILS, object_name:IGSBV_UC_QUAL_DETAILS, status:VALID, product: IGS - Student System , description: Base View for the qualifications awarded to an applicant , implementation_dba_data: APPS.IGSBV_UC_QUAL_DETAILS ,
-
View: IGSBV_UC_QUAL_DETAILS
12.2.2
product: IGS - Student System (Obsolete) , description: Base View for the qualifications awarded to an applicant , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_UC_QUAL_DETAILS
12.2.2
product: IGS - Student System (Obsolete) , description: Full View for the qualifications awarded to an applicant , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSFV_UC_QUAL_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UC_QUAL_DETAILS, object_name:IGSFV_UC_QUAL_DETAILS, status:VALID,
-
VIEW: APPS.IGS_UC_QUAL_DETS_V
12.1.1
-
APPS.IGS_UC_QUAL_DETS_IMP_PKG dependencies on IGS_UC_COM_EBL_SUBJ
12.1.1
-
APPS.IGS_UC_QUAL_DETS_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGSBV_UC_QUAL_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_UC_QUAL_DETAILS, object_name:IGSBV_UC_QUAL_DETAILS, status:VALID,
-
VIEW: APPS.IGS_PR_ACAD_QUAL_CREDIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_ACAD_QUAL_CREDIT_V, object_name:IGS_PR_ACAD_QUAL_CREDIT_V, status:VALID,
-
VIEW: APPS.IGS_UC_QUAL_DETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_UC_QUAL_DETS_V, object_name:IGS_UC_QUAL_DETS_V, status:VALID,
-
APPS.IGS_UC_QUAL_DETS_IMP_PKG dependencies on IGS_HE_CODE_MAP_VAL
12.1.1
-
Table: IGS_UC_QUAL_DETS
12.2.2
product: IGS - Student System (Obsolete) , description: The qualification details table will hold the qualifications awarded to an applicant. , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_UC_QUAL_INTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_QUAL_INTS, object_name:IGS_UC_QUAL_INTS, status:VALID,
-
APPS.IGS_UC_QUAL_DETS_PKG dependencies on IGS_PE_PERSON_PKG
12.1.1
-
View: IGS_PR_ACAD_QUAL_CREDIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_ACAD_QUAL_CREDIT_V, object_name:IGS_PR_ACAD_QUAL_CREDIT_V, status:VALID, product: IGS - Student System , description: This view contains the details of credit granted through advanced standing based on the UK Qualifications structure. The credit is shown only as an aggregated summary figure. , implementation_dba_data: APPS.IGS_PR_ACAD_QUAL_CREDIT_V ,
-
View: IGS_PR_ACAD_QUAL_CREDIT_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view contains the details of credit granted through advanced standing based on the UK Qualifications structure. The credit is shown only as an aggregated summary figure. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_UC_QUAL_DETS_IMP_PKG SQL Statements
12.1.1
-
TABLE: IGS.IGS_AV_LGCY_LVL_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AV_LGCY_LVL_INT, object_name:IGS_AV_LGCY_LVL_INT, status:VALID,
-
PACKAGE BODY: APPS.IGS_UC_QUAL_DETS_PKG
12.1.1
-
APPS.IGS_AD_IMP_028 SQL Statements
12.1.1
-
PACKAGE: APPS.IGS_AV_LVL_LGCY_PUB
12.1.1
-
APPS.IGS_AV_LVL_LGCY_PUB SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_IMP_028
12.1.1
-
PACKAGE BODY: APPS.IGS_UC_QUAL_DETS_IMP_PKG
12.1.1
-
APPS.IGS_UC_QUAL_DETS_IMP_PKG dependencies on IGS_UC_QUAL_DETS
12.1.1
-
PACKAGE BODY: APPS.IGS_AV_LVL_LGCY_PUB
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'. ,