Search Results igs_uc_app_stats
Overview
The IGS_UC_APP_STATS table is a core data object within the Oracle E-Business Suite (EBS) Student System (IGS) module, specifically for versions 12.1.1 and 12.2.2. Its primary role is to store applicant-level statistical data mandated for reporting to the Higher Education Statistics Agency (HESA) in the United Kingdom. The table acts as a critical integration point, synchronizing its data with external HESA reporting systems, denoted as 'ivStarH' and 'ivStarX' in the documentation. This ensures the institution can accurately compile and submit legally required statistical returns on its applicant population.
Key Information Stored
The table is designed to hold applicant data specifically curated for HESA purposes. While a full column list is not provided in the metadata, the documented primary and unique keys reveal its fundamental structure. Each record is uniquely identified by a system-generated APP_STAT_ID (primary key). Crucially, the table also enforces a unique constraint on the APP_NO (application number), ensuring a one-to-one relationship with a specific applicant. The foreign key column APP_ID links directly to the base applicant record in the IGS_UC_APPLICANTS table, anchoring the statistical data to a real applicant entity within the system.
Common Use Cases and Queries
The principal use case for this table is the generation and validation of HESA applicant returns. Data from this table is extracted, transformed, and loaded into the ivStar systems for official submission. Common operational and reporting activities include auditing data completeness, reconciling records between EBS and the HESA submission tools, and analyzing applicant demographics for statutory reporting. A typical query would join this table to the main applicant table to retrieve a consolidated record for HESA processing.
SELECT apps.app_no, apps.person_id, stats.*
FROM igs_uc_applicants apps,
igs_uc_app_stats stats
WHERE apps.app_id = stats.app_id
AND apps.admission_cat = '<CATEGORY>';
Related Objects
The table maintains a direct and essential relationship with the core applicant table, as documented in the provided metadata.
- IGS_UC_APPLICANTS: This is the primary parent table. The foreign key relationship is defined as IGS_UC_APP_STATS.APP_ID references IGS_UC_APPLICANTS. This ensures every statistical record is associated with a valid applicant. The join condition for queries is typically
IGS_UC_APPLICANTS.APP_ID = IGS_UC_APP_STATS.APP_ID.
Its synchronization with the external 'ivStarH' and 'ivStarX' systems, while not a database object relationship, represents a critical data flow for regulatory compliance.
-
Table: IGS_UC_APP_STATS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_APP_STATS, object_name:IGS_UC_APP_STATS, status:VALID, product: IGS - Student System , description: Holds applicant data required for HESA purpose . It synchronizes with 'ivStarH' & 'ivStarX' , implementation_dba_data: IGS.IGS_UC_APP_STATS ,
-
Table: IGS_UC_APP_STATS
12.2.2
product: IGS - Student System (Obsolete) , description: Holds applicant data required for HESA purpose . It synchronizes with 'ivStarH' & 'ivStarX' , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_UC_PROC_APPLICATION_DATA dependencies on IGS_UC_APP_STATS
12.1.1
-
APPS.IGS_UC_EXPUNGE_APP dependencies on IGS_UC_APP_STATS
12.1.1
-
APPS.IGS_UC_EXPORT_HESA_TO_OSS_PKG dependencies on IGS_UC_APP_STATS
12.1.1
-
APPS.IGS_UC_APP_STATS_PKG dependencies on IGS_UC_APP_STATS
12.1.1
-
APPS.IGS_UC_EXPORT_HESA_TO_OSS_PKG dependencies on IGS_UC_APPLICANTS
12.1.1
-
SYNONYM: APPS.IGS_UC_APP_STATS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_UC_APP_STATS, status:VALID,
-
APPS.IGS_UC_APP_STATS_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGSBV_UC_APPLICANT_STATISTICS
12.1.1
-
APPS.IGS_UC_EXPORT_HESA_TO_OSS_PKG dependencies on IGS_UC_DEFAULTS
12.1.1
-
APPS.IGS_UC_EXPORT_HESA_TO_OSS_PKG SQL Statements
12.1.1
-
Table: IGS_UC_APPLICANTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_APPLICANTS, object_name:IGS_UC_APPLICANTS, status:VALID, product: IGS - Student System , description: Holds applicant and application details.It synchronizes with UCAS views - 'ivStatement','ivQualification','ivStarC','ivStark','ivStarN'. , implementation_dba_data: IGS.IGS_UC_APPLICANTS ,
-
PACKAGE BODY: APPS.IGS_UC_APP_STATS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_UC_APP_STATS_PKG, status:VALID,
-
APPS.IGS_UC_APP_STATS_PKG dependencies on IGS_UC_APP_STATS_PKG
12.1.1
-
VIEW: APPS.IGSFV_UC_APPLICANT_STATISTICS
12.1.1
-
Table: IGS_UC_APPLICANTS
12.2.2
product: IGS - Student System (Obsolete) , description: Holds applicant and application details.It synchronizes with UCAS views - 'ivStatement','ivQualification','ivStarC','ivStark','ivStarN'. , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_UC_APPLICANT_STATISTICS
12.2.2
product: IGS - Student System (Obsolete) , description: Base View for Applicant data required for HESA purpose , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_UC_EXPORT_HESA_TO_OSS_PKG dependencies on IGS_UC_APP_STATS_PKG
12.1.1
-
APPS.IGS_UC_PROC_APPLICATION_DATA dependencies on IGS_UC_REF_COUNTRY
12.1.1
-
View: IGSBV_UC_APPLICANT_STATISTICS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_UC_APPLICANT_STATISTICS, object_name:IGSBV_UC_APPLICANT_STATISTICS, status:VALID, product: IGS - Student System , description: Base View for Applicant data required for HESA purpose , implementation_dba_data: APPS.IGSBV_UC_APPLICANT_STATISTICS ,
-
PACKAGE BODY: APPS.IGS_UC_EXPORT_HESA_TO_OSS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_UC_EXPORT_HESA_TO_OSS_PKG, status:VALID,
-
TABLE: IGS.IGS_UC_APP_STATS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_APP_STATS, object_name:IGS_UC_APP_STATS, status:VALID,
-
PACKAGE BODY: APPS.IGS_UC_APP_STATS_PKG
12.1.1
-
View: IGSFV_UC_APPLICANT_STATISTICS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UC_APPLICANT_STATISTICS, object_name:IGSFV_UC_APPLICANT_STATISTICS, status:VALID, product: IGS - Student System , description: Full View for Applicant data required for HESA purpose , implementation_dba_data: APPS.IGSFV_UC_APPLICANT_STATISTICS ,
-
PACKAGE BODY: APPS.IGS_UC_EXPUNGE_APP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_UC_EXPUNGE_APP, status:VALID,
-
APPS.IGS_UC_PROC_APPLICATION_DATA dependencies on IGS_UC_ISTARH_INTS
12.1.1
-
APPS.IGS_UC_PROC_APPLICATION_DATA dependencies on IGS_UC_ISTARX_INTS
12.1.1
-
PACKAGE BODY: APPS.IGS_UC_PROC_APPLICATION_DATA
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_UC_PROC_APPLICATION_DATA, status:VALID,
-
View: IGSFV_UC_APPLICANT_STATISTICS
12.2.2
product: IGS - Student System (Obsolete) , description: Full View for Applicant data required for HESA purpose , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_UC_EXPORT_HESA_TO_OSS_PKG dependencies on IGS_PE_PERSON
12.1.1
-
VIEW: APPS.IGSFV_UC_APPLICANT_STATISTICS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UC_APPLICANT_STATISTICS, object_name:IGSFV_UC_APPLICANT_STATISTICS, status:VALID,
-
VIEW: APPS.IGSBV_UC_APPLICANT_STATISTICS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_UC_APPLICANT_STATISTICS, object_name:IGSBV_UC_APPLICANT_STATISTICS, status:VALID,
-
PACKAGE BODY: APPS.IGS_UC_EXPORT_HESA_TO_OSS_PKG
12.1.1
-
APPS.IGS_UC_EXPUNGE_APP SQL Statements
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IGS_UC_PROC_APPLICATION_DATA dependencies on IGS_UC_APP_CHOICES
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_UC_PROC_APPLICATION_DATA SQL Statements
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IGS_UC_EXPUNGE_APP
12.1.1
-
PACKAGE BODY: APPS.IGS_UC_PROC_APPLICATION_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'. ,