Search Results igs_ru_named_rule_gr
Overview
The IGS_RU_NAMED_RULE_GR table is a core data structure within the Oracle E-Business Suite Student System (IGS). It functions as the master definition table for Named Rule Groups. In the context of the EBS rule engine, a Named Rule Group is a logical container that associates a specific rule or set of rules (defined elsewhere) with a unique, user-defined identifier. This object is critical for the modular and reusable configuration of complex business logic governing academic processes, such as progression, graduation eligibility, or prerequisite checking. Its status as VALID confirms its active role in both the 12.1.1 and 12.2.2 releases of the application.
Key Information Stored
The table's primary purpose is to define the key attributes of a Named Rule Group. The documented primary key, IGS_RU_NDG_PK, is a composite key consisting of the GROUP_CD and NAME_CD columns. This structure indicates that a rule group is uniquely identified by the combination of a group code and a name code. While the full column list is not detailed in the provided metadata, the foreign key relationships reveal other critical data points stored. These include a MESSAGE_GROUP for error handling, a RUG_SEQUENCE_NUMBER likely for ordering or versioning, a SELECT_GROUP for defining rule selection criteria, and an S_RETURN_TYPE (linked to IGS_RU_RET_TYPE) which dictates the data type or format of the result returned when the rule group is evaluated.
Common Use Cases and Queries
This table is primarily accessed for system configuration and rule auditing. Administrators query it to understand the landscape of defined rule groups and their relationships. A common reporting need is to list all Named Rule Groups along with their associated return types. A sample query for such a report would join IGS_RU_NAMED_RULE_GR with the IGS_RU_RET_TYPE table. Another typical use case involves troubleshooting; when a specific business rule fails, support personnel would trace the issue back to its Named Rule Group definition via the GROUP_CD and NAME_CD. The table is also central during the setup of new academic policies, where new rows are inserted to define the rule containers that will be executed by the application's rule processing engine.
Related Objects
The IGS_RU_NAMED_RULE_GR table is integral to the rule subsystem, with several documented foreign key relationships. The primary key (GROUP_CD, NAME_CD) is referenced by the IGS_RU_NRG_GROUP_CD foreign key, indicating child tables that depend on this specific definition. Crucially, it has multiple foreign key dependencies on the IGS_RU_GROUP table, linking through the MESSAGE_GROUP, RUG_SEQUENCE_NUMBER, and SELECT_GROUP columns. This suggests that IGS_RU_GROUP holds more granular rule or group component definitions. Furthermore, the S_RETURN_TYPE column is a foreign key to the IGS_RU_RET_TYPE table, which standardizes the possible return value types for rule evaluations. These relationships form a network where IGS_RU_NAMED_RULE_GR acts as a central hub connecting rule logic (IGS_RU_GROUP), return type metadata (IGS_RU_RET_TYPE), and subordinate rule details.
-
Table: 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, product: IGS - Student System , description: Named Rule Group. , implementation_dba_data: IGS.IGS_RU_NAMED_RULE_GR ,
-
Table: IGS_RU_NAMED_RULE_GR
12.2.2
product: IGS - Student System (Obsolete) , description: Named Rule Group. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_RU_NAMED_RULE_GR_PKG dependencies on IGS_RU_NAMED_RULE_GR
12.1.1
-
APPS.IGS_RU_NAMED_RULE_GR_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_RU_CALL_GROUP_V
12.1.1
-
Table: IGS_RU_GROUP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_RU_GROUP, object_name:IGS_RU_GROUP, status:VALID, product: IGS - Student System , description: Rule Group , implementation_dba_data: IGS.IGS_RU_GROUP ,
-
SYNONYM: APPS.IGS_RU_NAMED_RULE_GR
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_RU_NAMED_RULE_GR, status:VALID,
-
Table: IGS_RU_GROUP
12.2.2
product: IGS - Student System (Obsolete) , description: Rule Group , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_RU_NAMED_RULE_GR_PKG dependencies on IGS_RU_GEN_006
12.1.1
-
VIEW: APPS.IGS_RU_CALL_V
12.1.1
-
APPS.IGS_RU_NAMED_RULE_GR_PKG dependencies on IGS_RU_NAMED_RULE_GR_PKG
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,
-
PACKAGE BODY: APPS.IGS_RU_NAMED_RULE_GR_PKG
12.1.1
-
Table: IGS_RU_NRG_GROUP_CD
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_RU_NRG_GROUP_CD, object_name:IGS_RU_NRG_GROUP_CD, status:VALID, product: IGS - Student System , description: Named rule group code. , implementation_dba_data: IGS.IGS_RU_NRG_GROUP_CD ,
-
Table: IGS_RU_NRG_GROUP_CD
12.2.2
product: IGS - Student System (Obsolete) , description: Named rule group code. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_RU_RET_TYPE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_RU_RET_TYPE, object_name:IGS_RU_RET_TYPE, status:VALID, product: IGS - Student System , description: This entity holds the allowed return types , implementation_dba_data: IGS.IGS_RU_RET_TYPE ,
-
Table: IGS_RU_RET_TYPE
12.2.2
product: IGS - Student System (Obsolete) , description: This entity holds the allowed return types , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
PACKAGE BODY: APPS.IGS_RU_NAMED_RULE_GR_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_RU_NAMED_RULE_GR_PKG, status:VALID,
-
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 ,
-
APPS.IGS_RU_NAMED_RULE_GR_PKG dependencies on APP_EXCEPTION
12.1.1
-
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_GE_MSG_STACK
12.1.1
-
APPS.IGS_RU_NAMED_RULE_GR_PKG dependencies on FND_MESSAGE
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,
-
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,
-
12.1.1 DBA Data
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
-
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'. ,