Search Results credit_transfer_scheme_desc
Overview
IGSFV_UNIT_UK_STATISTICS is a read-only view in the Oracle E-Business Suite IGS (Student System) product family, catalogued under the obsolete Student System module set. It is described in the ETRM metadata as the "Full View for UK Statistics Unit Details," indicating its purpose is to expose the unit-level attributes required for United Kingdom statutory higher-education returns, principally those submitted to HESA (Higher Education Statistics Agency). The view consolidates identifying, descriptive, location, credit-transfer, and teaching-proportion information for student units into a single flattened reporting structure, removing the need for downstream reports and interfaces to reassemble these attributes from multiple transactional tables.
The specific search term associated with this object, "credit_transfer_scheme_desc," corresponds to the CREDIT_TRANSFER_SCHEME_DESC column, a derived attribute that resolves a coded credit transfer scheme value into its human-readable description. Because the view is documented as "Not implemented in this database," the metadata record is retained for reference and historical comparison rather than active runtime use. In practice, IGSFV_UNIT_UK_STATISTICS serves as a reporting and integration convenience object for UK regulatory extracts rather than as a transactional entity.
Underlying Base Objects
The documented view text identifies two primary base tables, joined on unit code and version number:
- IGS_HE_ST_UNT_VS_ALL — the HESA statistics unit version detail table, aliased UNT. This is the driving table supplying the statistics-unit identifier, unit code, version number, teaching-in-Welsh proportion, location code, credit transfer scheme, FTE proportion, module length, exclusion flag, and audit columns.
- IGS_PS_UNIT_VER_ALL — the unit version table, aliased UV. This supplies the unit title, short title, and abbreviation, joined to the statistics table on both UNIT_CD and VERSION_NUMBER.
Two correlated scalar subqueries further resolve descriptive values: IGS_AD_LOCATION_ALL supplies LOCATION_DESC from the unit location code, and IGS_HE_CODE_VALUES supplies CREDIT_TRANSFER_SCHEME_DESC where CODE_TYPE equals 'OSS_CRDTSCM' and VALUE matches CREDIT_TRANSFER_SCHEME. The ETRM metadata records no separately documented referenced base objects, and the view is declared WITH READ ONLY, confirming it is non-updatable and intended strictly for query access.
Key Columns
- HESA_STATS_UNIT_ID — the HESA statistics unit version identifier (UNT.HESA_ST_UNT_VS_ID), the primary key of the driving record.
- UNIT_CODE / UNIT_VERSION_NUMBER — the unit's identifying code and version, used as the join keys to the unit version table.
- UNIT_TITLE, UNIT_SHORT_TITLE, UNIT_ABBREVIATION — descriptive unit names sourced from IGS_PS_UNIT_VER_ALL.
- PROP_TAUGHT_IN_WELSH — the proportion of teaching delivered in Welsh, a UK-specific statistics attribute.
- UNIT_LOCATION_CODE / LOCATION_DESC — the location code held on the statistics record and its resolved description.
- CREDIT_TRANSFER_SCHEME / CREDIT_TRANSFER_SCHEME_DESC — the coded credit transfer scheme and its decoded description from IGS_HE_CODE_VALUES (CODE_TYPE 'OSS_CRDTSCM'). This pair is the object of the user's search.
- PROP_OF_FTE — the unit's proportion of full-time-equivalent student load.
- MODULE_LENGTH, EXCLUDE_FLAG — module length indicator and exclusion flag used to filter records out of statutory returns.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE — standard audit columns.
Common Use Cases and Queries
The principal use case is generating UK HESA unit statistics extracts, where the description of each credit transfer scheme must be reported alongside its code. Typical patterns include filtering by exclusion flag, aggregating FTE proportions, and reporting teaching-in-Welsh proportions by location.
- Listing all units with a decoded credit transfer scheme for a submission:
SELECT unit_code, unit_version_number, credit_transfer_scheme, credit_transfer_scheme_desc FROM igsfv_unit_uk_statistics; - Excluding flagged units:
SELECT unit_code, unit_title, prop_of_fte FROM igsfv_unit_uk_statistics WHERE exclude_flag IS NULL; - Grouping by location:
SELECT location_desc, COUNT(*) FROM igsfv_unit_uk_statistics GROUP BY location_desc;
Because the view is obsolete and reported as not implemented, queries should be validated against the current database before being embedded in production extracts.
-
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 ,
-
VIEW: APPS.IGSFV_UNIT_UK_STATISTICS
12.1.1
-
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: IGS_HE_ST_PRG_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_ST_PRG_DTLS_V, object_name:IGS_HE_ST_PRG_DTLS_V, status:VALID, product: IGS - Student System , description: Stores HESA Program details , implementation_dba_data: APPS.IGS_HE_ST_PRG_DTLS_V ,
-
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_PRG_DTLS_V
12.2.2
product: IGS - Student System (Obsolete) , description: Stores HESA Program details , implementation_dba_data: Not implemented in this database ,
-
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: 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 ,
-
VIEW: APPS.IGS_HE_ST_PRG_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_ST_PRG_DTLS_V, object_name:IGS_HE_ST_PRG_DTLS_V, status:VALID,
-
VIEW: APPS.IGS_HE_ST_PRG_DTLS_V
12.1.1
-
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'. ,