Search Results module_length
Overview
The IGSBV_UNIT_UK_STATISTICS view is a read-only reporting object owned by the APPS schema within the Oracle E-Business Suite Student System (IGS) product family. Its documented purpose is to serve as the "Base View for UK Statistics Unit Details." It exposes attributes of academic units that are relevant to United Kingdom statutory statistical returns — principally the Higher Education Statistics Agency (HESA) data collections. The BV prefix conventionally denotes a "base view," indicating that the object is intended as a stable foundation layer over which further reporting views, concurrent program extracts, or integration queries may be constructed.
Because the view is defined with the WITH READ ONLY clause, it cannot be used as a DML target. It is strictly a query and reporting interface. In an EBS 12.1.1 or 12.2.2 environment, it functions as an abstraction layer that shields downstream reporting from the physical structure of the underlying transaction table.
Underlying Base Objects
The view text documented in the ETRM metadata shows that IGSBV_UNIT_UK_STATISTICS is defined over a single base table: IGS_HE_ST_UNT_VS_ALL, aliased as UNT. The _ALL suffix is consistent with the multi-organization (partitioned by operating unit or organization) table convention used throughout EBS, where a corresponding _V or filtered view typically restricts rows by organization context. The base view performs no joins, aggregations, or calculated expressions; it is a direct projection of selected columns, applying column aliases only. Notably, the ETRM 12.2.2 documented metadata records no referenced base objects, so the view text excerpt remains the authoritative source for this dependency.
Key Columns
HESA_STATS_UNIT_ID— Surrogate identifier for the UK statistics unit record, derived fromHESA_ST_UNT_VS_ID. This is the primary key of the base table.UNIT_CODE— The code identifying the academic unit (module or unit of study).UNIT_VERSION_NUMBER— ExposesVERSION_NUMBERfrom the base table. Since a unit can have multiple versions over time, this column is the version discriminator that distinguishes one iteration of a unit from another.PROP_TAUGHT_IN_WELSH— The proportion of teaching delivered through the medium of Welsh, a HESA-required attribute.UNIT_LOCATION_CODE— The location at which the unit is delivered.CREDIT_TRANSFER_SCHEME— Indicates the credit transfer scheme applicable to the unit.PROP_OF_FTE— The proportion of full-time equivalent study represented by the unit.MODULE_LENGTH— The length of the module or unit.EXCLUDE_FLAG— Flag indicating whether the unit is excluded from statistical reporting.- Audit columns —
CREATED_BY,CREATION_DATE,LAST_UPDATED_BY, andLAST_UPDATE_DATEprovide standard EBS WHO-column lineage.
Common Use Cases and Queries
Typical usage centres on extraction of unit-level data for HESA returns, validation of statistical attributes prior to submission, and reconciliation of versioned unit records.
- Retrieve all statistical units for a specific unit code across all of its versions, using
UNIT_VERSION_NUMBERto order or filter:
SELECT UNIT_CODE, UNIT_VERSION_NUMBER, UNIT_LOCATION_CODE, PROP_OF_FTE, EXCLUDE_FLAG FROM APPS.IGSBV_UNIT_UK_STATISTICS WHERE UNIT_CODE = :p_unit_code ORDER BY UNIT_VERSION_NUMBER;
- Isolate the latest version of each unit using an analytic function, which is useful when only the current statistical record should be reported.
- Filter out excluded units before a statutory extract:
... WHERE EXCLUDE_FLAG = 'N'; - Audit recently changed records using
LAST_UPDATE_DATEwithin a date range.
Because the view is read-only and unaggregated, it is safe to embed in downstream custom views and BI Publisher data models without risk of DML side effects.
-
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: IGS_HE_ST_UNT_VS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_ST_UNT_VS, object_name:IGS_HE_ST_UNT_VS, status:VALID, product: IGS - Student System , description: HESA Unit Details , implementation_dba_data: APPS.IGS_HE_ST_UNT_VS ,
-
VIEW: APPS.IGSFV_UNIT_UK_STATISTICS
12.1.1
-
VIEW: APPS.IGSBV_UNIT_UK_STATISTICS
12.1.1
-
VIEW: APPS.IGS_HE_ST_UNT_VS
12.1.1
-
View: IGS_HE_ST_UNT_VS
12.2.2
product: IGS - Student System (Obsolete) , description: HESA 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: 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 ,
-
TABLE: IGS.IGS_HE_ST_UNT_VS_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_ST_UNT_VS_ALL, object_name:IGS_HE_ST_UNT_VS_ALL, status:VALID,
-
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.IGS_HE_ST_UNT_VS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_ST_UNT_VS, object_name:IGS_HE_ST_UNT_VS, 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: APPS.IGS_HE_ST_UNV_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_ST_UNV_DTLS_V, object_name:IGS_HE_ST_UNV_DTLS_V, status:VALID,
-
View: IGS_HE_ST_UNV_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_ST_UNV_DTLS_V, object_name:IGS_HE_ST_UNV_DTLS_V, status:VALID, product: IGS - Student System , description: Hesa Unit Details , implementation_dba_data: APPS.IGS_HE_ST_UNV_DTLS_V ,
-
View: IGS_HE_ST_UNV_DTLS_V
12.2.2
product: IGS - Student System (Obsolete) , description: Hesa Unit Details , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_HE_UV_PKG SQL Statements
12.1.1
-
APPS.IGS_HE_ST_UNT_VS_ALL_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_HE_UV_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_HE_ST_UNT_VS_ALL_PKG
12.1.1
-
APPS.IGS_HE_UV_PKG dependencies on IGS_HE_ST_UNT_VS
12.1.1
-
APPS.IGS_HE_ST_UNT_VS_ALL_PKG dependencies on IGS_HE_ST_UNT_VS_ALL
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'. ,