Search Results igs_ru_call
Overview
The IGS_RU_CALL table is a core reference table within the Oracle E-Business Suite Student System (IGS) module. It serves as the master repository for rule call names, which are unique identifiers for specific business rules or rule sets defined within the application. These rule calls are central to the system's rule engine, enabling the configuration and execution of complex, institution-specific logic governing academic processes. The table's primary role is to provide a standardized lookup mechanism, ensuring consistency when rules are referenced across various functional areas such as program enrollment, course progression, unit set management, and fee assessment.
Key Information Stored
Based on the provided metadata, the table's structure is defined by its primary and foreign key relationships. The primary key is the column S_RULE_CALL_CD, which stores the unique code for each rule call name. The table maintains two critical foreign key relationships to other rule definition tables: one to IGS_RU_DESCRIPTION via the RUD_SEQUENCE_NUMBER column, linking the call to its descriptive text, and another to IGS_RU_GROUP via both the RUG_SEQUENCE_NUMBER and SELECT_GROUP columns, associating the call with a logical grouping of rules. These relationships position IGS_RU_CALL as a pivotal junction between a rule's identifier, its human-readable description, and its functional grouping.
Common Use Cases and Queries
This table is primarily used in administrative and technical contexts for rule management and troubleshooting. A common use case is identifying all the functional areas where a specific rule call is applied. A typical query would join IGS_RU_CALL to its many referenced tables to audit rule usage. For example, to find all program version rules using a specific call code:
SELECT psver.s_rule_call_cd, psver.* FROM igs_ps_ver_rv psver WHERE psver.s_rule_call_cd = '&RULE_CALL_CODE';
Another frequent scenario involves generating a list of all defined rule calls along with their descriptions for setup or reporting purposes:
SELECT rc.s_rule_call_cd, rd.description FROM igs_ru_call rc, igs_ru_description rd WHERE rc.rud_sequence_number = rd.rud_sequence_number;
Related Objects
The IGS_RU_CALL table is a fundamental parent table referenced by numerous other objects across the Student System, as indicated by its extensive foreign key relationships. Key dependent tables include:
- IGS_PS_VER_RU & IGS_PS_UNIT_VER_RU: Store rules for program (course) versions and unit versions.
- IGS_EN_UNIT_SET_RULE & IGS_PS_USEC_RU: Manage rules for enrollment unit sets and program unit set exclusions.
- IGS_PR_RU_CAT: Holds rules for progression categories.
- IGS_PS_STAGE_RU: Contains rules for program stages.
- IGS_FI_FEE_DSB_FM_RU: Links to fee disbursement formula rules.
- IGS_EN_CPD_EXT_ALL: References rule calls for course progression data extensions.
It is directly linked to the rule definition master tables IGS_RU_DESCRIPTION and IGS_RU_GROUP.
-
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_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_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 ,
-
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 ,
-
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_EN_UNIT_SET_RULE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_UNIT_SET_RULE, object_name:IGS_EN_UNIT_SET_RULE, status:VALID, product: IGS - Student System , description: This entity describes the Unit set rules. , implementation_dba_data: IGS.IGS_EN_UNIT_SET_RULE ,
-
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_PS_VER_RU
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_VER_RU, object_name:IGS_PS_VER_RU, status:VALID, product: IGS - Student System , description: Program version rules , implementation_dba_data: IGS.IGS_PS_VER_RU ,
-
Table: IGS_PS_UNIT_VER_RU
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_VER_RU, object_name:IGS_PS_UNIT_VER_RU, status:VALID, product: IGS - Student System , description: Unit version rules , implementation_dba_data: IGS.IGS_PS_UNIT_VER_RU ,
-
Table: IGS_FI_FEE_DSB_FM_RU
12.1.1
product: IGS - Student System , description: This entity describes special contract based fee assessment rates , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_USEC_RU
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_USEC_RU, object_name:IGS_PS_USEC_RU, status:VALID, product: IGS - Student System , description: This table is used to store Unit Section Version Rules , implementation_dba_data: IGS.IGS_PS_USEC_RU ,
-
Table: IGS_PS_STAGE_RU
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_STAGE_RU, object_name:IGS_PS_STAGE_RU, status:VALID, product: IGS - Student System , description: Entity to capture the Program stage rules. , implementation_dba_data: IGS.IGS_PS_STAGE_RU ,
-
Table: IGS_EN_CPD_EXT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_CPD_EXT_ALL, object_name:IGS_EN_CPD_EXT_ALL, status:VALID, product: IGS - Student System , description: Contains the enrollment eligibility setup information. , implementation_dba_data: IGS.IGS_EN_CPD_EXT_ALL ,
-
Table: IGS_PR_RU_CAT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_RU_CAT, object_name:IGS_PR_RU_CAT, status:VALID, product: IGS - Student System , description: This entity describes the categories of progression rules which are available for use within the progression sub-system. These progression rule categories must map back onto a system-defined rule type, which allows a little flexibility in t , implementation_dba_data: IGS.IGS_PR_RU_CAT ,
-
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 ,