Search Results igs_he_st_uv_cc_all
Overview
IGS_HE_ST_UV_CC_ALL is a transaction table within the IGS (Student System) product schema of Oracle E-Business Suite, holding Higher Education Statistics Agency (HESA) UK statistics data for unit cost centre attribution. The table records the proportional distribution of a taught unit version across cost centres and subject categories, providing the statutory return figures required of UK higher education institutions. In the Oracle EBS 12.1.1 and 12.2.2 data model the object is registered under owner IGS, is marked VALID, and exposes twelve documented columns when generated from the ETRM 12.1.1 reference schema.
From a data-modelling perspective, the mined relationship profile classifies this object as satellite-leaning. It carries descriptive, time-stamped attributes that hang off a business entity, and its foreign key resolves to the parent unit-version entity rather than to another transactional aggregate. That classification is a heuristic suggestion only; the definitive structure is the physical schema documented in ETRM.
Key Information Stored
The twelve documented columns fall into three functional groups: the surrogate identifier, the composite business key, and the descriptive measures.
- HESA_ST_UV_CC_ID — the surrogate primary key, enforced by the constraint IGS_HE_ST_UV_CC_ALL_PK and by the unique index IGS_HE_ST_UV_CC_ALL_U1.
- UNIT_CD and VERSION_NUMBER — the unit code and version that identify the taught unit version being attributed. These columns also form the foreign key to IGS_PS_UNIT_VER_ALL.
- COST_CENTRE and SUBJECT — the HESA cost centre and subject classification to which the unit's activity is apportioned.
- PROPORTION — the share of the unit attributed to the given cost centre and subject combination.
- ORG_ID — the operating unit, enabling multi-organisation partitioning of the statistics data.
- CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN — the standard Oracle EBS who-column audit trail, recording insert and update provenance.
The composite business key is documented as IGS_HE_ST_UV_CC_ALL_U2 over (UNIT_CD, VERSION_NUMBER, COST_CENTRE, SUBJECT), which guarantees that a unit version cannot carry two rows for the same cost centre and subject pairing. The surrogate HESA_ST_UV_CC_ID remains the physical primary key.
Common Use Cases and Queries
The principal scenario is extraction of HESA unit cost centre returns for statutory submission, filtering by institution and academic period. Analysts also reconcile the sum of PROPORTION per unit version to confirm that full attribution has been captured, and use the table as a drill-down target when investigating cost centre allocations behind a programme of study.
A representative pattern joins the table to its parent unit version and aggregates the distribution:
SELECT c.UNIT_CD, c.VERSION_NUMBER, c.COST_CENTRE, c.SUBJECT, SUM(c.PROPORTION)FROM IGS_HE_ST_UV_CC_ALL cJOIN IGS_PS_UNIT_VER_ALL u ON u.UNIT_CD = c.UNIT_CD AND u.VERSION_NUMBER = c.VERSION_NUMBERWHERE c.ORG_ID = :p_org_id GROUP BY c.UNIT_CD, c.VERSION_NUMBER, c.COST_CENTRE, c.SUBJECT;
Validation queries against IGS_HE_ST_UV_CC_ALL_U2 surface duplicates introduced by bulk data loads, while audit-oriented queries order by LAST_UPDATE_DATE to isolate recently amended attributions.
Related Objects
The documented foreign key establishes the primary dependency: IGS_PS_UNIT_VER_ALL, the unit version entity, joined on UNIT_CD and VERSION_NUMBER. Because the object is a HESA statistics satellite, related statistics tables and validation routines typically resolve back to the same unit version parent, and reporting extracts commonly join to cost centre and subject reference data. Practically, the most significant dependencies are:
- IGS_PS_UNIT_VER_ALL — parent unit version entity; the single documented foreign key target.
- IGS_HE_ST_UV_CC_ALL_U1 / _U2 — unique indexes enforcing the surrogate and composite business keys.
- IGS_HE_ST_UV_CC_ALL_PK — primary key constraint on HESA_ST_UV_CC_ID.
- HESA return extraction concurrent programs and validation reports that consume the table for statutory UK statistics submissions.
- Cost centre and subject reference lookups used to render COST_CENTRE and SUBJECT values in reporting.
-
Table: IGS_HE_ST_UV_CC_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_ST_UV_CC_ALL, object_name:IGS_HE_ST_UV_CC_ALL, status:VALID, product: IGS - Student System , description: HESA UK statistics unit cost center details , implementation_dba_data: IGS.IGS_HE_ST_UV_CC_ALL ,
-
Table: IGS_HE_ST_UV_CC_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: HESA UK statistics unit cost center details , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.IGS_HE_ST_UV_CC_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_HE_ST_UV_CC_ALL, status:VALID,
-
VIEW: APPS.IGS_HE_ST_UNC_DTLS_V
12.1.1
-
VIEW: APPS.IGSBV_UNIT_STAT_COST_CENTRES
12.1.1
-
VIEW: APPS.IGSFV_UNIT_STAT_COST_CENTRES
12.1.1
-
VIEW: APPS.IGS_HE_ST_UV_CC
12.1.1
-
TABLE: IGS.IGS_HE_ST_UV_CC_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_ST_UV_CC_ALL, object_name:IGS_HE_ST_UV_CC_ALL, status:VALID,
-
View: IGSBV_UNIT_STAT_COST_CENTRES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_UNIT_STAT_COST_CENTRES, object_name:IGSBV_UNIT_STAT_COST_CENTRES, status:VALID, product: IGS - Student System , description: Base View for UK Statistics Unit Cost Center Details , implementation_dba_data: APPS.IGSBV_UNIT_STAT_COST_CENTRES ,
-
View: IGSFV_UNIT_STAT_COST_CENTRES
12.2.2
product: IGS - Student System (Obsolete) , description: Full View for UK Statistics Unit Cost Center Details , implementation_dba_data: Not implemented in this database ,
-
View: IGS_HE_ST_UNC_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_ST_UNC_DTLS_V, object_name:IGS_HE_ST_UNC_DTLS_V, status:VALID, product: IGS - Student System , description: Hesa Unit Cost center Details , implementation_dba_data: APPS.IGS_HE_ST_UNC_DTLS_V ,
-
View: IGSFV_UNIT_STAT_COST_CENTRES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UNIT_STAT_COST_CENTRES, object_name:IGSFV_UNIT_STAT_COST_CENTRES, status:VALID, product: IGS - Student System , description: Full View for UK Statistics Unit Cost Center Details , implementation_dba_data: APPS.IGSFV_UNIT_STAT_COST_CENTRES ,
-
View: IGSBV_UNIT_STAT_COST_CENTRES
12.2.2
product: IGS - Student System (Obsolete) , description: Base View for UK Statistics Unit Cost Center Details , implementation_dba_data: Not implemented in this database ,
-
View: IGS_HE_ST_UNC_DTLS_V
12.2.2
product: IGS - Student System (Obsolete) , description: Hesa Unit Cost center Details , implementation_dba_data: Not implemented in this database ,
-
View: IGS_HE_ST_UV_CC
12.2.2
product: IGS - Student System (Obsolete) , description: Hesa unit Cost center details , implementation_dba_data: Not implemented in this database ,
-
View: IGS_HE_ST_UV_CC
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_ST_UV_CC, object_name:IGS_HE_ST_UV_CC, status:VALID, product: IGS - Student System , description: Hesa unit Cost center details , implementation_dba_data: APPS.IGS_HE_ST_UV_CC ,
-
APPS.IGS_HE_UV_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_HE_ST_UV_CC
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_ST_UV_CC, object_name:IGS_HE_ST_UV_CC, status:VALID,
-
VIEW: APPS.IGSBV_UNIT_STAT_COST_CENTRES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_UNIT_STAT_COST_CENTRES, object_name:IGSBV_UNIT_STAT_COST_CENTRES, status:VALID,
-
VIEW: APPS.IGS_HE_ST_UNC_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_ST_UNC_DTLS_V, object_name:IGS_HE_ST_UNC_DTLS_V, status:VALID,
-
Table: IGS_PS_UNIT_VER_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_VER_ALL, object_name:IGS_PS_UNIT_VER_ALL, status:VALID, product: IGS - Student System , description: This entity describes a version of a unit, which is offered by the university. , implementation_dba_data: IGS.IGS_PS_UNIT_VER_ALL ,
-
Table: IGS_PS_UNIT_VER_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes a version of a unit, which is offered by the university. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSFV_UNIT_STAT_COST_CENTRES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UNIT_STAT_COST_CENTRES, object_name:IGSFV_UNIT_STAT_COST_CENTRES, status:VALID,
-
PACKAGE BODY: APPS.IGS_HE_UV_PKG
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IGS_HE_UV_PKG dependencies on IGS_HE_UNT_OU_CC_PKG
12.1.1
-
APPS.IGS_HE_UV_PKG dependencies on IGS_HE_UNT_OU_CC
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'. ,