Search Results rug_sequence_number
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_VAL_RGI SQL Statements
12.1.1
-
APPS.IGS_RU_VAL_RGI dependencies on IGS_RU_GROUP_ITEM
12.1.1
-
APPS.IGS_RU_NAMED_RULE_GR_PKG dependencies on IGS_GE_NUMBER
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,
-
TABLE: IGS.IGS_RU_GROUP_ITEM
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_RU_GROUP_ITEM, object_name:IGS_RU_GROUP_ITEM, status:VALID,
-
TABLE: IGS.IGS_RU_TURIN_RULE_GR
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_RU_TURIN_RULE_GR, object_name:IGS_RU_TURIN_RULE_GR, status:VALID,
-
APPS.IGS_RU_NAMED_RULE_PKG dependencies on IGS_GE_NUMBER
12.1.1
-
TABLE: IGS.IGS_RU_GROUP_SET
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_RU_GROUP_SET, object_name:IGS_RU_GROUP_SET, status:VALID,
-
PACKAGE BODY: APPS.IGS_RU_VAL_RGI
12.1.1
-
TABLE: IGS.IGS_RU_NAMED_RULE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_RU_NAMED_RULE, object_name:IGS_RU_NAMED_RULE, status:VALID,
-
APPS.IGS_RU_GROUP_ITEM_PKG dependencies on IGS_GE_NUMBER
12.1.1
-
APPS.IGS_RU_CALL_PKG dependencies on IGS_GE_NUMBER
12.1.1
-
APPS.IGS_RU_GROUP_SET_PKG dependencies on IGS_GE_NUMBER
12.1.1
-
APPS.IGS_RU_GROUP_SET_PKG SQL Statements
12.1.1
-
APPS.IGS_RU_VAL_RGI dependencies on IGS_RU_GROUP_SET
12.1.1
-
APPS.IGS_RU_GROUP_SET_PKG dependencies on IGS_RU_GROUP_SET
12.1.1
-
APPS.IGS_RU_TURIN_RULE_GR_PKG dependencies on IGS_RU_TURIN_RULE_GR
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,
-
APPS.IGS_RU_GROUP_SET_PKG dependencies on IGS_RU_GEN_006
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_GROUP_ITEM_PKG dependencies on IGS_RU_GROUP_ITEM
12.1.1
-
APPS.IGS_RU_NAMED_RULE_PKG SQL Statements
12.1.1
-
APPS.IGS_RU_TURIN_RULE_GR_PKG dependencies on IGS_RU_GEN_006
12.1.1
-
APPS.IGS_RU_NAMED_RULE_PKG dependencies on IGS_RU_GROUP_PKG
12.1.1
-
Table: IGS_RU_GROUP_ITEM
12.2.2
product: IGS - Student System (Obsolete) , description: Rules Group Items , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_RU_TURIN_RULE_GR_PKG SQL Statements
12.1.1
-
APPS.IGS_RU_NAMED_RULE_PKG dependencies on IGS_RU_NAMED_RULE
12.1.1
-
APPS.IGS_RU_TURIN_RULE_GR_PKG dependencies on IGS_GE_NUMBER
12.1.1
-
Table: IGS_RU_GROUP_ITEM
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_RU_GROUP_ITEM, object_name:IGS_RU_GROUP_ITEM, status:VALID, product: IGS - Student System , description: Rules Group Items , implementation_dba_data: IGS.IGS_RU_GROUP_ITEM ,
-
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 ,
-
Table: IGS_RU_GROUP_SET
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_RU_GROUP_SET, object_name:IGS_RU_GROUP_SET, status:VALID, product: IGS - Student System , description: Rule Group Set , implementation_dba_data: IGS.IGS_RU_GROUP_SET ,
-
VIEW: APPS.IGS_AD_APCTR_RU_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_APCTR_RU_V, object_name:IGS_AD_APCTR_RU_V, status:VALID,
-
APPS.IGS_RU_GROUP_ITEM_PKG dependencies on IGS_RU_GROUP_PKG
12.1.1
-
Table: IGS_RU_GROUP_SET
12.2.2
product: IGS - Student System (Obsolete) , description: Rule Group Set , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_RU_GROUP_ITEM_PKG SQL Statements
12.1.1
-
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,
-
APPS.IGS_RU_GROUP_SET_PKG dependencies on IGS_RU_GROUP_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_RU_GROUP_SET_PKG
12.1.1
-
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 ,
-
APPS.IGS_RU_GROUP_ITEM_PKG dependencies on IGS_RU_GEN_006
12.1.1
-
APPS.IGS_RU_TURIN_RULE_GR_PKG dependencies on IGS_RU_GROUP_PKG
12.1.1
-
APPS.IGS_RU_GROUP_SET_PKG dependencies on IGS_GE_MSG_STACK
12.1.1
-
APPS.IGS_RU_NAMED_RULE_GR_PKG dependencies on IGS_RU_GEN_006
12.1.1
-
APPS.IGS_RU_NAMED_RULE_PKG dependencies on IGS_RU_GEN_006
12.1.1
-
APPS.IGS_RU_NAMED_RULE_PKG dependencies on APP_EXCEPTION
12.1.1
-
View: IGS_AD_APCTR_RU_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_APCTR_RU_V, object_name:IGS_AD_APCTR_RU_V, status:VALID, product: IGS - Student System , description: This is view is for displaying the descriptions of the codes columns of admission process category tracking rules view. , implementation_dba_data: APPS.IGS_AD_APCTR_RU_V ,
-
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.IGF_AW_COA_GROUP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_COA_GROUP_V, object_name:IGF_AW_COA_GROUP_V, status:VALID,
-
APPS.IGS_RU_GROUP_SET_PKG dependencies on FND_MESSAGE
12.1.1
-
APPS.IGS_RU_GROUP_SET_PKG dependencies on APP_EXCEPTION
12.1.1