Search Results igs_he_st_uv_cc_all
Overview
The IGS_HE_ST_UV_CC_ALL table is a core data structure within the Oracle E-Business Suite Student System (IGS) module. It is specifically designed to support statutory reporting requirements for the United Kingdom's Higher Education Statistics Agency (HESA). The table's primary function is to store and manage unit cost center details, which are essential for mapping academic units to specific financial cost centers for the purpose of generating HESA-compliant statistical returns. This linkage between the academic unit structure and financial costing is critical for institutions to meet their mandatory UK government reporting obligations within the Oracle EBS framework, versions 12.1.1 and 12.2.2.
Key Information Stored
The table stores the relationship between a unit offering and its associated cost center for HESA reporting. While the full column list is not detailed in the provided metadata, the documented primary and foreign keys reveal its core structure. The primary key column, HESA_ST_UV_CC_ID, uniquely identifies each record. The table's essential foreign key relationship is established through the UNIT_CD and VERSION_NUMBER columns, which link directly to the IGS_PS_UNIT_VER_ALL table. This connection anchors the HESA cost center data to a specific version of an academic unit. Additional columns in the table would typically store the applicable cost center code, effective dates, and other control attributes necessary for accurate and auditable statutory reporting.
Common Use Cases and Queries
The primary use case for this table is the extraction of data for the annual HESA student and staff returns. Reports and interfaces will query this table to determine the correct financial cost center to associate with a student's unit enrollment or a staff member's teaching activity. A typical query pattern involves joining this table to the unit version and student unit attempt or staff assignment tables. For example, to list all units with their assigned HESA cost centers, a query would be: SELECT uv.unit_cd, uv.version_number, cc.cost_center_code FROM igs_ps_unit_ver_all uv, igs_he_st_uv_cc_all cc WHERE uv.unit_cd = cc.unit_cd AND uv.version_number = cc.version_number AND SYSDATE BETWEEN cc.start_date AND NVL(cc.end_date, SYSDATE);. Data integrity checks are another common scenario, such as identifying unit versions missing a required HESA cost center mapping.
Related Objects
The table has defined dependencies within the Student System schema, as per the provided relationship data.
- Primary Key: IGS_HE_ST_UV_CC_ALL_PK on column HESA_ST_UV_CC_ID.
- Foreign Key (References): The table has a critical foreign key relationship to the IGS_PS_UNIT_VER_ALL table. This relationship ensures that every cost center record is associated with a valid academic unit version. The join is performed on the composite key: IGS_HE_ST_UV_CC_ALL.UNIT_CD = IGS_PS_UNIT_VER_ALL.UNIT_CD and IGS_HE_ST_UV_CC_ALL.VERSION_NUMBER = IGS_PS_UNIT_VER_ALL.VERSION_NUMBER.
This table is likely referenced by HESA-specific extract programs, views, and interfaces within the IGS product family to assemble the complete data set for UK statutory submissions.
-
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
-
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: APPS.IGS_HE_ST_UV_CC
12.1.1
-
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 ,
-
APPS.IGS_HE_UV_PKG dependencies on IGS_HE_UNT_OU_CC_PKG
12.1.1
-
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: 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: 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 dependencies on IGS_HE_UNT_OU_CC
12.1.1
-
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 DBA Data
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
-
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'. ,