Search Results igs_he_unt_ou_cc
Overview
The IGS_HE_UNT_OU_CC table is a transactional data object in the Oracle E-Business Suite Student System (IGS) product family. It was introduced as a replacement for the legacy unit-level cost centre table, extending the earlier design so that organization unit details can be recorded alongside cost centre details for a given academic unit and version. This dual purpose reflects the reporting demands of higher education institutions, where cost allocation must be traceable both to the delivering organizational unit and to the funding cost centre under which activity is booked.
The table resides in the IGS schema and is fully valid in both Oracle EBS 12.1.1 and 12.2.2. Under the heuristic Data Vault classification mined from its foreign-key structure, the table is identified as standalone — that is, it carries no outbound foreign keys to other documented parents. From a modeling perspective, this suggests it is best treated as a satellite-like structure: its rows hold descriptive and proportional attributes (cost centre, organizational unit, subject, proportion) attached to a unit/version business key, rather than acting as a link that resolves relationships between two independent hubs.
Key Information Stored
The table contains twelve documented columns. The surrogate primary key, enforced by the unique index IGS_HE_UNT_OU_CC_PK, is HESA_UNIT_CC_ID, a system-generated identifier that uniquely distinguishes each row. A second unique index, IGS_HE_UNT_OU_CC_U1, defines the business key and comprises UNIT_CD, VERSION_NUMBER, ORG_UNIT_CD, COST_CENTRE, and SUBJECT. The presence of this composite uniqueness constraint means that, for a single unit and version, the combination of organizational unit, cost centre, and subject can appear only once.
- UNIT_CD — the academic unit code to which the cost centre allocation belongs.
- VERSION_NUMBER — the version of the unit record, supporting version-controlled maintenance of cost centre data.
- ORG_UNIT_CD — the organization unit responsible for the activity being costed.
- COST_CENTRE — the cost centre against which the activity is allocated.
- SUBJECT — the subject classification associated with the allocation line.
- PROPORTION — the share or weighting attributable to the combination, allowing split allocations across multiple cost centres.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — the standard Oracle EBS audit columns capturing who created and last modified the row, when, and through which login session.
Common Use Cases and Queries
Typical usage centers on cost allocation reporting and the reconciliation of unit activity against institutional cost centres. A common query retrieves all cost centre allocations for a specific unit and version:
SELECT org_unit_cd, cost_centre, subject, proportion FROM igs_he_unt_ou_cc WHERE unit_cd = :unit AND version_number = :version;- Aggregating proportion by cost centre to validate that totals reconcile to 100 percent for a unit/version.
- Joining to historical data extracts to compare cost centre assignments between versions of the same unit.
- Auditing changes using LAST_UPDATED_BY and LAST_UPDATE_DATE to identify recently amended allocations.
Related Objects
The metadata classifies this table as standalone, with no documented foreign keys to parent tables. Nonetheless, it is functionally associated with the following objects:
- IGS_HE_UNIT — the parent unit entity; join on UNIT_CD and VERSION_NUMBER.
- IGS_HE_UNIT_VERSION — version control for unit records, supplying VERSION_NUMBER context.
- HR_ALL_ORGANIZATION_UNITS — resolves ORG_UNIT_CD to organization unit names and hierarchies.
- GL_CODE_COMBINATIONS / FND_FLEX_VALUES — validate and describe COST_CENTRE values.
- IGS_HE_UNIT_CC — the legacy cost centre table that this object supersedes.
- IGS_HE_UNT_OU_CC_PK and IGS_HE_UNT_OU_CC_U1 — the supporting unique indexes enforcing identity and business-key integrity.
-
Table: IGS_HE_UNT_OU_CC
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_UNT_OU_CC, object_name:IGS_HE_UNT_OU_CC, status:VALID, product: IGS - Student System , description: A new table to replace the existing cost center table at unit level to allow users to record org unit details along with the cost center details for a unit/version , implementation_dba_data: IGS.IGS_HE_UNT_OU_CC ,
-
Table: IGS_HE_UNT_OU_CC
12.2.2
product: IGS - Student System (Obsolete) , description: A new table to replace the existing cost center table at unit level to allow users to record org unit details along with the cost center details for a unit/version , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSBV_UNIT_HESA_COST_CENTRES
12.1.1
-
SYNONYM: APPS.IGS_HE_UNT_OU_CC
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_HE_UNT_OU_CC, status:VALID,
-
APPS.IGS_HE_UNT_OU_CC_PKG SQL Statements
12.1.1
-
APPS.IGS_HE_UV_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGSFV_UNIT_HESA_COST_CENTRES
12.1.1
-
VIEW: APPS.IGS_HE_UNT_OU_CC_V
12.1.1
-
TABLE: IGS.IGS_HE_UNT_OU_CC
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_UNT_OU_CC, object_name:IGS_HE_UNT_OU_CC, status:VALID,
-
PACKAGE BODY: APPS.IGS_HE_UNT_OU_CC_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_HE_UV_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_HE_UV_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_HE_UNT_OU_CC_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_HE_UNT_OU_CC_PKG, status:VALID,
-
View: IGSBV_UNIT_HESA_COST_CENTRES
12.2.2
product: IGS - Student System (Obsolete) , description: Base business view to allow queries on Unit HESA Cost Center Details , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_UNIT_HESA_COST_CENTRES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_UNIT_HESA_COST_CENTRES, object_name:IGSBV_UNIT_HESA_COST_CENTRES, status:VALID, product: IGS - Student System , description: Base business view to allow queries on Unit HESA Cost Center Details , implementation_dba_data: APPS.IGSBV_UNIT_HESA_COST_CENTRES ,
-
View: IGSFV_UNIT_HESA_COST_CENTRES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UNIT_HESA_COST_CENTRES, object_name:IGSFV_UNIT_HESA_COST_CENTRES, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_UNIT_HESA_COST_CENTRES ,
-
View: IGSFV_UNIT_HESA_COST_CENTRES
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_HE_UV_PKG
12.1.1
-
View: IGS_HE_UNT_OU_CC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_UNT_OU_CC_V, object_name:IGS_HE_UNT_OU_CC_V, status:VALID, product: IGS - Student System , description: A new view to replace the existing cost center table at unit level to allow users to record org unit details along with the cost center details for a unit/version , implementation_dba_data: APPS.IGS_HE_UNT_OU_CC_V ,
-
VIEW: APPS.IGSBV_UNIT_HESA_COST_CENTRES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_UNIT_HESA_COST_CENTRES, object_name:IGSBV_UNIT_HESA_COST_CENTRES, status:VALID,
-
View: IGS_HE_UNT_OU_CC_V
12.2.2
product: IGS - Student System (Obsolete) , description: A new view to replace the existing cost center table at unit level to allow users to record org unit details along with the cost center details for a unit/version , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSFV_UNIT_HESA_COST_CENTRES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UNIT_HESA_COST_CENTRES, object_name:IGSFV_UNIT_HESA_COST_CENTRES, status:VALID,
-
PACKAGE BODY: APPS.IGS_HE_EXTRACT_FIELDS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_HE_EXTRACT_FIELDS_PKG, status:VALID,
-
VIEW: APPS.IGS_HE_UNT_OU_CC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_UNT_OU_CC_V, object_name:IGS_HE_UNT_OU_CC_V, status:VALID,
-
APPS.IGS_HE_EXTRACT_FIELDS_PKG SQL Statements
12.1.1
-
APPS.IGS_HE_UV_PKG dependencies on IGS_HE_UNT_OU_CC
12.1.1
-
APPS.IGS_HE_UNT_OU_CC_PKG dependencies on IGS_HE_UNT_OU_CC
12.1.1
-
APPS.IGS_HE_EXTRACT_FIELDS_PKG dependencies on IGS_HE_UNT_OU_CC
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
-
APPS.IGS_HE_EXTRACT_FIELDS_PKG dependencies on IGS_PS_TCH_RESP
12.1.1
-
APPS.IGS_HE_EXTRACT_FIELDS_PKG dependencies on IGS_EN_SU_ATTEMPT_ALL
12.1.1
-
APPS.IGS_HE_EXTRACT_FIELDS_PKG dependencies on IGS_HE_ST_UNT_VS_ALL
12.1.1
-
APPS.IGS_HE_UNT_OU_CC_PKG dependencies on IGS_HE_UNT_OU_CC_PKG
12.1.1
-
APPS.IGS_HE_EXTRACT_FIELDS_PKG dependencies on IGS_HE_ST_UNT_VS
12.1.1
-
APPS.IGS_HE_EXTRACT_FIELDS_PKG dependencies on IGS_EN_SU_ATTEMPT
12.1.1
-
PACKAGE BODY: APPS.IGS_HE_EXTRACT_FIELDS_PKG
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'. ,