Search Results elgb_override_id
Overview
The IGS_PE_HOLD_REL_OVR table is a core data repository within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the Oracle Student Management (OSM) product. It functions as an audit and control table for managing exceptions to standard institutional hold policies applied to a person or entity. Its primary role is to record instances where a system or administrative user has either overridden a hold to allow an action to proceed or has manually released a hold before its scheduled end date. This table is critical for maintaining compliance and providing a historical audit trail of all hold-related exceptions.
Key Information Stored
The table stores metadata and transactional details for each hold override or release event. The most critical columns include the unique identifier HOLD_REL_OVR_ID and the foreign key ELGB_OVERRIDE_ID, which links the action to a specific eligibility override record. The HOLD_TYPE column specifies the category of hold being managed, while HOLD_REL_OR_OVR is a flag indicating whether the action was a full 'Release' (R) or an 'Override' (O). Temporal data is captured in ACTION_DT (when the action was taken), HOLD_OLD_END_DT (the original expiration date, stored only for releases), and START_DATE. Standard EBS WHO columns track the creation and last update details for the record.
Common Use Cases and Queries
This table is central to reporting and troubleshooting scenarios involving hold management. A common operational use case is auditing all hold exceptions for a specific student or within a date range to ensure policy compliance. For reporting, administrators may need to join this table with person or enrollment data to analyze the frequency and types of overrides. A foundational query to retrieve all records is provided in the ETRM:
SELECT HOLD_REL_OVR_ID, ELGB_OVERRIDE_ID, HOLD_TYPE,
HOLD_REL_OR_OVR, HOLD_OLD_END_DT, ACTION_DT
FROM IGS.IGS_PE_HOLD_REL_OVR;
For practical analysis, this query is typically extended with a JOIN to the IGS_EN_ELGB_OVR_ALL table on ELGB_OVERRIDE_ID to retrieve the person or entity context for the override action.
Related Objects
The IGS_PE_HOLD_REL_OVR table is part of a defined relational schema within the IGS (iGrants) module. Its documented relationships are primarily through foreign key constraints:
- Primary Key: IGS_PE_HOLD_REL_OVR_PK on column HOLD_REL_OVR_ID.
- Foreign Key (References): Column ELGB_OVERRIDE_ID references the IGS_EN_ELGB_OVR_ALL table, linking the hold action to a broader eligibility override context.
- Foreign Key (References): Column HOLD_TYPE references the IGS_FI_ENCMB_TYPE_ALL table, which defines the valid hold/encumbrance types in the system.
These relationships are essential for constructing accurate joins in reports and for understanding the data's integrity within the application's business logic.
-
APPS.IGS_EN_ELGB_OVR_PKG dependencies on IGS_EN_ELGB_OVR_ALL
12.1.1
-
APPS.IGS_EN_ELGB_OVR_STEP_PKG dependencies on IGS_EN_ELGB_OVR_STEP
12.1.1
-
TABLE: IGS.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,
-
TABLE: IGS.IGS_EN_SEVIS_AUTH
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_SEVIS_AUTH, object_name:IGS_EN_SEVIS_AUTH, status:VALID,
-
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,
-
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,
-
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_PE_HOLD_REL_OVR_PKG dependencies on IGS_PE_HOLD_REL_OVR
12.1.1
-
APPS.IGS_EN_ELGB_OVR_PKG 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
-
Table: IGS_EN_SEVIS_AUTH
12.2.2
product: IGS - Student System (Obsolete) , description: Obsolete , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_EN_SEVIS_AUTH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_SEVIS_AUTH_V, object_name:IGS_EN_SEVIS_AUTH_V, 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_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 ,
-
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.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 ,
-
APPS.IGS_EN_SEVIS_AUTH_PKG dependencies on IGS_EN_SEVIS_AUTH
12.1.1
-
Table: IGS_EN_SEVIS_AUTH
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_SEVIS_AUTH, object_name:IGS_EN_SEVIS_AUTH, status:VALID, product: IGS - Student System , description: Obsolete , implementation_dba_data: IGS.IGS_EN_SEVIS_AUTH ,
-
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 ,
-
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 ,
-
View: IGS_EN_SEVIS_AUTH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_SEVIS_AUTH_V, object_name:IGS_EN_SEVIS_AUTH_V, status:VALID, product: IGS - Student System , description: Obsolete , implementation_dba_data: APPS.IGS_EN_SEVIS_AUTH_V ,
-
View: IGS_EN_SEVIS_AUTH_V
12.2.2
product: IGS - Student System (Obsolete) , description: Obsolete , 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 ,
-
APPS.IGS_PE_HOLD_REL_OVR_PKG SQL Statements
12.1.1
-
APPS.IGS_EN_ELGB_OVR_PKG SQL Statements
12.1.1
-
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 ,
-
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 ,
-
APPS.IGS_EN_SVS_AUTH_CAL_PKG dependencies on IGS_EN_ELGB_OVR_STEP
12.1.1
-
VIEW: APPS.IGS_EN_ELGB_OVR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_ELGB_OVR_V, object_name:IGS_EN_ELGB_OVR_V, status:VALID,
-
APPS.IGS_EN_SEVIS_AUTH_PKG SQL Statements
12.1.1
-
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_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 ,
-
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,
-
VIEW: APPS.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,
-
View: IGS_EN_ELGB_OVR_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_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 ,
-
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_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_ELGB_OVR_V, object_name:IGS_EN_ELGB_OVR_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_V ,
-
PACKAGE BODY: APPS.IGS_EN_ELGB_OVR_STEP_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_SEVIS_AUTH_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_PE_HOLD_REL_OVR_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_ELGB_OVR_PKG
12.1.1
-
APPS.IGS_EN_ELGBL_OVERRIDE SQL Statements
12.1.1
-
APPS.IGS_EN_SVS_AUTH_CAL_PKG SQL Statements
12.1.1
-
APPS.IGS_EN_ELGBL_OVERRIDE dependencies on IGS_EN_ELGB_OVR
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_SVS_AUTH_CAL_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_ELGBL_OVERRIDE
12.1.1