Search Results prop_taught_in_welsh
Overview
IGSBV_UNIT_UK_STATISTICS is a read-only Oracle EBS view owned by the APPS schema. It exposes statutory Higher Education Statistics Agency (HESA) unit-level data for United Kingdom institutions, drawing on the unit statistics entity maintained under the IGS (Student Systems) product family. In EBS 12.1.1 and 12.2.2, the object functions as a reporting and integration surface for regulatory extracts: it presents a flattened, presentation-ready projection of unit-of-study statistical attributes required for UK statutory returns, including the proportion of teaching delivered through the medium of Welsh. Because the view is created with the WITH READ ONLY clause and its definition closes with the phrase "WITH READ ONLY", no DML can be issued against it; it exists strictly to be queried.
Underlying Base Objects
The view is defined over a single documented base object, IGS_HE_ST_UNT_VS_ALL, aliased as UNT in the view text. No additional joins, aggregations, or lookup tables are documented in the ETRM metadata; the view is a straightforward column projection rather than a transformation. The base object name suggests a HESA student-unit statistics record keyed by version (the "_VS_" segment)," with "_ALL" typically indicating an unfiltered superset across organization or version contexts. Every column in the view maps one-to-one to a column with the same or a similarly named definition in the base object, so the view adds no filtering logic of its own. Consumers requiring the full breadth of unit statistical attributes should query IGS_HE_ST_UNT_VS_ALL directly; the view should be used where only the documented columns are needed.
Key Columns
- HESA_STATS_UNIT_ID (from HESA_ST_UNT_VS_ID) — Primary identifier for the HESA unit statistics row; the natural join key across related entities.
- UNIT_CODE (UNIT_CD) — Code identifying the unit of study.
- UNIT_VERSION_NUMBER (VERSION_NUMBER) — Version of the unit record, allowing historical tracking of statutory data.
- PROP_TAUGHT_IN_WELSH (PROP_OF_TEACHING_IN_WELSH) — The proportion of teaching delivered in Welsh, the attribute most directly associated with the search term "prop_taught_in_welsh". Note the alias name differs from the base column name.
- UNIT_LOCATION_CODE (LOCATION_CD) — Location at which the unit is delivered.
- CREDIT_TRANSFER_SCHEME — Credit transfer scheme applicable to the unit.
- PROP_OF_FTE — Proportion of full-time equivalent study represented by the unit.
- MODULE_LENGTH — Duration of the module or unit.
- EXCLUDE_FLAG — Indicator used to exclude the record from statutory reporting.
- CREATED_BY / CREATION_DATE / LAST_UPDATED_BY / LAST_UPDATE_DATE — Standard audit columns for lineage and change tracking.
Common Use Cases and Queries
The primary use case is preparation of HESA unit-level extracts, particularly Welsh-medium provision reporting, and reconciliation of statutory data ahead of submission. The view is also suitable for ad hoc auditing of versioned unit statistics and for validating EXCLUDE_FLAG handling. Typical queries include:
- Retrieving all Welsh-teaching proportions for a given unit: SELECT unit_code, unit_version_number, prop_taught_in_welsh FROM apps.igsbv_unit_uk_statistics WHERE unit_code = :code;
- Identifying units with non-zero Welsh provision while excluding suppressed records: SELECT unit_code, unit_location_code, prop_taught_in_welsh FROM apps.igsbv_unit_uk_statistics WHERE prop_taught_in_welsh > 0 AND exclude_flag = 'N';
- Auditing recent changes using the audit columns: SELECT hesa_stats_unit_id, last_updated_by, last_update_date FROM apps.igsbv_unit_uk_statistics WHERE last_update_date >= TRUNC(SYSDATE) - 30;
- Joining to unit-of-study definitions by HESA_STATS_UNIT_ID or by UNIT_CODE and UNIT_VERSION_NUMBER for institutional reporting.
Because the view carries no WHERE predicate, deployers concerned with data volume should add their own filters on unit code, version, or organization context as appropriate to the statutory reporting scope.
-
VIEW: APPS.IGSBV_UNIT_UK_STATISTICS
12.1.1
-
View: IGSBV_UNIT_UK_STATISTICS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_UNIT_UK_STATISTICS, object_name:IGSBV_UNIT_UK_STATISTICS, status:VALID, product: IGS - Student System , description: Base View for UK Statistics Unit Details , implementation_dba_data: APPS.IGSBV_UNIT_UK_STATISTICS ,
-
View: IGSBV_UNIT_UK_STATISTICS
12.2.2
product: IGS - Student System (Obsolete) , description: Base View for UK Statistics Unit Details , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_UNIT_UK_STATISTICS
12.2.2
product: IGS - Student System (Obsolete) , description: Full View for UK Statistics Unit Details , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_UNIT_UK_STATISTICS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UNIT_UK_STATISTICS, object_name:IGSFV_UNIT_UK_STATISTICS, status:VALID, product: IGS - Student System , description: Full View for UK Statistics Unit Details , implementation_dba_data: APPS.IGSFV_UNIT_UK_STATISTICS ,
-
View: IGSBV_PROGRAM_UK_STATISTICS
12.2.2
product: IGS - Student System (Obsolete) , description: Base View for UK Statistics Program Details , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSFV_UNIT_UK_STATISTICS
12.1.1
-
View: IGSBV_PROGRAM_UK_STATISTICS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PROGRAM_UK_STATISTICS, object_name:IGSBV_PROGRAM_UK_STATISTICS, status:VALID, product: IGS - Student System , description: Base View for UK Statistics Program Details , implementation_dba_data: APPS.IGSBV_PROGRAM_UK_STATISTICS ,
-
VIEW: APPS.IGSBV_PROGRAM_UK_STATISTICS
12.1.1
-
VIEW: APPS.IGSBV_UNIT_UK_STATISTICS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_UNIT_UK_STATISTICS, object_name:IGSBV_UNIT_UK_STATISTICS, status:VALID,
-
VIEW: APPS.IGSFV_UNIT_UK_STATISTICS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UNIT_UK_STATISTICS, object_name:IGSFV_UNIT_UK_STATISTICS, status:VALID,
-
View: IGSFV_PROGRAM_UK_STATISTICS
12.2.2
product: IGS - Student System (Obsolete) , description: Full View for UK Statistics Program Details , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_PROGRAM_UK_STATISTICS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PROGRAM_UK_STATISTICS, object_name:IGSFV_PROGRAM_UK_STATISTICS, status:VALID, product: IGS - Student System , description: Full View for UK Statistics Program Details , implementation_dba_data: APPS.IGSFV_PROGRAM_UK_STATISTICS ,
-
VIEW: APPS.IGSBV_PROGRAM_UK_STATISTICS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PROGRAM_UK_STATISTICS, object_name:IGSBV_PROGRAM_UK_STATISTICS, status:VALID,
-
VIEW: APPS.IGSFV_PROGRAM_UK_STATISTICS
12.1.1
-
VIEW: APPS.IGSFV_PROGRAM_UK_STATISTICS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PROGRAM_UK_STATISTICS, object_name:IGSFV_PROGRAM_UK_STATISTICS, status:VALID,
-
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'. ,