Search Results cost_centre
Overview
The IGS.IGS_HE_ST_PROG_CC table is a data structure within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically in the IGS (Oracle Student Management) product family. Its primary role is to store Higher Education Statistics Agency (HESA) cost center details defined at the program version level. As indicated by its status, this table is marked as 'Obsolete' within the provided metadata, signifying it is part of a legacy data model that may be superseded by newer structures in current implementations. It serves as a junction table to associate a specific program version with one or more financial cost centers and academic subjects, including a proportional allocation.
Key Information Stored
The table's columns capture the core identifiers, financial coding, and audit information. The primary identifier is the system-generated HE_PROG_CC_ID. The program context is defined by the COURSE_CD (Program Code) and VERSION_NUMBER. The key HESA financial and academic attributes are the COST_CENTRE code and the SUBJECT code. The PROPORTION column holds the percentage allocation for this specific cost center and subject combination within the program version. Standard EBS WHO columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) complete the record for auditing purposes.
Common Use Cases and Queries
This table supports reporting and data extraction for HESA statutory returns, enabling institutions to analyze and report on the financial and subject-based composition of their academic programs. A typical use case involves generating a breakdown of all cost centers and subjects associated with a specific program. The following query pattern, derived from the ETRM, is fundamental for data extraction:
- Retrieve Full Program Cost Center Details:
SELECT HE_PROG_CC_ID, COURSE_CD, VERSION_NUMBER, COST_CENTRE, SUBJECT, PROPORTION FROM IGS.IGS_HE_ST_PROG_CC WHERE COURSE_CD = :PROG_CODE AND VERSION_NUMBER = :VERSION; - Aggregate Proportional Allocations:
SELECT COST_CENTRE, SUBJECT, SUM(PROPORTION) FROM IGS.IGS_HE_ST_PROG_CC GROUP BY COURSE_CD, VERSION_NUMBER, COST_CENTRE, SUBJECT HAVING SUM(PROPORTION) != 100;This can help identify records where the total proportion for a program version does not sum to 100%.
Related Objects
Based on the provided dependency information, the IGS.IGS_HE_ST_PROG_CC table is referenced by an object within the APPS schema named IGS_HE_ST_PROG_CC. The nature of this object (likely a synonym or view) is not fully detailed but establishes a direct dependency. The table's primary key (HE_PROG_CC_ID) is enforced by the unique index IGS_HE_ST_PROG_CC_PK. A second unique index, IGS_HE_ST_PROG_CC_U1, enforces a business key constraint on the combination of COURSE_CD, VERSION_NUMBER, COST_CENTRE, and SUBJECT, preventing duplicate assignments for the same program version.
-
TABLE: IGS.IGS_HE_ST_PROG_CC
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_ST_PROG_CC, object_name:IGS_HE_ST_PROG_CC, status:VALID,
-
TABLE: IGS.IGS_HE_OU_CC
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_OU_CC, object_name:IGS_HE_OU_CC, status:VALID,
-
TABLE: IGS.IGS_HE_EN_SUSA_CC
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_EN_SUSA_CC, object_name:IGS_HE_EN_SUSA_CC, status:VALID,
-
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,
-
TABLE: IGS.IGS_HE_PROG_OU_CC
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_PROG_OU_CC, object_name:IGS_HE_PROG_OU_CC, status:VALID,
-
TABLE: IGS.IGS_HE_ST_SPA_CC
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_ST_SPA_CC, object_name:IGS_HE_ST_SPA_CC, status:VALID,
-
View: IGS_HE_POOUS_OU_CC_V
12.2.2
product: IGS - Student System (Obsolete) , description: A new view to replace the existing cost center table at year of program level to allow users to record org unit details along with the cost center details for a year of program , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_HE_POOUS_OU_CC
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_POOUS_OU_CC, object_name:IGS_HE_POOUS_OU_CC, status:VALID,
-
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,
-
View: IGS_HE_OU_CC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_OU_CC_V, object_name:IGS_HE_OU_CC_V, status:VALID, product: IGS - Student System , description: A new view to hold HESA cost center, subject and proportion details defined for an organizational unit , implementation_dba_data: APPS.IGS_HE_OU_CC_V ,
-
VIEW: APPS.IGS_HE_POOUS_OU_CC_V
12.1.1
-
View: IGS_HE_OU_CC_V
12.2.2
product: IGS - Student System (Obsolete) , description: A new view to hold HESA cost center, subject and proportion details defined for an organizational unit , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_HE_OU_CC_PKG dependencies on IGS_HE_OU_CC
12.1.1
-
View: IGS_HE_POOUS_OU_CC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_POOUS_OU_CC_V, object_name:IGS_HE_POOUS_OU_CC_V, status:VALID, product: IGS - Student System , description: A new view to replace the existing cost center table at year of program level to allow users to record org unit details along with the cost center details for a year of program , implementation_dba_data: APPS.IGS_HE_POOUS_OU_CC_V ,
-
View: IGS_HE_PROG_OU_CC_V
12.2.2
product: IGS - Student System (Obsolete) , description: A new view to replace the existing cost center table at program level to allow users to record org unit details along with the cost center details for a program/version , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_HE_OU_CC_V
12.1.1
-
VIEW: APPS.PAY_AU_ASG_PAY_RUNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_AU_ASG_PAY_RUNS_V, object_name:PAY_AU_ASG_PAY_RUNS_V, status:VALID,
-
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.PAY_AU_ASG_PAY_RUNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_AU_ASG_PAY_RUNS_V, object_name:PAY_AU_ASG_PAY_RUNS_V, status:VALID,
-
APPS.IGS_HE_ST_SPA_CC_PKG dependencies on IGS_HE_ST_SPA_CC
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: IGS_HE_PROG_OU_CC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_PROG_OU_CC_V, object_name:IGS_HE_PROG_OU_CC_V, status:VALID, product: IGS - Student System , description: A new view to replace the existing cost center table at program level to allow users to record org unit details along with the cost center details for a program/version , implementation_dba_data: APPS.IGS_HE_PROG_OU_CC_V ,
-
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 ,
-
APPS.IGS_HE_POOUS_OU_CC_PKG dependencies on IGS_HE_POOUS_OU_CC
12.1.1
-
VIEW: APPS.IGS_HE_PROG_OU_CC_V
12.1.1
-
VIEW: APPS.IGS_HE_UNT_OU_CC_V
12.1.1
-
VIEW: APPS.IGS_HE_EN_SUSA_CC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_EN_SUSA_CC_V, object_name:IGS_HE_EN_SUSA_CC_V, status:VALID,
-
VIEW: APPS.IGS_HE_POOUS_OU_CC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_POOUS_OU_CC_V, object_name:IGS_HE_POOUS_OU_CC_V, status:VALID,
-
TABLE: IGS.IGS_HE_POOUS_CC_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_POOUS_CC_ALL, object_name:IGS_HE_POOUS_CC_ALL, 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,
-
VIEW: APPS.IGS_HE_OU_CC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_OU_CC_V, object_name:IGS_HE_OU_CC_V, status:VALID,
-
VIEW: APPS.IGS_HE_ST_PROG_CC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_ST_PROG_CC_V, object_name:IGS_HE_ST_PROG_CC_V, status:VALID,
-
APPS.IGS_HE_EXTRACT_FIELDS_PKG dependencies on IGS_HE_UNT_OU_CC
12.1.1
-
VIEW: APPS.IGS_HE_ST_SPA_CC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_ST_SPA_CC_V, object_name:IGS_HE_ST_SPA_CC_V, status:VALID,
-
VIEW: APPS.IGS_HE_PROG_OU_CC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_PROG_OU_CC_V, object_name:IGS_HE_PROG_OU_CC_V, status:VALID,
-
VIEW: APPS.IGS_HE_POOUS_CC
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_POOUS_CC, object_name:IGS_HE_POOUS_CC, status:VALID,
-
APPS.IGS_HE_EXTRACT_FIELDS_PKG dependencies on IGS_PS_TCH_RESP
12.1.1
-
VIEW: APPS.IGS_HE_POUS_CC_DTL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_POUS_CC_DTL_V, object_name:IGS_HE_POUS_CC_DTL_V, 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,
-
Lookup Type: PROCESS_EVENT_TYPE
12.2.2
product: PER - Human Resources , meaning: PROCESS_EVENT_TYPE , description: Process Event Change Types ,
-
APPS.IGS_HE_PROG_OU_CC_PKG SQL Statements
12.1.1
-
Lookup Type: PROCESS_EVENT_TYPE
12.1.1
product: PER - Human Resources , meaning: PROCESS_EVENT_TYPE , description: Process Event Change Types ,
-
View: IGS_HE_POUS_CC_DTL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_POUS_CC_DTL_V, object_name:IGS_HE_POUS_CC_DTL_V, status:VALID, product: IGS - Student System , description: Program Offering Cost Center Details , implementation_dba_data: APPS.IGS_HE_POUS_CC_DTL_V ,
-
APPS.IGS_HE_ST_SPA_CC_PKG SQL Statements
12.1.1
-
APPS.IGS_HE_EN_SUSA_CC_PKG SQL Statements
12.1.1
-
View: IGS_HE_ST_SPA_CC_V
12.2.2
product: IGS - Student System (Obsolete) , description: Hesa Cost center details defined at Student Program Attempt Level , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_HE_OU_CC_PKG SQL Statements
12.1.1
-
APPS.IGS_HE_POOUS_OU_CC_PKG SQL Statements
12.1.1
-
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: IGS_HE_POUS_CC_DTL_V
12.2.2
product: IGS - Student System (Obsolete) , description: Program Offering Cost Center Details , implementation_dba_data: Not implemented in this database ,