Search Results igs_uc_qual_dets
Overview
The IGS_UC_QUAL_DETS table is a core data structure within the now-obsolete Student System (IGS) module of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It was designed to serve as the central repository for storing detailed records of academic qualifications awarded to an applicant. Its primary role was to support admissions and student data management processes by maintaining a historical and current record of an applicant's educational achievements, which is critical for application assessment, eligibility determination, and credit transfer evaluations. Notably, the provided ETRM documentation explicitly states this table was "Not implemented in this database," indicating it may have been a planned component that was not deployed in standard installations or was superseded by other functionality.
Key Information Stored
The table's structure is designed to capture the precise details of a qualification. The unique combination of a specific applicant (PERSON_ID), an exam level (EXAM_LEVEL), a subject code (SUBJECT_CODE), a year (YEAR), a sitting (SITTING), an awarding body (AWARDING_BODY), and an approved result (APPROVED_RESULT) forms a unique key (IGS_UC_QUAL_DETS_UK). Key columns include QUAL_DETS_ID as the primary surrogate key, PERSON_ID linking to the party (HZ_PARTIES), and EXAM_LEVEL and SUBJECT_CODE linking to award and field of study definitions, respectively. Crucially, it stores multiple result types—APPROVED_RESULT, CLAIMED_RESULT, and PREDICTED_RESULT—each linked to the grading schema (IGS_AS_GRD_SCH_GRADE), allowing the system to track official, self-reported, and forecasted grades for a qualification.
Common Use Cases and Queries
In a functional implementation, this table would be central to applicant qualification reporting and validation. Common operational use cases would include generating summary transcripts for applicants, verifying that stated qualifications meet course entry requirements, and processing data for regulatory or accreditation reporting. A typical query might involve joining to HZ_PARTIES for applicant details and IGS_PS_AWD for the qualification name to list all qualifications for a specific person. Another critical pattern would be to compare CLAIMED_RESULT against APPROVED_RESULT for audit purposes to identify discrepancies between applicant-reported and officially verified grades. Reports for admissions committees would likely aggregate data from this table to analyze the academic profiles of applicant cohorts.
Related Objects
Based on the documented foreign key relationships, IGS_UC_QUAL_DETS is integrally connected to several foundational EBS tables. It references the following objects:
- HZ_PARTIES via PERSON_ID to identify the applicant/student.
- IGS_PS_AWD via EXAM_LEVEL to define the type of award or qualification level.
- IGS_PS_FLD_OF_STUDY_ALL via SUBJECT_CODE to define the academic subject.
- IGS_AS_GRD_SCH_GRADE via GRADING_SCHEMA_CD and VERSION_NUMBER for the APPROVED_RESULT, CLAIMED_RESULT, and PREDICTED_RESULT values, linking to the institutional grading scheme.
- IGS_AV_STND_UNIT_LVL_ALL via QUAL_DETS_ID, suggesting a relationship where standardized unit levels (potentially for credit transfer) are associated with a specific recorded qualification detail.
-
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 ,
-
Table: IGS_AS_GRD_SCH_GRADE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_GRD_SCH_GRADE, object_name:IGS_AS_GRD_SCH_GRADE, status:VALID, product: IGS - Student System , description: Describes characteristics of grade within grading schema , implementation_dba_data: IGS.IGS_AS_GRD_SCH_GRADE ,
-
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_PS_AWD
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_AWD, object_name:IGS_PS_AWD, status:VALID, product: IGS - Student System , description: This entity describes an award offered by the university. , implementation_dba_data: IGS.IGS_PS_AWD ,
-
Table: IGS_PS_FLD_OF_STUDY_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_FLD_OF_STUDY_ALL, object_name:IGS_PS_FLD_OF_STUDY_ALL, status:VALID, product: IGS - Student System , description: This entity describes the university set of fields of study. This is not limited to the DEET set and values, which are reported to DEET, will be mapped onto DEET equivalent values. , implementation_dba_data: IGS.IGS_PS_FLD_OF_STUDY_ALL ,
-
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: 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_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: 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 ,
-
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 ,