Results for “cost_centre_desc”
35 results
AI-generated from documented ETRM metadata — verify critical details on the linked pages.
Overview
The view APPS.IGS_HE_POUS_CC_DTL_V is a reporting and integration object delivered within the Oracle E-Business Suite Student System (IGS) product family. Its documented purpose is to present Program Offering Cost Center Details. In the context of Oracle EBS 12.1.1 and 12.2.2, the view consolidates program offering cost centre allocation data with descriptive lookup information, providing a denormalised, read-only projection suitable for external reporting, extracts, and statutory returns — particularly those associated with HESA (Higher Education Statistics Agency) reporting, as indicated by the HESA_ prefix on the primary key column.
The object is owned by the APPS schema and carries a status of VALID. Because it is a view rather than a base table, it holds no data of its own; it materialises its rows at runtime from its referenced base objects and is intended strictly for query access.
Underlying Base Objects
The view text defines its dependencies explicitly. Although formal ETRM base-object documentation in the 12.2.2 metadata is sparse, the view definition reveals three referenced objects:
IGS_HE_POOUS_CC— the driving table containing the cost centre allocation records for program offering unit sets. This supplies the primary keyHESA_POOUS_CC_IDand all descriptive dimensions.IGS_HE_CODE_VALUES— the lookup table joined onVALUE = COST_CENTREwithCODE_TYPE = 'OSS_COSTCN'. This join is performed as an outer join, supplying the cost centre description.IGS_PS_FLD_OF_STUDY— the field of study reference table, outer-joined onFIELD_OF_STUDY = SUBJECT, supplying the subject description.
Both descriptive joins are outer joins, so cost centre allocations are retained even where a matching code value or field of study description is absent. This is significant because cost centre codes and subject codes may be introduced, retired, or re-mapped over time, and the view is designed not to lose allocation rows on account of missing reference data.
Key Columns
ROW_ID— theROWIDof the underlyingIGS_HE_POOUS_CCrecord, enabling unambiguous identification of the source row.HESA_POOUS_CC_ID— the surrogate primary key linking this detail to the parent program offering unit set cost centre entity.COURSE_CD,CRV_VERSION_NUMBER— the course code and course version, identifying the program of study.CAL_TYPE— the calendar type under which the offering is delivered.LOCATION_CD,ATTENDANCE_MODE,ATTENDANCE_TYPE— delivery attributes describing where and how the program is offered.UNIT_SET_CD,US_VERSION_NUMBER— the unit set code and version to which the cost centre allocation applies.COST_CENTRE— the cost centre code, resolved via theOSS_COSTCNcode type; this is the value most commonly referenced in cost allocation reporting.COST_CENTRE_DESC— the human-readable description of the cost centre obtained fromIGS_HE_CODE_VALUES.SUBJECT,SUBJECT_DESC— the subject/field of study code and its description fromIGS_PS_FLD_OF_STUDY.PROPORTION— the fractional split applied to the allocation, used where a single offering is distributed across multiple cost centres.CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE,LAST_UPDATE_LOGIN— standard audit columns.
Common Use Cases and Queries
The view is predominantly used to report program offering cost centre allocations alongside their descriptions. A typical query retrieves allocations for a given course and calendar type:
- Reporting cost centre distributions per course, unit set, or location for finance and planning.
- Producing HESA and internal returns requiring cost centre and subject breakdowns.
- Extracting allocation data into data warehouses or downstream cost-allocation engines.
A representative query is:
SELECT COURSE_CD, UNIT_SET_CD, COST_CENTRE, COST_CENTRE_DESC, SUBJECT_DESC, PROPORTIONFROM APPS.IGS_HE_POUS_CC_DTL_VWHERE CAL_TYPE = :p_cal_typeORDER BY COURSE_CD, UNIT_SET_CD, COST_CENTRE;
Where the lookup description is absent, COST_CENTRE_DESC returns null owing to the outer join, so reporting logic should coalesce to the raw COST_CENTRE code where a display value is mandatory.
-
View: IGS_HE_POUS_CC_DTL_V 12.1.1
Program Offering Cost Center Details
APPS.IGS_HE_POUS_CC_DTL_V·↳ IGS_HE_CODE_VALUES·↳ IGS_HE_POOUS_CC·↳ IGS_PS_FLD_OF_STUDY·Explore IGS module →
-
View: IGS_HE_POOUS_OU_CC_V 12.1.1
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
APPS.IGS_HE_POOUS_OU_CC_V·↳ IGS_HE_CODE_VALUES·↳ IGS_HE_POOUS_OU_CC·↳ IGS_PS_FLD_OF_STUDY·Explore IGS module →
-
View: IGS_HE_OU_CC_V 12.1.1
A new view to hold HESA cost center, subject and proportion details defined for an organizational unit
APPS.IGS_HE_OU_CC_V·↳ HZ_PARTIES·↳ IGS_HE_CODE_VALUES·↳ IGS_HE_OU_CC·Explore IGS module →
-
View: IGS_HE_ST_PROG_CC_V 12.1.1
Hesa Cost center details defined at Program Level
APPS.IGS_HE_ST_PROG_CC_V·↳ IGS_HE_CODE_VALUES·↳ IGS_HE_ST_PROG_CC·↳ IGS_PS_FLD_OF_STUDY_ALL·Explore IGS module →
-
View: IGS_HE_ST_UNC_DTLS_V 12.1.1
Hesa Unit Cost center Details
APPS.IGS_HE_ST_UNC_DTLS_V·↳ IGS_HE_CODE_VALUES·↳ IGS_HE_ST_UV_CC_ALL·↳ IGS_PS_FLD_OF_STUDY·Explore IGS module →
-
View: IGS_HE_ST_SPA_CC_V 12.1.1
Hesa Cost center details defined at Student Program Attempt Level
APPS.IGS_HE_ST_SPA_CC_V·↳ IGS_HE_CODE_VALUES·↳ IGS_HE_ST_SPA_CC·↳ IGS_PS_FLD_OF_STUDY_ALL·Explore IGS module →
-
View: IGS_HE_EN_SUSA_CC_V 12.1.1
Hesa Cost center details defined at Student Unit Set Attempt Level
APPS.IGS_HE_EN_SUSA_CC_V·↳ IGS_HE_CODE_VALUES·↳ IGS_HE_EN_SUSA_CC·↳ IGS_PS_FLD_OF_STUDY_ALL·Explore IGS module →
-
View: IGS_HE_PROG_OU_CC_V 12.1.1
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
APPS.IGS_HE_PROG_OU_CC_V·↳ HZ_PARTIES·↳ IGS_HE_CODE_VALUES·↳ IGS_HE_PROG_OU_CC·Explore IGS module →
-
View: IGS_HE_UNT_OU_CC_V 12.1.1
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
APPS.IGS_HE_UNT_OU_CC_V·↳ HZ_PARTIES·↳ IGS_HE_CODE_VALUES·↳ IGS_HE_UNT_OU_CC·Explore IGS module →
-
View: IGS_HE_ST_SPA_CC_V 12.2.2
Hesa Cost center details defined at Student Program Attempt Level
Not implemented in this database·Explore IGS module →
-
View: IGS_HE_POOUS_OU_CC_V 12.2.2
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
Not implemented in this database·Explore IGS module →
-
View: IGS_HE_PROG_OU_CC_V 12.2.2
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
Not implemented in this database·Explore IGS module →
-
View: IGS_HE_ST_PROG_CC_V 12.2.2
Hesa Cost center details defined at Program Level
Not implemented in this database·Explore IGS module →
-
View: IGS_HE_UNT_OU_CC_V 12.2.2
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
Not implemented in this database·Explore IGS module →
-
View: IGS_HE_EN_SUSA_CC_V 12.2.2
Hesa Cost center details defined at Student Unit Set Attempt Level
Not implemented in this database·Explore IGS module →
-
View: IGS_HE_OU_CC_V 12.2.2
A new view to hold HESA cost center, subject and proportion details defined for an organizational unit
Not implemented in this database·Explore IGS module →
-
VIEW: APPS.IGS_HE_OU_CC_V 12.1.1
-
VIEW: APPS.IGS_HE_OU_CC_V 12.1.1
-
View: IGS_HE_POUS_CC_DTL_V 12.2.2
Program Offering Cost Center Details
Not implemented in this database·Explore IGS module →
-
View: IGS_HE_ST_UNC_DTLS_V 12.2.2
Hesa Unit Cost center Details
Not implemented in this database·Explore IGS module →
-
eTRM - IGS Tables and Views 12.1.1
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'.