Search Results rule_text
Overview
IGS_RU_DESCRIPTION_V is a reporting and integration view within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 environments, owned by the APPS schema. It is part of the Oracle Student System (formerly Oracle iLearning / Oracle Student Systems) product family, where the IGS_ prefix designates objects belonging to the Student Systems data model. The "RU" component refers to the Rules Engine, a subsystem used to define and evaluate conditional logic that drives student records processing, fee calculation, admissions decisions, and related business rules.
The view exposes the definitional attributes of individual rules, including their description, return type, sequencing, and underlying function binding. It is documented as a view over a single base table and does not join laterally to additional objects, so it functions primarily as a secured, presentation-layer projection used by concurrent programs, forms, and report queries that need to enumerate rule descriptions without touching the base table directly.
Underlying Base Objects
The view is defined entirely over the base table IGS_RU_DESCRIPTION (aliased as RUD). According to the documented view text, no other tables are referenced; the SELECT list carries a straight projection of columns from IGS_RU_DESCRIPTION with no WHERE clause, join condition, or aggregation. The ETRM metadata for this object lists the referenced base objects as none documented, but the view text itself explicitly names IGS_RU_DESCRIPTION as the sole source. This means the view is a one-to-one passthrough: every row in IGS_RU_DESCRIPTION corresponds to exactly one row in the view, and no filtering or fan-out occurs.
Because the view relies on ROWID from the base table, it remains row-addressable for updates, although its primary use in practice is read-only reporting. No synonyms beyond the APPS owner are documented in the excerpt.
Key Columns
- ROW_ID — The ROWID of the underlying IGS_RU_DESCRIPTION row, usable as a unique identifier for direct row access.
- SEQUENCE_NUMBER — Ordering position of the rule description entry, controlling evaluation or display order.
- RULE_DESCRIPTION — The descriptive text identifying the rule.
- S_RETURN_TYPE — The data type returned by the rule when evaluated (for example, a boolean or numeric result).
- DESCRIPTION — The full textual description of the rule.
- RULE_TEXT — A placeholder column. The view text selects a literal empty string (
'' RULE_TEXT) into this position, meaning it is not populated from the base table and should not be relied upon for rule body content. - PARENTHESIS_IND — Flag indicating whether the rule description is enclosed in parentheses, relevant to expression formatting.
- S_TURIN_FUNCTION — Identifies the Turín function (the rules-engine execution routine) bound to the rule.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — Standard EBS audit columns tracking who created and last modified the record and when.
Common Use Cases and Queries
Typical uses include generating rule inventories, troubleshooting rule evaluation order, and feeding integration extracts. A standard query listing rule descriptions ordered by sequence is:
SELECT sequence_number, rule_description, s_return_type, description FROM apps.igs_ru_description_v ORDER BY sequence_number;
Analysts often filter by return type when auditing consistency, for example WHERE s_return_type = 'B'. Audit reporting can join the view to FND_USER via LAST_UPDATED_BY. Because RULE_TEXT is a literal empty string, queries requiring the actual rule text must not use this view; they should target IGS_RU_DESCRIPTION or the associated rule-detail table directly. This distinction is the most common source of confusion when developers search for "rule_text" and land on this view.
-
VIEW: APPS.IGS_RU_DESCRIPTION_V
12.1.1
-
VIEW: AHL.AHL_WBS_RULES#
12.2.2
-
VIEW: CZ.CZ_RULES#
12.2.2
-
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: CZ.CZ_IMP_RULES#
12.2.2
-
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 ,
-
View: IGS_RU_DESCRIPTION_V
12.2.2
product: IGS - Student System (Obsolete) , description: View of rule_description table. Required for generation of form RULF2000. , implementation_dba_data: Not implemented in this database ,
-
TRIGGER: APPS.CZ_RULES_T2
12.1.1
-
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: APPS.IGS_RU_CALL_V
12.1.1
-
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: AHL.AHL_WBS_RULES#
12.2.2
owner:AHL, object_type:VIEW, object_name:AHL_WBS_RULES#, status:VALID,
-
View: CZ_RULE_EXPRDETLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_RULE_EXPRDETLS_V, object_name:CZ_RULE_EXPRDETLS_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_RULE_EXPRDETLS_V ,
-
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,
-
VIEW: APPS.CZ_RULE_EXPRDETLS_V
12.2.2
-
TRIGGER: APPS.CZ_RULES_T2
12.2.2
-
VIEW: APPS.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,
-
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,
-
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: CZ_RULE_EXPRDETLS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_RULE_EXPRDETLS_V, object_name:CZ_RULE_EXPRDETLS_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_RULE_EXPRDETLS_V ,
-
APPS.AHL_WBS_RULES_PVT SQL Statements
12.2.2
-
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,
-
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_FI_F_TYP_CA_INST_LKP_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.CZ_RULE_TEXT_GEN SQL Statements
12.2.2
-
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: APPS.CZ_RULE_EXPRDETLS_V
12.1.1
-
VIEW: APPS.IGS_FI_F_TYP_CA_INST_LKP_V
12.1.1
-
VIEW: APPS.IGS_PR_COHORT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_COHORT_V, object_name:IGS_PR_COHORT_V, status:VALID,
-
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: 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 ,
-
APPS.IGS_RU_NAMED_RULE_PKG SQL Statements
12.1.1
-
View: IGF_AW_COA_GROUP_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Stores group codes for cost of attendance , implementation_dba_data: Not implemented in this database ,
-
VIEW: CZ.CZ_RULES#
12.2.2
owner:CZ, object_type:VIEW, object_name:CZ_RULES#, status:VALID,
-
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: IGS_PR_COHORT_V
12.2.2
product: IGS - Student System (Obsolete) , description: Stores Cohort Name with denormalised references , implementation_dba_data: Not implemented in this database ,
-
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: 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: CZ_PSNODE_RULE_REFS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_PSNODE_RULE_REFS_V, object_name:CZ_PSNODE_RULE_REFS_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_PSNODE_RULE_REFS_V ,
-
TABLE: AHL.AHL_WBS_RULES
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_WBS_RULES, object_name:AHL_WBS_RULES, status:VALID,
-
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: CZ_TYPED_RULES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_TYPED_RULES_V, object_name:CZ_TYPED_RULES_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_TYPED_RULES_V ,
-
View: 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, product: IGF - Financial Aid , description: Stores group codes for cost of attendance , implementation_dba_data: APPS.IGF_AW_COA_GROUP_V ,
-
APPS.CZ_RULE_TEXT_GEN SQL Statements
12.1.1
-
VIEW: CZ.CZ_IMP_RULES#
12.2.2
owner:CZ, object_type:VIEW, object_name:CZ_IMP_RULES#, status:VALID,
-
VIEW: APPS.CZ_TEMPLATE_DEFS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_TEMPLATE_DEFS_V, object_name:CZ_TEMPLATE_DEFS_V, status:VALID,
-
VIEW: APPS.CZ_TEMPLATE_DEFS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_TEMPLATE_DEFS_V, object_name:CZ_TEMPLATE_DEFS_V, status:VALID,
-
View: IGS_AD_APCTR_RU_V
12.2.2
product: IGS - Student System (Obsolete) , description: This is view is for displaying the descriptions of the codes columns of admission process category tracking rules view. , implementation_dba_data: Not implemented in this database ,
-
View: CZ_TYPED_RULES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_TYPED_RULES_V, object_name:CZ_TYPED_RULES_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_TYPED_RULES_V ,
-
View: CZ_PSNODE_RULE_REFS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CZ.CZ_PSNODE_RULE_REFS_V, object_name:CZ_PSNODE_RULE_REFS_V, status:VALID, product: CZ - Configurator , implementation_dba_data: APPS.CZ_PSNODE_RULE_REFS_V ,