Search Results igs_uc_defaults
Overview
The IGS_UC_DEFAULTS table is a critical configuration table within the Oracle E-Business Suite Student System (IGS) module, specifically for institutions integrated with the UK's Universities and Colleges Admissions Service (UCAS). Its primary role is to serve as a central repository for default values that are automatically applied to UCAS application records during their import into the Oracle Student System (OSS). As documented, a key architectural constraint is that this table is designed to always contain exactly one record at any given time, ensuring a single, consistent set of defaults governs the UCAS import process for the entire system instance.
Key Information Stored
The table's structure is defined by its primary key, SYSTEM_CODE, and a series of foreign key columns that reference specific lookup values from other application tables. These columns establish the default mappings and statuses for incoming data. Key columns include APPLICATION_TYPE (default application type), DECISION_MAKE_ID (default decision-maker), and several outcome status defaults such as PENDING_OUTCOME_STATUS, REJECTED_OUTCOME_STATUS, and OBSOLETE_OUTCOME_STATUS. Other significant fields are NI_NUMBER_ALT_PERS_TYPE, which defines an alternate person type for National Insurance numbers, and DECISION_REASON_ID for a default decision reason. The singular SYSTEM_CODE primary key underscores the table's role as a system-wide control point.
Common Use Cases and Queries
The primary use case is the batch import and processing of UCAS application data, where the values in this table populate mandatory fields in applicant, course detail, and transaction records if the UCAS data is incomplete. Administrators typically query or maintain this table via a dedicated administrative form in the EBS application. Direct SQL interaction is generally for verification or troubleshooting. A fundamental query retrieves the single default record: SELECT * FROM igs.igs_uc_defaults WHERE system_code = [VALUE];. Another common pattern involves joining to referenced tables to decode the default IDs, for example, joining to IGS_AD_OU_STAT to resolve the meaning of the stored PENDING_OUTCOME_STATUS code. Reporting use cases focus on auditing the current import configuration to ensure alignment with institutional business rules.
Related Objects
IGS_UC_DEFAULTS is a central hub in the UCAS data model, referenced by numerous transactional and control tables via foreign key relationships. As per the provided metadata, the primary key IGS_UC_DEFAULTS_PK on SYSTEM_CODE is referenced by:
- IGS_UC_APPLICANTS (SYSTEM_CODE)
- IGS_UC_CRSE_DETS (SYSTEM_CODE)
- IGS_UC_CYC_DEFAULTS (SYSTEM_CODE)
- IGS_UC_SYS_CALNDRS (SYSTEM_CODE)
- IGS_UC_SYS_DECISION (SYSTEM_CODE)
- IGS_UC_TRANSACTIONS (SYSTEM_CODE)
- IGS_UC_UCAS_CONTROL (SYSTEM_CODE)
-
Table: IGS_UC_DEFAULTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_DEFAULTS, object_name:IGS_UC_DEFAULTS, status:VALID, product: IGS - Student System , description: Holds default values that will get applied to UCAS application records being imported into OSS . This table will always hold 1 record at any time , implementation_dba_data: IGS.IGS_UC_DEFAULTS ,
-
Table: IGS_AD_OU_STAT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_OU_STAT, object_name:IGS_AD_OU_STAT, status:VALID, product: IGS - Student System , description: Describes user-defined admission outcome statuses, which map to system admission outcome statuses , implementation_dba_data: IGS.IGS_AD_OU_STAT ,
-
Table: IGS_UC_CYC_DEFAULTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_CYC_DEFAULTS, object_name:IGS_UC_CYC_DEFAULTS, status:VALID, product: IGS - Student System , description: Holds cycle default values , implementation_dba_data: IGS.IGS_UC_CYC_DEFAULTS ,
-
Table: IGS_UC_SYS_CALNDRS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_SYS_CALNDRS, object_name:IGS_UC_SYS_CALNDRS, status:VALID, product: IGS - Student System , description: Holds Calendar details for UCAS Systems , implementation_dba_data: IGS.IGS_UC_SYS_CALNDRS ,
-
View: IGSFV_UC_TRANSACTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UC_TRANSACTIONS, object_name:IGSFV_UC_TRANSACTIONS, status:VALID, product: IGS - Student System , description: Full View for UCAS Transactions table , implementation_dba_data: APPS.IGSFV_UC_TRANSACTIONS ,
-
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_TRANSACTIONS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_TRANSACTIONS, object_name:IGS_UC_TRANSACTIONS, status:VALID, product: IGS - Student System , description: Holds the admission process transactions that are need to be written to the UCAS view 'TranIn'. , implementation_dba_data: IGS.IGS_UC_TRANSACTIONS ,
-
Table: IGS_UC_UCAS_CONTROL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_UCAS_CONTROL, object_name:IGS_UC_UCAS_CONTROL, status:VALID, product: IGS - Student System , description: Holds the control information provided by UCAS. It will always contain only one record at any given time. It synchronizes with UCAS view 'cvControl' and will be synchronized every time import is done. , implementation_dba_data: IGS.IGS_UC_UCAS_CONTROL ,
-
Table: IGS_UC_SYS_DECISION
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_SYS_DECISION, object_name:IGS_UC_SYS_DECISION, status:VALID, product: IGS - Student System , description: Seeded Table containing the system decision codes , implementation_dba_data: IGS.IGS_UC_SYS_DECISION ,
-
Table: IGS_UC_CRSE_DETS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_CRSE_DETS, object_name:IGS_UC_CRSE_DETS, status:VALID, product: IGS - Student System , description: Holds additional details for a course that are updated to UCAS views Also holds details of courses run by other institutes , to synchronize with UCAS views 'cvCourse','uvCourse'. , implementation_dba_data: IGS.IGS_UC_CRSE_DETS ,
-
Table: IGS_AD_SS_APPL_TYP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_SS_APPL_TYP, object_name:IGS_AD_SS_APPL_TYP, status:VALID, product: IGS - Student System , description: Holds Admission Application Type details , implementation_dba_data: IGS.IGS_AD_SS_APPL_TYP ,
-
Table: IGS_PE_PERSON_ID_TYP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_PERSON_ID_TYP, object_name:IGS_PE_PERSON_ID_TYP, status:VALID, product: IGS - Student System , description: This entity describes the type of person ids which may be attributed to a person. eg. OLAA id, VTAC id, old id. , implementation_dba_data: IGS.IGS_PE_PERSON_ID_TYP ,
-
View: IGSFV_UC_ENQUIRY_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UC_ENQUIRY_DETAILS, object_name:IGSFV_UC_ENQUIRY_DETAILS, status:VALID, product: IGS - Student System , description: Full View for basic person details of a UCAS applicant making an Extra or Clearing application. , implementation_dba_data: APPS.IGSFV_UC_ENQUIRY_DETAILS ,
-
View: IGSFV_UC_COURSE_VAC_OPTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UC_COURSE_VAC_OPTIONS, object_name:IGSFV_UC_COURSE_VAC_OPTIONS, status:VALID, product: IGS - Student System , description: Full View for Course Vacancy Options , implementation_dba_data: APPS.IGSFV_UC_COURSE_VAC_OPTIONS ,
-
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 ,
-
View: IGSFV_UC_COURSE_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UC_COURSE_DETAILS, object_name:IGSFV_UC_COURSE_DETAILS, status:VALID, product: IGS - Student System , description: Full View for UCAS Course Details Table , implementation_dba_data: APPS.IGSFV_UC_COURSE_DETAILS ,
-
Table: IGS_AD_CODE_CLASSES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_CODE_CLASSES, object_name:IGS_AD_CODE_CLASSES, status:VALID, product: IGS - Student System , description: Holds information about different codes, class to which code belongs, and description , implementation_dba_data: IGS.IGS_AD_CODE_CLASSES ,
-
View: IGSFV_UC_APPLICANT_CHOICES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UC_APPLICANT_CHOICES, object_name:IGSFV_UC_APPLICANT_CHOICES, status:VALID, product: IGS - Student System , description: Full View for Applicant choices , implementation_dba_data: APPS.IGSFV_UC_APPLICANT_CHOICES ,
-
View: IGSFV_UC_APPLICANTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UC_APPLICANTS, object_name:IGSFV_UC_APPLICANTS, status:VALID, product: IGS - Student System , description: Full View for UCAS Applicant Details , implementation_dba_data: APPS.IGSFV_UC_APPLICANTS ,