Search Results igs_uc_ref_awrdbdy
Overview
The table IGS_UC_REF_AWRDBDY is a reference data table within the Oracle E-Business Suite Student System (IGS), versions 12.1.1 and 12.2.2. Its primary function is to maintain a master list of examining or awarding bodies that are associated with academic subjects. This table plays a critical role in the management and processing of student results by providing the necessary linkage between examination results and the specific boards that award them. A key aspect of its design is integration with external systems; it is documented to synchronize with the UCAS (Universities and Colleges Admissions Service) view named 'cvRefAwardBody'. This synchronization ensures that the institution's internal records of awarding bodies remain consistent with the central UCAS reference data, which is essential for accurate admissions processing and qualification verification in the UK higher education context.
Key Information Stored
The table's structure is defined by a composite primary key, which dictates how unique awarding body records are identified. The key columns are:
- AWARDING_BODY: The code or identifier for the examination board (e.g., AQA, Edexcel).
- SITTING: Typically indicates the specific examination period or sitting (e.g., Summer, Winter).
- YEAR: The academic or calendar year associated with the examination sitting.
Together, these three columns form the primary key constraint IGS_UC_REF_AWRDBDY_PK, ensuring that each combination of body, sitting, and year is unique within the system. While the provided metadata does not list non-key columns, the table's description implies it likely stores descriptive information about each awarding body record, such as a name or status, to support user interfaces and reporting.
Common Use Cases and Queries
This table is predominantly used in scenarios involving student qualifications and admissions. A common use case is validating and enriching student result entries by linking them to the correct, officially recognized awarding body. For reporting, it is essential for generating lists of accepted examination boards for a given academic year. A typical query might involve joining this reference table to result or subject tables to produce a readable report. For example, a SQL pattern to list all awarding bodies for a specific year would be: SELECT AWARDING_BODY, SITTING FROM IGS_UC_REF_AWRDBDY WHERE YEAR = '2023';. Another critical operational use is the background synchronization process that updates this table from the linked UCAS view to ensure referential integrity and data currency for admissions cycles.
Related Objects
IGS_UC_REF_AWRDBDY serves as a parent table in a key foreign key relationship, as documented in the provided metadata. The related object is:
- Table: IGS_UC_COM_EBL_SUBJ: This table references IGS_UC_REF_AWRDBDY via a foreign key constraint. The join is established on the composite key columns:
IGS_UC_COM_EBL_SUBJ.AWARDING_BODY,IGS_UC_COM_EBL_SUBJ.SITTING, andIGS_UC_COM_EBL_SUBJ.YEAR. This relationship enforces that subjects linked to examinable boards (EBL) must reference a valid, pre-defined awarding body record, maintaining data consistency across the student system's qualification framework.
-
Table: IGS_UC_REF_AWRDBDY
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_REF_AWRDBDY, object_name:IGS_UC_REF_AWRDBDY, status:VALID, product: IGS - Student System , description: Holds the list of examining boards that are associated with subjects. It is used to link exam boards to results. It synchronizes with UCAS view 'cvRefAwardBody'. , implementation_dba_data: IGS.IGS_UC_REF_AWRDBDY ,
-
Table: IGS_UC_REF_AWRDBDY
12.2.2
product: IGS - Student System (Obsolete) , description: Holds the list of examining boards that are associated with subjects. It is used to link exam boards to results. It synchronizes with UCAS view 'cvRefAwardBody'. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_UC_REF_AWRDBDY_PKG dependencies on IGS_UC_REF_AWRDBDY
12.1.1
-
APPS.IGS_UC_PROC_COM_INST_DATA dependencies on IGS_UC_REF_AWRDBDY
12.1.1
-
APPS.IGS_UC_PROC_REFERENCE_DATA dependencies on IGS_UC_REF_AWRDBDY
12.1.1
-
APPS.IGS_UC_REF_AWRDBDY_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.IGS_UC_REF_AWRDBDY
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_UC_REF_AWRDBDY, status:VALID,
-
PACKAGE BODY: APPS.IGS_UC_REF_AWRDBDY_PKG
12.1.1
-
TABLE: IGS.IGS_UC_REF_AWRDBDY
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_REF_AWRDBDY, object_name:IGS_UC_REF_AWRDBDY, status:VALID,
-
VIEW: APPS.IGSFV_UC_APPLICANT_RESULTS
12.1.1
-
Table: IGS_UC_COM_EBL_SUBJ
12.2.2
product: IGS - Student System (Obsolete) , description: Holds the list of subjects of an examining board. It synchronizes with UCAS view 'cvEBLSubject' , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_UC_REF_AWRDBDY_PKG dependencies on IGS_UC_REF_AWRDBDY_PKG
12.1.1
-
Table: 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, product: IGS - Student System , description: Holds the list of subjects of an examining board. It synchronizes with UCAS view 'cvEBLSubject' , implementation_dba_data: IGS.IGS_UC_COM_EBL_SUBJ ,
-
APPS.IGS_UC_PROC_COM_INST_DATA dependencies on IGS_UC_COM_EBL_SUBJ
12.1.1
-
PACKAGE BODY: APPS.IGS_UC_REF_AWRDBDY_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_UC_REF_AWRDBDY_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_UC_PROC_REFERENCE_DATA
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_UC_PROC_REFERENCE_DATA, status:VALID,
-
PACKAGE BODY: APPS.IGS_UC_PROC_COM_INST_DATA
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_UC_PROC_COM_INST_DATA, 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: 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 ,
-
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_PROC_REFERENCE_DATA SQL Statements
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IGS_UC_PROC_COM_INST_DATA SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_UC_PROC_COM_INST_DATA
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IGS_UC_PROC_REFERENCE_DATA
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'. ,
-
12.1.1 DBA Data
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'. ,