Search Results IGS_RU_DESCRIPTION
Overview
The IGS_RU_DESCRIPTION table is a core data entity within the Oracle E-Business Suite (EBS) Student System (IGS) module, specifically designed to store descriptive information for rules. Its primary role is to provide a textual description linked to a rule's sequence number, serving as a reference point within the now-obsolete rule engine architecture. This table functioned as a central repository for rule metadata, enabling users and other system components to understand the purpose and context of various configured rules. The documentation explicitly notes this table as part of an "Obsolete" module, indicating it is part of a legacy framework that may have been superseded in later application versions or implementations.
Key Information Stored
Based on the provided metadata, the table's structure centers on a primary key and several foreign key relationships. The most critical column is SEQUENCE_NUMBER, which serves as the table's primary key (IGS_RU_DESCRIPTION_PK). This unique identifier is the anchor for all related objects. The table also contains foreign key columns that link it to other rule components, specifically S_RETURN_TYPE and S_TURIN_FUNCTION. While the exact descriptive text column (e.g., DESCRIPTION) is not named in the excerpt, the entity's stated purpose is to "display description of rule," implying the presence of one or more columns to hold this textual data. The table's design facilitates a one-to-many relationship, where a single description record can be referenced by multiple other rule entities.
Common Use Cases and Queries
Given its status in an obsolete module, direct operational use in active development is unlikely. However, historical data analysis, legacy report generation, or data migration projects may require querying this table. A primary use case would be retrieving the description for a specific rule sequence to understand legacy business logic. A typical query would join IGS_RU_DESCRIPTION with a related table, such as IGS_RU_NAMED_RULE, to fetch descriptive context for active rule definitions. For auditing or documentation purposes, a simple SELECT statement against this table could list all stored rule descriptions with their corresponding sequence numbers. It is crucial to note the metadata states "Not implemented in this database," suggesting that in many EBS 12.1.1 or 12.2.2 instances, this table may be empty or non-existent, limiting practical queries.
Related Objects
The IGS_RU_DESCRIPTION table has defined foreign key relationships with several other entities in the rule subsystem, as documented in the ETRM metadata. These relationships are fundamental to understanding its integration:
- IGS_RU_RET_TYPE: Linked via the foreign key column IGS_RU_DESCRIPTION.S_RETURN_TYPE.
- IGS_RU_TURIN_FNC (as a parent): Linked via the foreign key column IGS_RU_DESCRIPTION.S_TURIN_FUNCTION.
- IGS_RU_NAMED_RULE: References IGS_RU_DESCRIPTION using the column IGS_RU_NAMED_RULE.RUD_SEQUENCE_NUMBER.
- IGS_RU_GROUP_SET: References IGS_RU_DESCRIPTION using the column IGS_RU_GROUP_SET.RUD_SEQUENCE_NUMBER.
- IGS_RU_CALL: References IGS_RU_DESCRIPTION using the column IGS_RU_CALL.RUD_SEQUENCE_NUMBER.
- IGS_RU_TURIN_FNC (as a child): References IGS_RU_DESCRIPTION using the column IGS_RU_TURIN_FNC.RUD_SEQUENCE_NUMBER.
These relationships position IGS_RU_DESCRIPTION as a shared reference point for named rules, group sets, function calls, and Turin functions within the obsolete rule framework.
-
Table: IGS_RU_DESCRIPTION
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_RU_DESCRIPTION, object_name:IGS_RU_DESCRIPTION, status:VALID, product: IGS - Student System , description: This entity displays description of rule , implementation_dba_data: IGS.IGS_RU_DESCRIPTION ,
-
Table: IGS_RU_TURIN_FNC
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_RU_TURIN_FNC, object_name:IGS_RU_TURIN_FNC, status:VALID, product: IGS - Student System , description: Turin functions , implementation_dba_data: IGS.IGS_RU_TURIN_FNC ,
-
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 ,
-
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_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_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_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 ,
-
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_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: 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 ,
-
Table: 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, product: IGS - Student System , description: Named rules. , implementation_dba_data: IGS.IGS_RU_NAMED_RULE ,
-
View: IGS_RU_DESCRIPTION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_RU_DESCRIPTION_V, object_name:IGS_RU_DESCRIPTION_V, status:VALID, product: IGS - Student System , description: View of rule_description table. Required for generation of form RULF2000. , implementation_dba_data: APPS.IGS_RU_DESCRIPTION_V ,
-
Table: 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, product: IGS - Student System , description: Rule call name , implementation_dba_data: IGS.IGS_RU_CALL ,
-
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_FI_F_TYP_CA_INST_LKP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_F_TYP_CA_INST_LKP_V, object_name:IGS_FI_F_TYP_CA_INST_LKP_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_FI_F_TYP_CA_INST_LKP_V ,
-
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 ,