Search Results SELECT_GROUP
Overview
The IGS_RU_NAMED_RULE_GR table is a core data structure within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the Institutional Global Systems (IGS) module. It functions as a master repository for defining and managing named rule groups. These groups are fundamental components of the system's rule-processing engine, allowing administrators to logically organize and sequence business rules (such as those for admissions, enrollment, or academic progression) for consistent evaluation and application. The table's existence is critical for configuring complex, multi-step rule-based logic that drives automated decision-making processes in the educational institution's operations.
Key Information Stored
The table stores metadata that defines the identity, behavior, and execution order of rule groups. Key columns include the composite primary key (GROUP_CD, NAME_CD), which uniquely identifies a named rule group. The DESCRIPTION provides a human-readable explanation. The S_RETURN_TYPE column dictates the expected data type returned by the rules within the group. Crucially, the RUG_SEQUENCE_NUMBER determines the processing order of the rule group, while the SELECT_GROUP and MESSAGE_GROUP columns are pivotal for grouping rules for specific evaluation contexts and for organizing related system messages, respectively. Standard "Who" columns (CREATED_BY, CREATION_DATE, etc.) track audit information.
Common Use Cases and Queries
A primary use case is the configuration and analysis of rule sets used in processes like evaluating course prerequisites or graduation requirements. Administrators query this table to understand the hierarchy and flow of rule execution. The user's search for "SELECT_GROUP" indicates a likely scenario of identifying all rule groups belonging to a specific selection context for reporting or troubleshooting. A corresponding sample query would be:
- Querying by SELECT_GROUP:
SELECT GROUP_CD, NAME_CD, DESCRIPTION, RUG_SEQUENCE_NUMBER FROM IGS.IGS_RU_NAMED_RULE_GR WHERE SELECT_GROUP = <group_number> ORDER BY RUG_SEQUENCE_NUMBER; - Listing All Rule Groups with Details:
SELECT GROUP_CD, NAME_CD, DESCRIPTION, S_RETURN_TYPE, SELECT_GROUP, MESSAGE_GROUP FROM IGS.IGS_RU_NAMED_RULE_GR ORDER BY GROUP_CD, NAME_CD;
These queries support activities such as impact analysis before modifying a rule group or generating documentation for institutional rule policies.
Related Objects
Based on the provided dependency information, the IGS_RU_NAMED_RULE_GR table is a referenced master table. While the excerpt does not list specific foreign key relationships, it confirms that the APPS.IGS_RU_NAMED_RULE_GR synonym exists, indicating it is accessed via the APPS schema in the standard EBS environment. The presence of non-unique indexes on key columns like SELECT_GROUP (IGS_RU_NAMED_RULE_GR_N4) and MESSAGE_GROUP (IGS_RU_NAMED_RULE_GR_N1) strongly suggests these columns are foreign keys referencing other lookup or control tables within the IGS rules engine. In a typical implementation, this table would be joined to child tables containing the individual rule definitions or rule results using the composite key (GROUP_CD, NAME_CD).
-
APPS.IGS_RU_GEN_003 dependencies on IGS_RU_CALL
12.1.1
-
TABLE: IGS.IGS_RU_NAMED_RULE_GR
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_RU_NAMED_RULE_GR, object_name:IGS_RU_NAMED_RULE_GR, status:VALID,
-
APPS.IGS_RU_NAMED_RULE_GR_PKG dependencies on IGS_GE_NUMBER
12.1.1
-
APPS.IGS_RU_NAMED_RULE_GR_PKG SQL Statements
12.1.1
-
TABLE: IGS.IGS_RU_CALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_RU_CALL, object_name:IGS_RU_CALL, status:VALID,
-
APPS.IGS_RU_CALL_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_PS_STAGE_RU_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_STAGE_RU_V, object_name:IGS_PS_STAGE_RU_V, status:VALID,
-
VIEW: APPS.IGS_PS_VER_RU_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_VER_RU_V, object_name:IGS_PS_VER_RU_V, status:VALID,
-
APPS.IGS_RU_CALL_PKG dependencies on IGS_GE_NUMBER
12.1.1
-
VIEW: APPS.IGS_RU_CALL_GROUP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_RU_CALL_GROUP_V, object_name:IGS_RU_CALL_GROUP_V, status:VALID,
-
VIEW: APPS.IGS_RU_CALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_RU_CALL_V, object_name:IGS_RU_CALL_V, status:VALID,
-
View: IGS_RU_CALL_GROUP_V
12.2.2
product: IGS - Student System (Obsolete) , description: New view of rule groups. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_RU_CALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_RU_CALL_V, object_name:IGS_RU_CALL_V, status:VALID, product: IGS - Student System , description: This view simplifies access to the complex rule structure. , implementation_dba_data: APPS.IGS_RU_CALL_V ,
-
VIEW: APPS.IGS_PS_USEC_RU_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_USEC_RU_V, object_name:IGS_PS_USEC_RU_V, status:VALID,
-
VIEW: APPS.IGS_PS_UNIT_VER_RU_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_VER_RU_V, object_name:IGS_PS_UNIT_VER_RU_V, status:VALID,
-
View: IGS_RU_CALL_GROUP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_RU_CALL_GROUP_V, object_name:IGS_RU_CALL_GROUP_V, status:VALID, product: IGS - Student System , description: New view of rule groups. , implementation_dba_data: APPS.IGS_RU_CALL_GROUP_V ,
-
APPS.IGS_RU_NAMED_RULE_GR_PKG dependencies on IGS_RU_NAMED_RULE_GR
12.1.1
-
View: IGS_PS_VER_RU_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_VER_RU_V, object_name:IGS_PS_VER_RU_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_VER_RU_V ,
-
APPS.IGS_RU_NAMED_RULE_GR_PKG dependencies on IGS_RU_GEN_006
12.1.1
-
VIEW: APPS.IGS_EN_UNIT_SET_RULE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_UNIT_SET_RULE_V, object_name:IGS_EN_UNIT_SET_RULE_V, status:VALID,
-
View: IGS_PS_UNIT_VER_RU_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_VER_RU_V, object_name:IGS_PS_UNIT_VER_RU_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_UNIT_VER_RU_V ,
-
View: IGS_RU_CALL_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view simplifies access to the complex rule structure. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_VER_RU_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_RU_GEN_003 dependencies on IGS_RU_DESCRIPTION
12.1.1
-
View: IGS_EN_CPD_EXT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_CPD_EXT_V, object_name:IGS_EN_CPD_EXT_V, status:VALID, product: IGS - Student System , description: Describes the Enrollment Category Eligibility Validation Extension , implementation_dba_data: APPS.IGS_EN_CPD_EXT_V ,
-
VIEW: APPS.IGS_EN_CPD_EXT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_CPD_EXT_V, object_name:IGS_EN_CPD_EXT_V, status:VALID,
-
View: IGS_PS_USEC_RU_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_USEC_RU_V, object_name:IGS_PS_USEC_RU_V, status:VALID, product: IGS - Student System , description: Unit Section Version Rules , implementation_dba_data: APPS.IGS_PS_USEC_RU_V ,
-
View: IGS_PS_STAGE_RU_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_STAGE_RU_V, object_name:IGS_PS_STAGE_RU_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_STAGE_RU_V ,
-
View: IGS_EN_CPD_EXT_V
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the Enrollment Category Eligibility Validation Extension , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_UNIT_VER_RU_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_USEC_RU_V
12.2.2
product: IGS - Student System (Obsolete) , description: Unit Section Version Rules , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_RU_NAMED_RULE_GR_PKG dependencies on IGS_RU_GROUP_PKG
12.1.1
-
View: IGS_EN_UNIT_SET_RULE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_UNIT_SET_RULE_V, object_name:IGS_EN_UNIT_SET_RULE_V, status:VALID, product: IGS - Student System , description: This view defines the current unit set rules that are to be applied to obtain valid unit sets. , implementation_dba_data: APPS.IGS_EN_UNIT_SET_RULE_V ,
-
View: IGS_PS_STAGE_RU_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_RU_CALL_PKG dependencies on IGS_RU_CALL
12.1.1
-
View: IGS_EN_UNIT_SET_RULE_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view defines the current unit set rules that are to be applied to obtain valid unit sets. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_RU_NAMED_RULE_GR_PKG dependencies on FND_MESSAGE
12.1.1
-
PACKAGE BODY: APPS.IGS_RU_NAMED_RULE_GR_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_RU_CALL_PKG
12.1.1
-
APPS.IGS_RU_GEN_003 SQL Statements
12.1.1
-
APPS.IGS_RU_NAMED_RULE_GR_PKG dependencies on APP_EXCEPTION
12.1.1
-
APPS.IGS_RU_NAMED_RULE_GR_PKG dependencies on IGS_GE_MSG_STACK
12.1.1
-
APPS.IGS_RU_CALL_PKG dependencies on IGS_GE_MSG_STACK
12.1.1
-
APPS.IGS_RU_CALL_PKG dependencies on FND_MESSAGE
12.1.1
-
APPS.IGS_RU_CALL_PKG dependencies on APP_EXCEPTION
12.1.1
-
PACKAGE BODY: APPS.IGS_RU_GEN_003
12.1.1
-
APPS.WF_EVENT_HTML SQL Statements
12.2.2
-
APPS.WF_EVENT_HTML SQL Statements
12.1.1
-
PACKAGE BODY: APPS.WF_EVENT_HTML
12.1.1
-
PACKAGE BODY: APPS.WF_EVENT_HTML
12.2.2