Search Results igs_en_elgb_ovr_step
Overview
The IGS_EN_ELGB_OVR_STEP table is a core data structure within the Oracle E-Business Suite 12.1.1 and 12.2.2, specifically for the now-obsolete IGS (Student System) module. Its primary function is to store granular details for overrides applied during the enrollment eligibility validation process. When a student's enrollment in a course or unit requires an exception to standard business rules, an administrator can create an eligibility override. This table records the specific validation steps (e.g., prerequisite checks, fee status, academic standing) that were bypassed or approved for each override, providing a detailed audit trail of the decision.
Key Information Stored
The table's design centers on linking an override to the specific validation steps it affects. The documented structure indicates several critical columns. The ELGB_OVERRIDE_ID is a foreign key that links the step record to its parent override header in the IGS_EN_ELGB_OVR_ALL table. The STEP_OVERRIDE_TYPE column, part of a unique key, defines the category or rule of the validation step being overridden. For overrides related to specific unit offerings, the UOO_ID (Unit Offering Option ID) links to the IGS_PS_UNIT_OFR_OPT_ALL table. Furthermore, the columns UNIT_CD and VERSION_NUMBER are referenced in a foreign key relationship, suggesting the table can also store override steps tied directly to a unit's version, independent of a specific offering instance. The surrogate primary key ELGB_OVR_STEP_ID ensures each record is uniquely identifiable.
Common Use Cases and Queries
This table is essential for auditing, troubleshooting, and generating compliance reports on enrollment exceptions. A common operational query would involve joining to the parent override table to list all overridden steps for a particular student or academic period. For example, to audit all eligibility overrides for a specific unit offering, a query might join IGS_EN_ELGB_OVR_STEP to IGS_EN_ELGB_OVR_ALL on ELGB_OVERRIDE_ID and filter by UOO_ID. Reporting use cases include analyzing the frequency of specific step overrides (STEP_OVERRIDE_TYPE) to identify overly restrictive or commonly bypassed business rules. System administrators might query this table to validate data integrity or as part of a data purge strategy for obsolete override records.
Related Objects
The table maintains defined relationships with several other key entities in the Student System, as per the provided metadata:
- IGS_EN_ELGB_OVR_ALL: This is the parent header table. The foreign key
IGS_EN_ELGB_OVR_STEP.ELGB_OVERRIDE_IDreferencesIGS_EN_ELGB_OVR_ALL, establishing that each override step belongs to a master override record. - IGS_PS_UNIT_OFR_OPT_ALL: This table defines specific unit offerings. The foreign key on
IGS_EN_ELGB_OVR_STEP.UOO_IDlinks an override step to a particular unit offering option, scoping the override's applicability. - Self-Referential / Unit Catalog: The metadata indicates foreign key columns for
UNIT_CDandVERSION_NUMBER, suggesting a relationship to a unit definition table (not fully named in the excerpt, often IGS_PS_UNIT_VER). This allows override steps to be associated with a unit in the catalog broadly, rather than a specific offering.
-
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_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 ,
-
APPS.IGS_EN_ELGBL_PERSON dependencies on IGS_EN_ELGB_OVR_STEP
12.1.1
-
APPS.IGS_EN_ELGBL_PROGRAM dependencies on IGS_EN_ELGB_OVR_STEP
12.1.1
-
APPS.IGS_EN_ELGBL_OVERRIDE dependencies on IGS_EN_ELGB_OVR_STEP
12.1.1
-
APPS.IGS_EN_ELGBL_UNIT dependencies on IGS_EN_ELGB_OVR_STEP
12.1.1
-
APPS.IGS_EN_ELGB_OVR_STEP_PKG dependencies on IGS_EN_ELGB_OVR_STEP
12.1.1
-
APPS.IGS_EN_SVS_AUTH_CAL_PKG dependencies on IGS_EN_ELGB_OVR_STEP
12.1.1
-
APPS.IGS_SS_ENR_DETAILS dependencies on IGS_EN_ELGB_OVR_STEP
12.1.1
-
APPS.IGS_EN_GEN_015 dependencies on IGS_EN_ELGB_OVR_STEP
12.1.1
-
APPS.IGS_EN_ELGB_OVR_UOO_PKG dependencies on IGS_EN_ELGB_OVR_STEP
12.1.1
-
APPS.IGS_SS_EN_WRAPPERS dependencies on IGS_EN_ELGB_OVR_STEP
12.1.1
-
APPS.IGS_EN_GEN_015 dependencies on IGS_EN_ELGB_OVR
12.1.1
-
APPS.IGS_EN_SVS_AUTH_CAL_PKG dependencies on IGS_EN_ELGB_OVR
12.1.1
-
APPS.IGS_EN_ELGB_OVR_STEP_PKG SQL Statements
12.1.1
-
APPS.IGS_EN_ELGB_OVR_UOO_PKG dependencies on IGS_EN_ELGB_OVR
12.1.1
-
APPS.IGS_EN_GEN_015 dependencies on IGS_EN_ELGB_OVR_UOO
12.1.1
-
SYNONYM: APPS.IGS_EN_ELGB_OVR_STEP
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_EN_ELGB_OVR_STEP, status:VALID,
-
VIEW: APPS.IGS_EN_ELGB_OVR_SYS_STEP_V
12.1.1
-
VIEW: APPS.IGS_EN_ELGB_OVR_STEP_V
12.1.1
-
TABLE: IGS.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,
-
PACKAGE BODY: APPS.IGS_EN_ELGB_OVR_STEP_PKG
12.1.1
-
APPS.IGS_EN_ELGBL_OVERRIDE dependencies on IGS_EN_ELGB_OVR
12.1.1
-
APPS.IGS_EN_SVS_AUTH_CAL_PKG dependencies on IGS_CA_INST
12.1.1
-
APPS.IGS_EN_ELGB_OVR_STEP_PKG dependencies on IGS_EN_ELGB_OVR_STEP_PKG
12.1.1
-
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 ,
-
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 ,
-
View: IGS_EN_ELGB_OVR_SYS_STEP_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view is used to capture the Enrollment Eligibility Override of system steps. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_ELGB_OVR_SYS_STEP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_ELGB_OVR_SYS_STEP_V, object_name:IGS_EN_ELGB_OVR_SYS_STEP_V, status:VALID, product: IGS - Student System , description: This view is used to capture the Enrollment Eligibility Override of system steps. , implementation_dba_data: APPS.IGS_EN_ELGB_OVR_SYS_STEP_V ,
-
PACKAGE BODY: APPS.IGS_EN_SVS_AUTH_CAL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_SVS_AUTH_CAL_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_ELGB_OVR_STEP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_ELGB_OVR_STEP_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_ELGBL_OVERRIDE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_ELGBL_OVERRIDE, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_ELGBL_PERSON
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_ELGBL_PERSON, status:VALID,
-
View: IGS_EN_ELGB_OVR_STEP_V
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the Enrollment Category Eligibility Validation Override step Details , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_ELGB_OVR_STEP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_ELGB_OVR_STEP_V, object_name:IGS_EN_ELGB_OVR_STEP_V, status:VALID, product: IGS - Student System , description: Describes the Enrollment Category Eligibility Validation Override step Details , implementation_dba_data: APPS.IGS_EN_ELGB_OVR_STEP_V ,
-
APPS.IGS_EN_GEN_015 SQL Statements
12.1.1
-
APPS.IGS_EN_SVS_AUTH_CAL_PKG dependencies on HZ_PARTIES
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_ELGBL_UNIT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_ELGBL_UNIT, status:VALID,
-
APPS.IGS_EN_ELGBL_OVERRIDE SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_ELGBL_PROGRAM
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_ELGBL_PROGRAM, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_ELGB_OVR_UOO_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_ELGB_OVR_UOO_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_GEN_015
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GEN_015, status:VALID,
-
APPS.IGS_EN_SVS_AUTH_CAL_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_SS_ENR_DETAILS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_SS_ENR_DETAILS, status:VALID,
-
PACKAGE BODY: APPS.IGS_SS_EN_WRAPPERS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_SS_EN_WRAPPERS, status:VALID,
-
VIEW: APPS.IGS_EN_ELGB_OVR_SYS_STEP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_ELGB_OVR_SYS_STEP_V, object_name:IGS_EN_ELGB_OVR_SYS_STEP_V, status:VALID,
-
Table: IGS_PS_UNIT_OFR_OPT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_OFR_OPT_ALL, object_name:IGS_PS_UNIT_OFR_OPT_ALL, status:VALID, product: IGS - Student System , description: This entity describes the available options for each unit offering. , implementation_dba_data: IGS.IGS_PS_UNIT_OFR_OPT_ALL ,
-
APPS.IGS_EN_ELGBL_OVERRIDE dependencies on IGS_EN_ELGB_OVR_UOO
12.1.1
-
Table: IGS_PS_UNIT_OFR_OPT_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the available options for each unit offering. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_EN_ELGB_OVR_UOO_PKG SQL Statements
12.1.1