Search Results igs_ru_set
Overview
The IGS_RU_SET table is a core data object within the Oracle E-Business Suite (EBS) Student System (IGS) module. It serves as the master repository for defining rule sets, which are logical groupings of individual rules used to enforce complex business policies and validations across student lifecycle processes. These rule sets provide a structured mechanism for the system to evaluate multiple conditions in a defined sequence, supporting critical academic and administrative functions such as progression checking, prerequisite validation, graduation auditing, and eligibility determination. Its role is foundational to the rule engine within the IGS module, enabling configurable and reusable business logic.
Key Information Stored
While the provided metadata does not list specific columns, the documented primary and foreign key relationships reveal the table's essential structural data. The primary key is a column named SEQUENCE_NUMBER, which uniquely identifies each rule set definition within the system. This identifier is the central reference point for all related rule components. The table stores descriptive attributes for each rule set, which typically include the rule set name, an active status indicator, a description, and potentially a type or category to classify its purpose (e.g., enrollment rules, award rules). The SEQUENCE_NUMBER is the critical piece of data that links the rule set definition to its constituent parts.
Common Use Cases and Queries
A primary use case is generating reports on the configuration of academic rules for auditing or troubleshooting. Administrators may need to list all active rule sets or analyze which rule sets are associated with specific programs or requirements. Common SQL queries involve joining the IGS_RU_SET table with its member and item tables to understand the full composition of a rule. For example, to retrieve the basic details of all configured rule sets, a query would select from IGS_RU_SET, often ordered by the sequence number. To analyze a specific rule set's components, a developer would join IGS_RU_SET to IGS_RU_SET_MEMBER and IGS_RU_ITEM using the SEQUENCE_NUMBER as the link.
Related Objects
The IGS_RU_SET table has documented foreign key relationships with two key child tables, forming the core of the rule definition hierarchy.
- IGS_RU_SET_MEMBER: This table stores the members (individual rules) that belong to a rule set. It references IGS_RU_SET via the foreign key column
IGS_RU_SET_MEMBER.RS_SEQUENCE_NUMBER, which joins toIGS_RU_SET.SEQUENCE_NUMBER. - IGS_RU_ITEM: This table holds the detailed conditions and actions for individual rule items. It references IGS_RU_SET via the foreign key column
IGS_RU_ITEM.SET_NUMBER, which joins toIGS_RU_SET.SEQUENCE_NUMBER.
This structure indicates that a single rule set (IGS_RU_SET) can contain multiple rule members (IGS_RU_SET_MEMBER), and each of those members is further defined by specific rule items (IGS_RU_ITEM).
-
Table: IGS_RU_SET
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_RU_SET, object_name:IGS_RU_SET, status:VALID, product: IGS - Student System , description: Rule sets , implementation_dba_data: IGS.IGS_RU_SET ,
-
Table: IGS_RU_SET
12.2.2
product: IGS - Student System (Obsolete) , description: Rule sets , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_RU_GEN_003 dependencies on IGS_RU_SET
12.1.1
-
APPS.IGS_RU_GEN_006 dependencies on IGS_RU_SET
12.1.1
-
APPS.IGS_RU_SET_PKG dependencies on IGS_RU_SET
12.1.1
-
APPS.IGS_RU_GEN_001 dependencies on IGS_RU_SET
12.1.1
-
APPS.IGS_RU_GEN_002 dependencies on IGS_RU_SET
12.1.1
-
APPS.IGS_RU_SET_PKG dependencies on IGS_RU_GEN_006
12.1.1
-
APPS.IGS_RU_SET_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.IGS_RU_SET
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_RU_SET, status:VALID,
-
APPS.IGS_RU_SET_PKG dependencies on APP_EXCEPTION
12.1.1
-
PACKAGE BODY: APPS.IGS_RU_SET_PKG
12.1.1
-
TABLE: IGS.IGS_RU_SET
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_RU_SET, object_name:IGS_RU_SET, status:VALID,
-
APPS.IGS_RU_SET_PKG dependencies on IGS_GE_MSG_STACK
12.1.1
-
APPS.IGS_RU_SET_PKG dependencies on FND_MESSAGE
12.1.1
-
Table: IGS_RU_ITEM
12.2.2
product: IGS - Student System (Obsolete) , description: Rule items , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_RU_SET_MEMBER
12.2.2
product: IGS - Student System (Obsolete) , description: Rule set members , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_RU_SET_PKG dependencies on IGS_RU_SET_PKG
12.1.1
-
APPS.IGS_RU_SET_MEMBER_PKG dependencies on IGS_RU_GEN_006
12.1.1
-
PACKAGE BODY: APPS.IGS_RU_SET_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_RU_SET_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_RU_GEN_006
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_RU_GEN_006, status:VALID,
-
APPS.IGS_RU_ITEM_PKG dependencies on IGS_RU_SET_PKG
12.1.1
-
APPS.IGS_RU_GEN_006 dependencies on IGS_RU_DESCRIPTION
12.1.1
-
Table: IGS_RU_SET_MEMBER
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_RU_SET_MEMBER, object_name:IGS_RU_SET_MEMBER, status:VALID, product: IGS - Student System , description: Rule set members , implementation_dba_data: IGS.IGS_RU_SET_MEMBER ,
-
APPS.IGS_RU_SET_MEMBER_PKG dependencies on IGS_RU_SET_PKG
12.1.1
-
Table: IGS_RU_ITEM
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_RU_ITEM, object_name:IGS_RU_ITEM, status:VALID, product: IGS - Student System , description: Rule items , implementation_dba_data: IGS.IGS_RU_ITEM ,
-
APPS.IGS_RU_ITEM_PKG dependencies on IGS_RU_GEN_006
12.1.1
-
APPS.IGS_RU_GEN_002 dependencies on DUAL
12.1.1
-
PACKAGE BODY: APPS.IGS_RU_GEN_003
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_RU_GEN_003, status:VALID,
-
PACKAGE BODY: APPS.IGS_RU_GEN_002
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_RU_GEN_002, status:VALID,
-
PACKAGE BODY: APPS.IGS_RU_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_RU_GEN_001, status:VALID,
-
APPS.IGS_RU_GEN_006 SQL Statements
12.1.1
-
APPS.IGS_RU_GEN_003 dependencies on IGS_RU_ITEM
12.1.1
-
APPS.IGS_RU_SET_MEMBER_PKG dependencies on IGS_GE_MSG_STACK
12.1.1
-
APPS.IGS_RU_GEN_003 SQL Statements
12.1.1
-
APPS.IGS_RU_GEN_002 SQL Statements
12.1.1
-
APPS.IGS_RU_SET_MEMBER_PKG dependencies on APP_EXCEPTION
12.1.1
-
APPS.IGS_RU_SET_MEMBER_PKG dependencies on FND_MESSAGE
12.1.1
-
APPS.IGS_RU_GEN_002 dependencies on IGS_RU_ITEM
12.1.1
-
APPS.IGS_RU_ITEM_PKG dependencies on IGS_GE_MSG_STACK
12.1.1
-
APPS.IGS_RU_ITEM_PKG dependencies on APP_EXCEPTION
12.1.1
-
APPS.IGS_RU_ITEM_PKG dependencies on FND_MESSAGE
12.1.1
-
PACKAGE BODY: APPS.IGS_RU_GEN_006
12.1.1
-
PACKAGE BODY: APPS.IGS_RU_GEN_003
12.1.1
-
PACKAGE BODY: APPS.IGS_RU_SET_MEMBER_PKG
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
-
12.1.1 DBA Data
12.1.1