Search Results igs_en_elgb_ovr_all
Overview
The table IGS_EN_ELGB_OVR_ALL is a core data structure within the Oracle E-Business Suite Student System (IGS) for releases 12.1.1 and 12.2.2. It serves as the central repository for recording and managing enrollment eligibility overrides. In the context of student administration, this table is critical for capturing exceptions to standard enrollment rules, allowing authorized users to permit a student's enrollment in a course or program when they would otherwise be deemed ineligible based on automated system validations. Its role is to provide an auditable trail of manual interventions in the enrollment process, ensuring data integrity while maintaining operational flexibility.
Key Information Stored
The table stores the master record for each eligibility override transaction. Its primary key is the system-generated identifier, ELGB_OVERRIDE_ID. The table's structure enforces a unique combination for a student within a specific academic calendar instance and operating unit, as defined by the unique key constraint on CAL_TYPE, CI_SEQUENCE_NUMBER, ORG_ID, and PERSON_ID. This design prevents duplicate override entries for the same student in the same academic context. While the provided metadata does not list all columns, the key fields indicate it stores the person identifier (PERSON_ID), the academic calendar instance (CAL_TYPE and CI_SEQUENCE_NUMBER), and the operating unit identifier (ORG_ID) to support the multi-org architecture of Oracle EBS.
Common Use Cases and Queries
A primary use case is generating reports on all eligibility overrides granted within a specific academic period or for a particular student, often for audit or academic review purposes. Administrators may query this table to understand the volume and nature of exceptions being applied. Common SQL patterns include joining to person (IGS_PE_PERSON) and calendar instance (IGS_CA_INST_ALL) tables to retrieve descriptive information. For example, a query to find overrides for a student would filter on PERSON_ID, while a report for an entire term would join on CAL_TYPE and CI_SEQUENCE_NUMBER. The table is also central to the enrollment engine's logic; when checking a student's eligibility, the system will reference this table to determine if a valid, active override exists that supersedes standard validation failures.
Related Objects
The IGS_EN_ELGB_OVR_ALL table maintains defined relationships with several other key tables in the Student System, as documented by its foreign key constraints.
- References (Parent Table): IGS_CA_INST_ALL via columns CAL_TYPE and CI_SEQUENCE_NUMBER. This links each override to a specific academic calendar instance.
- Referenced by (Child Tables):
- IGS_EN_ELGB_OVR_STEP: Linked via ELGB_OVERRIDE_ID. This table likely stores detailed steps or specific eligibility criteria that were overridden for the master record.
- IGS_PE_HOLD_REL_OVR: Linked via ELGB_OVERRIDE_ID. This table manages the relationship between an eligibility override and any student holds that were released as part of the override process.
These relationships form a cohesive data model where the IGS_EN_ELGB_OVR_ALL table acts as the header, with child tables providing granular detail on the override's scope and impact.
-
Table: IGS_EN_ELGB_OVR_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Contains the Enrollment Eligibility Override information. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_EN_ELGB_OVR_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_ELGB_OVR_ALL, object_name:IGS_EN_ELGB_OVR_ALL, status:VALID, product: IGS - Student System , description: Contains the Enrollment Eligibility Override information. , implementation_dba_data: IGS.IGS_EN_ELGB_OVR_ALL ,
-
APPS.IGS_PE_PERS_ENCUMB_PKG dependencies on IGS_EN_ELGB_OVR_ALL
12.1.1
-
APPS.IGS_PE_PERSENC_EFFCT_PKG dependencies on IGS_EN_ELGB_OVR_ALL
12.1.1
-
APPS.IGS_EN_ELGBL_PERSON dependencies on IGS_EN_ELGB_OVR_ALL
12.1.1
-
APPS.IGS_EN_ELGB_OVR_PKG dependencies on IGS_EN_ELGB_OVR_ALL
12.1.1
-
APPS.IGS_EN_ELGB_OVR_PKG dependencies on IGS_EN_ELGB_OVR
12.1.1
-
APPS.IGS_PE_PERSENC_EFFCT_PKG dependencies on IGS_PE_HOLD_REL_OVR
12.1.1
-
APPS.IGS_EN_ELGB_OVR_PKG SQL Statements
12.1.1
-
APPS.IGS_EN_ELGBL_PERSON dependencies on IGS_PE_HOLD_REL_OVR
12.1.1
-
SYNONYM: APPS.IGS_EN_ELGB_OVR_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_EN_ELGB_OVR_ALL, status:VALID,
-
APPS.IGS_PE_PERS_ENCUMB_PKG dependencies on IGS_PE_HOLD_REL_OVR
12.1.1
-
VIEW: APPS.IGS_EN_ELGB_OVR
12.1.1
-
VIEW: APPS.IGS_PE_HOLD_REL_OVR_V
12.1.1
-
Table: IGS_PE_HOLD_REL_OVR
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_HOLD_REL_OVR, object_name:IGS_PE_HOLD_REL_OVR, status:VALID, product: IGS - Student System , description: Contains the Hold Override and Release information. , implementation_dba_data: IGS.IGS_PE_HOLD_REL_OVR ,
-
Table: IGS_EN_ELGB_OVR_STEP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_ELGB_OVR_STEP, object_name:IGS_EN_ELGB_OVR_STEP, status:VALID, product: IGS - Student System , description: Contains the Enrollment Eligibility Override information for each validation step. , implementation_dba_data: IGS.IGS_EN_ELGB_OVR_STEP ,
-
TABLE: IGS.IGS_EN_ELGB_OVR_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_ELGB_OVR_ALL, object_name:IGS_EN_ELGB_OVR_ALL, status:VALID,
-
APPS.IGS_EN_ELGB_OVR_PKG dependencies on IGS_EN_ELGB_OVR_PKG
12.1.1
-
Table: IGS_EN_ELGB_OVR_STEP
12.2.2
product: IGS - Student System (Obsolete) , description: Contains the Enrollment Eligibility Override information for each validation step. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PE_HOLD_REL_OVR
12.2.2
product: IGS - Student System (Obsolete) , description: Contains the Hold Override and Release information. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_EN_ELGB_OVR_PKG
12.1.1
-
View: IGS_EN_ELGB_OVR
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the Enrollment Category Eligibility Validation override Details , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_ELGB_OVR
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_ELGB_OVR, object_name:IGS_EN_ELGB_OVR, status:VALID, product: IGS - Student System , description: Describes the Enrollment Category Eligibility Validation override Details , implementation_dba_data: APPS.IGS_EN_ELGB_OVR ,
-
PACKAGE BODY: APPS.IGS_EN_ELGB_OVR_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_ELGB_OVR_PKG, status:VALID,
-
View: IGS_PE_HOLD_REL_OVR_V
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the Hold override or release details , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PE_HOLD_REL_OVR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_HOLD_REL_OVR_V, object_name:IGS_PE_HOLD_REL_OVR_V, status:VALID, product: IGS - Student System , description: Describes the Hold override or release details , implementation_dba_data: APPS.IGS_PE_HOLD_REL_OVR_V ,
-
APPS.IGS_EN_ELGBL_PERSON SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_ELGBL_PERSON
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_ELGBL_PERSON, status:VALID,
-
PACKAGE BODY: APPS.IGS_PE_PERS_ENCUMB_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PE_PERS_ENCUMB_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_PE_PERSENC_EFFCT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PE_PERSENC_EFFCT_PKG, status:VALID,
-
VIEW: APPS.IGS_EN_ELGB_OVR
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_ELGB_OVR, object_name:IGS_EN_ELGB_OVR, status:VALID,
-
VIEW: APPS.IGS_PE_HOLD_REL_OVR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_HOLD_REL_OVR_V, object_name:IGS_PE_HOLD_REL_OVR_V, status:VALID,
-
Table: IGS_CA_INST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CA_INST_ALL, object_name:IGS_CA_INST_ALL, status:VALID, product: IGS - Student System , description: Describes an instance of a calendar type , implementation_dba_data: IGS.IGS_CA_INST_ALL ,
-
Table: IGS_CA_INST_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes an instance of a calendar type , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_PE_PERSENC_EFFCT_PKG SQL Statements
12.1.1
-
APPS.IGS_PE_PERS_ENCUMB_PKG SQL Statements
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
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IGS_PE_PERS_ENCUMB_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_ELGBL_PERSON
12.1.1
-
PACKAGE BODY: APPS.IGS_PE_PERSENC_EFFCT_PKG
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'. ,