Search Results qual_dets_id
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.
-
APPS.IGS_AV_LVL_LGCY_PUB dependencies on IGS_UC_QUAL_DETS
12.1.1
-
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: IGS_AV_STND_UNIT_LVL_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AV_STND_UNIT_LVL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AV_STND_UNIT_LVL_V, object_name:IGS_AV_STND_UNIT_LVL_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AV_STND_UNIT_LVL_V ,
-
View: IGS_AV_STND_UNIT_LVL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AV_STND_UNIT_LVL, object_name:IGS_AV_STND_UNIT_LVL, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AV_STND_UNIT_LVL ,
-
View: IGS_AV_STND_UNIT_LVL
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
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: APPS.IGS_AV_STND_UNIT_LVL_V
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_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 ,
-
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 ,
-
VIEW: APPS.IGS_AV_STND_UNIT_LVL
12.1.1
-
APPS.IGS_UC_QUAL_DETS_PKG dependencies on IGS_UC_QUAL_DETS
12.1.1
-
APPS.IGS_UC_QUAL_DETS_IMP_PKG dependencies on IGS_AV_STND_UNIT_LVL_ALL
12.1.1
-
VIEW: APPS.IGS_PR_ACAD_QUAL_CREDIT_V
12.1.1
-
VIEW: APPS.IGS_UC_QUAL_DETS_V
12.1.1
-
VIEW: APPS.IGS_AV_STND_UNIT_LVL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AV_STND_UNIT_LVL, object_name:IGS_AV_STND_UNIT_LVL, status:VALID,
-
VIEW: APPS.IGS_AV_STND_UNIT_LVL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AV_STND_UNIT_LVL_V, object_name:IGS_AV_STND_UNIT_LVL_V, status:VALID,
-
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.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,
-
Table: IGS_AV_STND_UNIT_LVL_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AV_STND_UNIT_LVL_ALL, object_name:IGS_AV_STND_UNIT_LVL_ALL, status:VALID, product: IGS - Student System , description: Describes the number of advanced standing credit points granted to a student at a given level , implementation_dba_data: IGS.IGS_AV_STND_UNIT_LVL_ALL ,
-
TABLE: IGS.IGS_AV_STND_UNIT_LVL_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AV_STND_UNIT_LVL_ALL, object_name:IGS_AV_STND_UNIT_LVL_ALL, 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,
-
Table: IGS_AV_STND_UNIT_LVL_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the number of advanced standing credit points granted to a student at a given level , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_AV_ADV_STND_UNIT_LEVEL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AV_ADV_STND_UNIT_LEVEL, object_name:IGSBV_AV_ADV_STND_UNIT_LEVEL, status:VALID, product: IGS - Student System , description: Describes the number of advanced standing credit points granted to a student at a given level. , implementation_dba_data: APPS.IGSBV_AV_ADV_STND_UNIT_LEVEL ,
-
APPS.IGS_AV_GEN_001 dependencies on IGS_AV_STND_UNIT_LVL_PKG
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 ,
-
APPS.IGS_UC_QUAL_DETS_IMP_PKG dependencies on IGS_PE_PERSON_BASE_V
12.1.1
-
View: IGSBV_AV_ADV_STND_UNIT_LEVEL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the number of advanced standing credit points granted to a student at a given level. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_EN_GEN_010 dependencies on STANDARD
12.1.1
-
APPS.IGS_AV_STND_UNIT_LVL_PKG SQL Statements
12.1.1
-
APPS.IGS_UC_QUAL_DETS_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGSBV_AV_ADV_STND_UNIT_LEVEL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AV_ADV_STND_UNIT_LEVEL, object_name:IGSBV_AV_ADV_STND_UNIT_LEVEL, status:VALID,
-
APPS.IGS_UC_QUAL_DETS_IMP_PKG dependencies on IGS_UC_COM_EBL_SUBJ
12.1.1
-
View: IGSFV_AV_ADV_STND_UNIT_LEVEL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the number of advanced standing credit points granted to a student at a given level. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AV_GEN_001 dependencies on IGS_AV_STND_UNIT_PKG
12.1.1
-
View: IGSFV_AV_ADV_STND_UNIT_LEVEL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AV_ADV_STND_UNIT_LEVEL, object_name:IGSFV_AV_ADV_STND_UNIT_LEVEL, status:VALID, product: IGS - Student System , description: Describes the number of advanced standing credit points granted to a student at a given level. , implementation_dba_data: APPS.IGSFV_AV_ADV_STND_UNIT_LEVEL ,
-
VIEW: APPS.IGSFV_AV_ADV_STND_UNIT_LEVEL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AV_ADV_STND_UNIT_LEVEL, object_name:IGSFV_AV_ADV_STND_UNIT_LEVEL, status:VALID,
-
APPS.IGS_AV_LVL_LGCY_PUB SQL Statements
12.1.1
-
APPS.IGS_UC_QUAL_DETS_IMP_PKG SQL Statements
12.1.1
-
APPS.IGS_UC_QUAL_DETS_PKG dependencies on IGS_SC_GEN_001
12.1.1
-
APPS.IGS_AV_STND_UNIT_LVL_PKG dependencies on IGS_AV_STND_UNIT_LVL_ALL
12.1.1
-
APPS.IGS_EN_GEN_010 dependencies on IGS_AV_STND_UNIT_LVL_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_STND_UNIT_LVL_PKG
12.1.1
-
APPS.IGS_EN_GEN_010 dependencies on IGS_AV_STND_UNIT_LVL
12.1.1
-
PACKAGE BODY: APPS.IGS_UC_QUAL_DETS_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_AV_LVL_LGCY_PUB
12.1.1
-
APPS.IGS_AV_STND_UNIT_LVL_PKG dependencies on FND_MESSAGE
12.1.1
-
APPS.IGS_AV_STND_UNIT_LVL_PKG dependencies on IGS_GE_MSG_STACK
12.1.1