Search Results igs_he_en_susa_cc
Overview
The IGS_HE_EN_SUSA_CC table is a core data structure within the Oracle E-Business Suite (EBS) Student System (IGS). It is specifically designed to support Higher Education Statistics Agency (HESA) reporting requirements for institutions in the United Kingdom. The table's primary role is to store HESA Cost Center details that are defined at the granular level of a Student Unit Set Attempt (SUSA). A Unit Set Attempt represents a student's enrollment in a specific academic plan or program of study for a given period. By storing cost center information at this level, the system enables precise financial and statistical reporting aligned with HESA's mandatory data collection frameworks, ensuring institutional compliance.
Key Information Stored
The table's central purpose is to associate a Student Unit Set Attempt with specific HESA-defined classification codes. While the full column list is not detailed in the provided metadata, the documented relationships reveal its critical components. The primary key column, HE_SUSA_CC_ID, uniquely identifies each record. A crucial foreign key column is SUBJECT, which links to the IGS_PS_FLD_OF_STUDY_ALL table. This relationship stores the HESA Subject of Study code (also known as the Cost Center or JACS code) applicable to the unit set attempt. Other columns likely include a foreign key to the student's unit set attempt record, effective dates, and potentially other HESA-specific attributes like funding source indicators or percentage allocations.
Common Use Cases and Queries
The primary use case for this table is the generation of statutory HESA student returns, such as the Student Record and Alternative Provider Student Record. Data from this table is extracted to report on the cost centers (subjects) against which a student's activity is funded. Common operational queries involve listing all cost center assignments for a specific student or academic program. For reporting, a typical SQL pattern joins this table to student personal, course, and unit set attempt tables.
SELECT s.person_id, s.course_cd, susa.unit_set_cd,
cc.subject, fost.fos_desc -- HESA Subject Description
FROM igs_he_en_susa_cc cc,
igs_en_su_setatmpt susa,
igs_ps_fld_of_study_all fost,
igs_en_stdnt_ps_att s
WHERE cc.student_unit_set_attempt_id = susa.student_unit_set_attempt_id
AND cc.subject = fost.fos_cd
AND susa.person_id = s.person_id
AND susa.course_cd = s.course_cd;
Related Objects
- Primary Key Constraint: IGS_HE_EN_SUSA_CC_PK on column HE_SUSA_CC_ID.
- Foreign Key Relationship (Outgoing): The table references IGS_PS_FLD_OF_STUDY_ALL via the SUBJECT column. This join retrieves the official description and details of the HESA Cost Center/Subject of Study code.
- Parent Table (Implied): While not explicitly listed in the provided metadata, this table is a child of the Student Unit Set Attempt entity, likely IGS_EN_SU_SETATMPT. It cannot exist without a corresponding attempt record.
-
Table: IGS_HE_EN_SUSA_CC
12.2.2
product: IGS - Student System (Obsolete) , description: Holds HESA Cost Center details defined at StudentUnit Set Attempt level , implementation_dba_data: Not implemented in this database ,
-
Table: 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, product: IGS - Student System , description: Holds HESA Cost Center details defined at StudentUnit Set Attempt level , implementation_dba_data: IGS.IGS_HE_EN_SUSA_CC ,
-
APPS.IGS_HE_EN_SUSA_CC_PKG dependencies on IGS_HE_EN_SUSA_CC
12.1.1
-
APPS.IGS_HE_EXTRACT_FIELDS_PKG dependencies on IGS_HE_EN_SUSA_CC
12.1.1
-
APPS.IGS_EN_FUTURE_DT_TRANS dependencies on IGS_HE_EN_SUSA_CC
12.1.1
-
APPS.IGS_HE_PROG_TRANSFER_PKG dependencies on IGS_HE_EN_SUSA_CC
12.1.1
-
APPS.IGS_AD_GEN_001 dependencies on IGS_HE_EN_SUSA_CC
12.1.1
-
APPS.IGS_EN_FUTURE_DT_TRANS dependencies on IGS_HE_EN_SUSA
12.1.1
-
APPS.IGS_HE_EN_SUSA_CC_PKG SQL Statements
12.1.1
-
APPS.IGS_AD_GEN_001 dependencies on IGS_HE_EN_SUSA
12.1.1
-
VIEW: APPS.IGSBV_ST_UNIT_SET_ATT_COST_CNT
12.1.1
-
VIEW: APPS.IGS_HE_EN_SUSA_CC_V
12.1.1
-
SYNONYM: APPS.IGS_HE_EN_SUSA_CC
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_HE_EN_SUSA_CC, status:VALID,
-
APPS.IGS_HE_PROG_TRANSFER_PKG dependencies on IGS_HE_EN_SUSA
12.1.1
-
APPS.IGS_AD_GEN_001 dependencies on IGS_HE_EN_SUSA_CC_PKG
12.1.1
-
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,
-
APPS.IGS_HE_EN_SUSA_CC_PKG dependencies on IGS_SC_GEN_001
12.1.1
-
APPS.IGS_EN_FUTURE_DT_TRANS dependencies on IGS_HE_EN_SUSA_CC_PKG
12.1.1
-
VIEW: APPS.IGSFV_ST_UNIT_SET_ATT_COST_CNT
12.1.1
-
View: IGSBV_ST_UNIT_SET_ATT_COST_CNT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_ST_UNIT_SET_ATT_COST_CNT, object_name:IGSBV_ST_UNIT_SET_ATT_COST_CNT, status:VALID, product: IGS - Student System , description: Base business view to allow queries on Student Unit Set Attempt Cost Center HESA Details. , implementation_dba_data: APPS.IGSBV_ST_UNIT_SET_ATT_COST_CNT ,
-
PACKAGE BODY: APPS.IGS_HE_EN_SUSA_CC_PKG
12.1.1
-
View: 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, product: IGS - Student System , description: Hesa Cost center details defined at Student Unit Set Attempt Level , implementation_dba_data: APPS.IGS_HE_EN_SUSA_CC_V ,
-
View: IGSBV_ST_UNIT_SET_ATT_COST_CNT
12.2.2
product: IGS - Student System (Obsolete) , description: Base business view to allow queries on Student Unit Set Attempt Cost Center HESA Details. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_HE_EN_SUSA_CC_V
12.2.2
product: IGS - Student System (Obsolete) , description: Hesa Cost center details defined at Student Unit Set Attempt Level , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_HE_EN_SUSA_CC_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_HE_EN_SUSA_CC_PKG, status:VALID,
-
Table: IGS_PS_FLD_OF_STUDY_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the university set of fields of study. This is not limited to the DEET set and values, which are reported to DEET, will be mapped onto DEET equivalent values. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_HE_EN_SUSA_CC_PKG dependencies on IGS_HE_EN_SUSA_CC_PKG
12.1.1
-
Table: IGS_PS_FLD_OF_STUDY_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_FLD_OF_STUDY_ALL, object_name:IGS_PS_FLD_OF_STUDY_ALL, status:VALID, product: IGS - Student System , description: This entity describes the university set of fields of study. This is not limited to the DEET set and values, which are reported to DEET, will be mapped onto DEET equivalent values. , implementation_dba_data: IGS.IGS_PS_FLD_OF_STUDY_ALL ,
-
View: IGSFV_ST_UNIT_SET_ATT_COST_CNT
12.2.2
product: IGS - Student System (Obsolete) , description: Full business view to allow queries on Student Unit Set Attempt Cost Center HESA Details. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_HE_PROG_TRANSFER_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_HE_PROG_TRANSFER_PKG, status:VALID,
-
APPS.IGS_HE_EXTRACT_FIELDS_PKG dependencies on IGS_HE_EN_SUSA
12.1.1
-
APPS.IGS_EN_FUTURE_DT_TRANS dependencies on IGS_AS_SU_SETATMPT
12.1.1
-
View: IGSFV_ST_UNIT_SET_ATT_COST_CNT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ST_UNIT_SET_ATT_COST_CNT, object_name:IGSFV_ST_UNIT_SET_ATT_COST_CNT, status:VALID, product: IGS - Student System , description: Full business view to allow queries on Student Unit Set Attempt Cost Center HESA Details. , implementation_dba_data: APPS.IGSFV_ST_UNIT_SET_ATT_COST_CNT ,
-
APPS.IGS_AD_GEN_001 dependencies on IGS_AS_SU_SETATMPT
12.1.1
-
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,
-
PACKAGE BODY: APPS.IGS_EN_FUTURE_DT_TRANS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_FUTURE_DT_TRANS, status:VALID,
-
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.IGSBV_ST_UNIT_SET_ATT_COST_CNT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_ST_UNIT_SET_ATT_COST_CNT, object_name:IGSBV_ST_UNIT_SET_ATT_COST_CNT, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_GEN_001, status:VALID,
-
VIEW: APPS.IGSFV_ST_UNIT_SET_ATT_COST_CNT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ST_UNIT_SET_ATT_COST_CNT, object_name:IGSFV_ST_UNIT_SET_ATT_COST_CNT, status:VALID,
-
APPS.IGS_HE_PROG_TRANSFER_PKG SQL Statements
12.1.1
-
APPS.IGS_HE_EN_SUSA_CC_PKG dependencies on FND_MESSAGE
12.1.1
-
APPS.IGS_AD_GEN_001 SQL Statements
12.1.1
-
APPS.IGS_EN_FUTURE_DT_TRANS SQL Statements
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IGS_HE_EXTRACT_FIELDS_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_HE_PROG_TRANSFER_PKG
12.1.1