Search Results exam_level
Overview
The IGS_UC_MAP_EBL_QUAL table is a seeded reference table within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, residing in the IGS (iGrants) schema. Its primary role is to maintain critical mapping information that links examination board details, examination levels, and qualification data. This table functions as a central lookup to standardize and convert external examination board and level (EBL) formats used by awarding bodies into a consistent internal format. By holding this seeded mapping data, it supports processes related to student qualifications, admissions, and credential management within the EBS ecosystem, ensuring accurate interpretation of external educational records.
Key Information Stored
The table's structure is designed to capture the essential attributes for mapping examination data. The key business columns include EXAM_BOARD_CODE, which identifies the originating examination board, and the pivotal EXAM_LEVEL column, which stores the code for the examination level (e.g., 'A' for Advanced Level). The AWARDING_BODY code specifies the organization granting the qualification. The EBL_FORMAT and CONV_EBL_FORMAT columns hold, respectively, the original external subject format and its converted, standardized internal equivalent. The CLOSED_IND column, accepting 'Y' or 'N', indicates whether a specific mapping record is active for use. The table is secured by a unique primary key index, IGS_UC_MAP_EBL_QUAL_PK, on the combination of EXAM_BOARD_CODE and EXAM_LEVEL, and includes standard WHO columns for auditing creation and modification history.
Common Use Cases and Queries
This table is primarily queried during the intake and processing of external qualification data. A common use case is validating and translating incoming student examination records against the seeded mappings to ensure consistency before data is posted to core student information tables. For reporting, it is used to enrich qualification data with standardized descriptions. A fundamental query to retrieve all active mapping records for a specific examination level, as hinted by the user's search for "exam_level", would be:
- SELECT exam_board_code, ebl_format, exam_level, awarding_body, conv_ebl_format FROM igs.igs_uc_map_ebl_qual WHERE closed_ind = 'N' AND exam_level = :p_exam_level ORDER BY exam_board_code;
Another typical operational query involves joining this table to transactional data to fetch the converted EBL format for processing: SELECT map.conv_ebl_format FROM igs.igs_uc_map_ebl_qual map WHERE map.exam_board_code = :p_board_code AND map.exam_level = :p_level AND map.closed_ind = 'N';
Related Objects
Based on the provided dependency information, the IGS_UC_MAP_EBL_QUAL table does not reference other objects but is itself referenced by objects within the APPS schema. This indicates it is a foundational source table. Its data is likely accessed by various application forms, concurrent programs, and APIs within the IGS modules (such as iGrants or Student Management) that handle qualifications and admissions. While specific dependent object names are not listed, it is common for such a reference table to be utilized by validation logic in PL/SQL packages and by views that present a consolidated perspective of student qualification history.
-
APPS.IGS_HE_UCAS_TARIFF_PKG dependencies on IGS_HE_UT_LVL_AWARD
12.1.1
-
APPS.IGS_HE_UCAS_TARIFF_PKG dependencies on IGS_UC_QUAL_DETS
12.1.1
-
APPS.IGS_HE_UCAS_TARIFF_PKG SQL Statements
12.1.1
-
APPS.IGS_UC_PROC_APPLICATION_DATA dependencies on IGS_UC_MAP_EBL_QUAL
12.1.1
-
APPS.IGS_HE_UCAS_TARIFF_PKG dependencies on IGS_HE_UT_EXCL_QALS
12.1.1
-
TABLE: IGS.IGS_UC_MAP_EBL_QUAL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_MAP_EBL_QUAL, object_name:IGS_UC_MAP_EBL_QUAL, status:VALID,
-
APPS.IGS_UC_EXAM_SCORES_PKG dependencies on IGS_UC_EXAM_SCORES
12.1.1
-
View: IGSBV_UC_APPLICANT_RESULTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_UC_APPLICANT_RESULTS, object_name:IGSBV_UC_APPLICANT_RESULTS, status:VALID, product: IGS - Student System , description: Base View for Applicant Examination Results , implementation_dba_data: APPS.IGSBV_UC_APPLICANT_RESULTS ,
-
TABLE: IGS.IGS_UC_REF_TARIFF
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_REF_TARIFF, object_name:IGS_UC_REF_TARIFF, status:VALID,
-
View: IGSBV_UC_APPLICANT_RESULTS
12.2.2
product: IGS - Student System (Obsolete) , description: Base View for Applicant Examination Results , implementation_dba_data: Not implemented in this database ,
-
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,
-
TABLE: IGS.IGS_UC_EXAM_SCORES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_EXAM_SCORES, object_name:IGS_UC_EXAM_SCORES, status:VALID,
-
View: IGSFV_UC_APPLICANT_RESULTS
12.2.2
product: IGS - Student System (Obsolete) , description: Full View for Applicant Examination Results , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSBV_UC_APPLICANT_RESULTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_UC_APPLICANT_RESULTS, object_name:IGSBV_UC_APPLICANT_RESULTS, status:VALID,
-
VIEW: APPS.IGSBV_UC_APPLICANT_RESULTS
12.1.1
-
APPS.IGS_UC_REF_TARIFF_PKG dependencies on IGS_UC_REF_TARIFF
12.1.1
-
APPS.IGS_UC_QUAL_DETS_PKG dependencies on IGS_UC_QUAL_DETS
12.1.1
-
Table: IGS_UC_MAP_EBL_QUAL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_MAP_EBL_QUAL, object_name:IGS_UC_MAP_EBL_QUAL, status:VALID, product: IGS - Student System , description: Holds seeded information about mapping information between Exam Board details, Exam Level and Qualification details. , implementation_dba_data: IGS.IGS_UC_MAP_EBL_QUAL ,
-
APPS.IGS_UC_QUAL_DETS_IMP_PKG dependencies on IGS_UC_COM_EBL_SUBJ
12.1.1
-
APPS.IGS_UC_QUAL_DETS_IMP_PKG dependencies on IGS_UC_APP_RESULTS
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 ,
-
View: IGSFV_UC_APPLICANT_RESULTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UC_APPLICANT_RESULTS, object_name:IGSFV_UC_APPLICANT_RESULTS, status:VALID, product: IGS - Student System , description: Full View for Applicant Examination Results , implementation_dba_data: APPS.IGSFV_UC_APPLICANT_RESULTS ,
-
TABLE: IGS.IGS_UC_COM_EBL_SUBJ
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_COM_EBL_SUBJ, object_name:IGS_UC_COM_EBL_SUBJ, status:VALID,
-
Table: IGS_UC_MAP_EBL_QUAL
12.2.2
product: IGS - Student System (Obsolete) , description: Holds seeded information about mapping information between Exam Board details, Exam Level and Qualification details. , 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,
-
Table: IGS_UC_REF_TARIFF
12.2.2
product: IGS - Student System (Obsolete) , description: Holds the list of EBL exam level, grade and associated UCAS tariff score. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_UC_QUAL_DETS_V
12.1.1
-
VIEW: APPS.IGSFV_UC_APPLICANT_RESULTS
12.1.1
-
Table: IGS_UC_REF_TARIFF
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_REF_TARIFF, object_name:IGS_UC_REF_TARIFF, status:VALID, product: IGS - Student System , description: Holds the list of EBL exam level, grade and associated UCAS tariff score. , implementation_dba_data: IGS.IGS_UC_REF_TARIFF ,
-
Table: IGS_UC_EXAM_SCORES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_EXAM_SCORES, object_name:IGS_UC_EXAM_SCORES, status:VALID, product: IGS - Student System , description: Holds records that links to exam level values in IGS_UC_REF_CODES and holds grades/points against exam levels. , implementation_dba_data: IGS.IGS_UC_EXAM_SCORES ,
-
APPS.IGS_HE_UCAS_TARIFF_PKG dependencies on FND_MESSAGE
12.1.1
-
APPS.IGS_UC_QUAL_DETS_IMP_PKG SQL Statements
12.1.1
-
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_UC_EXAM_SCORES
12.2.2
product: IGS - Student System (Obsolete) , description: Holds records that links to exam level values in IGS_UC_REF_CODES and holds grades/points against exam levels. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_HE_UCAS_TARIFF_PKG dependencies on IGS_EN_STDNT_PS_ATT
12.1.1
-
TABLE: IGS.IGS_UC_APP_RESULTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_APP_RESULTS, object_name:IGS_UC_APP_RESULTS, 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.IGSFV_UC_APPLICANT_RESULTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UC_APPLICANT_RESULTS, object_name:IGSFV_UC_APPLICANT_RESULTS, status:VALID,
-
APPS.IGS_UC_EXAM_SCORES_PKG SQL Statements
12.1.1
-
APPS.IGS_UC_QUAL_DETS_IMP_PKG dependencies on IGS_UC_QUAL_DETS
12.1.1
-
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 ,
-
APPS.IGS_UC_QUAL_DETS_PKG SQL Statements
12.1.1
-
APPS.IGS_UC_REF_TARIFF_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_HE_UCAS_TARIFF_PKG
12.1.1
-
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 ,
-
APPS.IGS_UC_COM_EBL_SUBJ_PKG SQL Statements
12.1.1