Search Results igs_uc_applicants
Overview
The IGS_UC_APPLICANTS table is a core data object within the Oracle E-Business Suite Student System (IGS) for versions 12.1.1 and 12.2.2. It serves as the central repository for applicant and application details, specifically designed to facilitate integration with the UK's Universities and Colleges Admissions Service (UCAS). The table's primary role is to synchronize applicant data with key UCAS views, namely 'ivStatement', 'ivQualification', 'ivStarC', 'ivStark', and 'ivStarN'. This synchronization ensures that applicant information managed within the Oracle EBS ecosystem is accurately reflected in the UCAS system, supporting the end-to-end admissions process for higher education institutions.
Key Information Stored
The table stores a comprehensive record for each applicant interacting with the UCAS-integrated admissions process. While the full column list is not detailed in the provided metadata, the structure is anchored by the primary key column, APP_ID, which uniquely identifies each applicant record. Other critical columns, as indicated by foreign key relationships, include SYSTEM_CODE, which links to system defaults in the IGS_UC_DEFAULTS table, and OSS_PERSON_ID, which provides the crucial link to the party record in the HZ_PARTIES table, thereby integrating the applicant with the broader EBS Trading Community Architecture. The table's design implies it holds the necessary demographic, contact, and application metadata to support the UCAS data exchange.
Common Use Cases and Queries
This table is central to UCAS-related reporting and data management. Common operational use cases include generating extracts for UCAS submission, reconciling applicant data between Oracle EBS and UCAS systems, and providing a master list of all UCAS-tracked applicants. A typical reporting query would join this table to related entities to build a complete applicant profile. For example:
- Retrieving a basic list of applicants:
SELECT app_id, oss_person_id FROM igs.igs_uc_applicants; - Joining with party details for a comprehensive view:
SELECT a.app_id, p.party_name FROM igs.igs_uc_applicants a, hz_parties p WHERE a.oss_person_id = p.party_id;
Data integrity checks often involve verifying the existence of corresponding records in the related detail tables, such as IGS_UC_APP_CHOICES for course selections.
Related Objects
The IGS_UC_APPLICANTS table maintains defined relationships with several other key tables in the UCAS module, forming the backbone of the applicant data model. The documented foreign key relationships are as follows:
- Parent Tables: It references
IGS_UC_DEFAULTSviaSYSTEM_CODEandHZ_PARTIESviaOSS_PERSON_ID. - Child Tables (Referencing IGS_UC_APPLICANTS.APP_ID):
IGS_UC_APP_CHOICES: Stores individual course choices for an application.IGS_UC_APP_CLEARING: Holds details related to the Clearing process.IGS_UC_APP_RESULTS: Contains examination and qualification results for the applicant.IGS_UC_APP_STATS: Stores statistical information related to the application.
These relationships enforce referential integrity and ensure that detailed application data is always linked to a valid master applicant record.
-
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 ,
-
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 ,
-
APPS.IGS_UC_EXPORT_TO_OSS dependencies on IGS_UC_APPLICANTS
12.1.1
-
APPS.IGS_UC_DAT_IMP_FROM_UCAS dependencies on IGS_UC_APPLICANTS
12.1.1
-
APPS.IGS_UC_EXPORT_HESA_TO_OSS_PKG dependencies on IGS_UC_APPLICANTS
12.1.1
-
APPS.IGS_UC_PROC_APPLICATION_DATA dependencies on IGS_UC_APPLICANTS
12.1.1
-
APPS.IGS_UC_EXP_APPLICANT_DTLS dependencies on IGS_UC_APPLICANTS
12.1.1
-
APPS.IGS_UC_TRX_GEN_HOOK dependencies on IGS_UC_APPLICANTS
12.1.1
-
APPS.IGS_UC_EXPORT_DECISION_REPLY dependencies on IGS_UC_APPLICANTS
12.1.1
-
APPS.IGS_UC_EXPUNGE_APP dependencies on IGS_UC_APPLICANTS
12.1.1
-
APPS.IGS_UC_EXPORT_TO_OSS dependencies on IGS_UC_APPLICANTS
12.1.1
-
APPS.IGS_UC_TRAN_PROCESSOR_PKG dependencies on IGS_UC_APPLICANTS
12.1.1
-
APPS.IGS_UC_APPLICANTS_PKG dependencies on IGS_UC_APPLICANTS
12.1.1
-
APPS.IGS_UC_LOAD_HERCULES_DATA dependencies on IGS_UC_APPLICANTS
12.1.1
-
APPS.IGS_UC_UPD_PENDING_TRANS_PKG dependencies on IGS_UC_APPLICANTS
12.1.1
-
APPS.IGS_UC_EXP_QUAL_SUM_IMP_PKG dependencies on IGS_UC_APPLICANTS
12.1.1
-
APPS.IGS_UC_QUAL_DETS_IMP_PKG dependencies on IGS_UC_APPLICANTS
12.1.1
-
APPS.IGS_UC_EXPORT_TO_OSS dependencies on IGS_AD_APPL_ALL
12.1.1
-
APPS.IGS_UC_EXPORT_TO_OSS dependencies on IGS_AD_PS_APPL_ALL
12.1.1
-
APPS.IGS_UC_EXPORT_HESA_TO_OSS_PKG dependencies on IGS_UC_APP_STATS
12.1.1
-
APPS.IGS_UC_EXPUNGE_APP dependencies on IGS_UC_DEFAULTS
12.1.1
-
VIEW: APPS.IGS_UC_UCAPCH_OSSAPPL_V
12.1.1
-
APPS.IGS_UC_EXPORT_TO_OSS dependencies on HZ_PARTIES
12.1.1
-
APPS.IGS_UC_EXPORT_TO_OSS dependencies on IGS_AD_PS_APPL_INST
12.1.1
-
Table: IGS_UC_APP_CHOICES
12.2.2
product: IGS - Student System (Obsolete) , description: Holds applicant choice details and related offer details. It is also used to synchronize with UCAS view 'ivOffer'.It also syncs. to 'ivStarC'.This table will hold child records only when the parent table 'IGS_UC_APPLICANTS' has 'App_No' pop , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_UC_EXPORT_TO_OSS dependencies on IGS_UC_APP_CHOICES
12.1.1
-
APPS.IGS_UC_EXPORT_TO_OSS dependencies on IGS_AD_PS_APPL_INST_ALL
12.1.1
-
APPS.IGS_UC_TRAN_PROCESSOR_PKG dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
SYNONYM: APPS.IGS_UC_APPLICANTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_UC_APPLICANTS, status:VALID,
-
VIEW: APPS.IGS_UC_APP_CHOICE_DETS_V
12.1.1
-
Table: IGS_UC_APP_CHOICES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_APP_CHOICES, object_name:IGS_UC_APP_CHOICES, status:VALID, product: IGS - Student System , description: Holds applicant choice details and related offer details. It is also used to synchronize with UCAS view 'ivOffer'.It also syncs. to 'ivStarC'.This table will hold child records only when the parent table 'IGS_UC_APPLICANTS' has 'App_No' pop , implementation_dba_data: IGS.IGS_UC_APP_CHOICES ,
-
VIEW: APPS.IGSBV_UC_FORM_QUALIFICATIONS
12.1.1
-
VIEW: APPS.IGSFV_UC_FORM_QUALIFICATIONS
12.1.1
-
VIEW: APPS.IGSFV_UC_ENQUIRY_DETAILS
12.1.1
-
VIEW: APPS.IGSBV_UC_APPLICANT_REFEREES
12.1.1
-
VIEW: APPS.IGSFV_UC_APPLICANT_REFEREES
12.1.1
-
APPS.IGS_UC_APPLICANTS_PKG dependencies on IGS_SC_GEN_001
12.1.1
-
View: IGS_UC_UCAPCH_OSSAPPL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_UC_UCAPCH_OSSAPPL_V, object_name:IGS_UC_UCAPCH_OSSAPPL_V, status:VALID, product: IGS - Student System , description: Selects the UCAS Application Choice records as well as the OSS Application Instances for the UCAS Applicants. , implementation_dba_data: APPS.IGS_UC_UCAPCH_OSSAPPL_V ,
-
APPS.IGS_UC_EXPORT_DECISION_REPLY dependencies on IGS_AD_SS_APPL_TYP
12.1.1
-
APPS.IGS_UC_EXPORT_HESA_TO_OSS_PKG dependencies on IGS_UC_APP_STATS_PKG
12.1.1
-
APPS.IGS_UC_EXPORT_DECISION_REPLY dependencies on IGS_AD_APPL_ALL
12.1.1
-
VIEW: APPS.IGSBV_UC_ENQUIRY_DETAILS
12.1.1
-
APPS.IGS_UC_EXPORT_HESA_TO_OSS_PKG SQL Statements
12.1.1
-
APPS.IGS_UC_DAT_IMP_FROM_UCAS dependencies on IGS_PE_ALT_PERS_ID_V
12.1.1
-
VIEW: APPS.IGSFV_UC_APPLICANT_RESULTS
12.1.1
-
View: IGS_UC_UCAPCH_OSSAPPL_V
12.2.2
product: IGS - Student System (Obsolete) , description: Selects the UCAS Application Choice records as well as the OSS Application Instances for the UCAS Applicants. , implementation_dba_data: Not implemented in this database ,
-
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_RESULTS
12.2.2
product: IGS - Student System (Obsolete) , description: Holds applicant examination results . It synchronizes with UCAS view 'ivStarPQR'. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_UC_APP_RESULTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_APP_RESULTS, object_name:IGS_UC_APP_RESULTS, status:VALID, product: IGS - Student System , description: Holds applicant examination results . It synchronizes with UCAS view 'ivStarPQR'. , implementation_dba_data: IGS.IGS_UC_APP_RESULTS ,
-
Table: IGS_UC_APP_CLEARING
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_APP_CLEARING, object_name:IGS_UC_APP_CLEARING, status:VALID, product: IGS - Student System , description: Holds applicant clearing details . It synchronizes with UCAS view 'ivStarZ1'. , implementation_dba_data: IGS.IGS_UC_APP_CLEARING ,