Search Results igs_uc_defaults_pk
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)
-
INDEX: IGS.IGS_UC_DEFAULTS_PK
12.1.1
owner:IGS, object_type:INDEX, object_name:IGS_UC_DEFAULTS_PK, status:VALID,
-
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_UC_DEFAULTS
12.2.2
product: IGS - Student System (Obsolete) , 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: Not implemented in this database ,
-
TABLE: IGS.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,
-
12.1.1 DBA Data
12.1.1
-
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'. ,
-
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'. ,