Search Results appl_rule_id
Overview
The IGS_FI_APP_RULES table is a core data object within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the IGS (Oracle Student Management) module. It serves as the master repository for defining and managing application rules within the financial aid subsystem. Its primary role is to govern the order and type of fee categories that are automatically selected and applied to student charges or payments. By establishing a sequence of fee types linked to an application hierarchy, this table enables systematic and rule-based financial transaction processing, ensuring consistent application of institutional policies for tuition, fees, and other charges.
Key Information Stored
The table stores the structural definition of each application rule. The APPL_RULE_ID column acts as the unique primary key, typically populated by a sequence. The APPL_HIERARCHY_ID links the rule to its parent hierarchy definition. The operational logic is defined by the RULE_SEQUENCE, which dictates the processing order (lower numbers have higher priority), and the FEE_TYPE, which specifies the category of fee. Critical control columns include the ENABLED_FLAG, which activates or deactivates the rule, and the RULE_TYPE, which classifies the fee as either "Allowable" or "Additional Authorized," determining its fundamental treatment in application logic. Standard WHO columns track the creation and modification history of each record.
Common Use Cases and Queries
A primary use case is the configuration and audit of fee application logic during system setup or policy changes. Administrators query this table to verify the sequence and status of rules for a given hierarchy. Common reporting needs include listing all active rules for a hierarchy or identifying disabled fee types. For troubleshooting transaction applications, one might analyze the rule set that was in effect for a specific student based on their associated hierarchy.
- To retrieve all active rules for a specific application hierarchy, ordered by processing priority:
SELECT fee_type, rule_sequence, rule_type FROM igs.igs_fi_app_rules WHERE appl_hierarchy_id = :1 AND enabled_flag = 'Y' ORDER BY rule_sequence; - To audit rule configurations, including creation details:
SELECT appl_hierarchy_id, rule_sequence, fee_type, enabled_flag, rule_type, created_by, creation_date FROM igs.igs_fi_app_rules ORDER BY appl_hierarchy_id, rule_sequence;
Related Objects
Based on the provided metadata, the IGS_FI_APP_RULES table is referenced by objects within the APPS schema. While specific foreign key relationships to other IGS tables (like a potential parent table for APPLICATION_HIERARCHY) are not detailed in the excerpt, the APPL_HIERARCHY_ID column strongly implies a relationship to a master definition table for application hierarchies. The table's structure is central to the financial application engine, and its data is likely accessed by PL/SQL packages and views within the IGS_FI (Financials) area that perform the actual fee selection and application processes during transaction posting.
-
TABLE: IGS.IGS_FI_APP_RULES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_APP_RULES, object_name:IGS_FI_APP_RULES, status:VALID,
-
APPS.IGS_FI_APP_RULES_PKG dependencies on IGS_FI_APP_RULES
12.1.1
-
VIEW: APPS.IGS_FI_APP_RULES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_APP_RULES_V, object_name:IGS_FI_APP_RULES_V, status:VALID,
-
Table: IGS_FI_APP_RULES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_APP_RULES, object_name:IGS_FI_APP_RULES, status:VALID, product: IGS - Student System , description: Contains information about each Application Rules associated to an Application Hierarchy that you define. The information captured here are Fee Types and sequence in which these Fee Types would be selected for application purposes. , implementation_dba_data: IGS.IGS_FI_APP_RULES ,
-
VIEW: APPS.IGS_FI_ADL_APP_RUL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_ADL_APP_RUL_V, object_name:IGS_FI_ADL_APP_RUL_V, status:VALID,
-
View: IGS_FI_APP_RULES_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view selects those records from the Application Hierarchy Rules table that are of Rule type 'ALLOW' only , implementation_dba_data: Not implemented in this database ,
-
View: IGS_FI_ADL_APP_RUL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_ADL_APP_RUL_V, object_name:IGS_FI_ADL_APP_RUL_V, status:VALID, product: IGS - Student System , description: This view selects those records from the application hierarchy rules table that are of Rule type 'ADDITION' , implementation_dba_data: APPS.IGS_FI_ADL_APP_RUL_V ,
-
View: IGS_FI_APP_RULES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_APP_RULES_V, object_name:IGS_FI_APP_RULES_V, status:VALID, product: IGS - Student System , description: This view selects those records from the Application Hierarchy Rules table that are of Rule type 'ALLOW' only , implementation_dba_data: APPS.IGS_FI_APP_RULES_V ,
-
View: IGS_FI_ADL_APP_RUL_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view selects those records from the application hierarchy rules table that are of Rule type 'ADDITION' , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_APP_RULES
12.2.2
product: IGS - Student System (Obsolete) , description: Contains information about each Application Rules associated to an Application Hierarchy that you define. The information captured here are Fee Types and sequence in which these Fee Types would be selected for application purposes. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_FI_APP_RULES_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_APP_RULES_PKG
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'. ,
-
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'. ,