Search Results igw_institute_rates
Overview
The IGW_INSTITUTE_RATES table is a core data structure within the Oracle E-Business Suite (EBS) Grants Proposal module (IGW). It serves as the central repository for institutional rate definitions, which are critical for the accurate calculation of indirect costs, facilities and administrative (F&A) costs, and other overheads associated with grant and contract proposals. The table's role is to store the approved, institution-specific rates that are applied to proposal budgets based on a combination of key classifying attributes. By maintaining this master data, the system ensures consistent, rule-based cost calculations across all proposals, which is a fundamental requirement for sponsored research administration and compliance.
Key Information Stored
The table's structure is designed to uniquely identify a specific rate through a composite primary key. The key columns define the precise context for the stored rate value. According to the provided metadata, the primary key consists of RATE_CLASS_ID, RATE_TYPE_ID, ACTIVITY_TYPE_CODE, FISCAL_YEAR, and LOCATION_CODE. This combination ensures that a unique rate is defined for a specific rate class (e.g., F&A), a specific rate type within that class, an activity type (e.g., research, instruction), a fiscal year, and an organizational location. The table likely contains additional columns to store the actual RATE value (percentage or multiplier), effective dates, and audit information like creation date and last update details. The foreign key relationships confirm it references the IGW_RATE_TYPES table to validate the rate class and type combination.
Common Use Cases and Queries
The primary use case is the automated application of indirect cost rates during proposal budget development. When a budget line is created, the system queries this table using the proposal's attributes to determine the correct rate. Common reporting and validation queries include retrieving all active rates for a fiscal year, comparing rates across locations, or auditing rate changes. A typical SQL pattern for finding a applicable rate would be:
- SELECT rate FROM igw_institute_rates WHERE rate_class_id = 'F&A' AND rate_type_id = 'ON-CAMPUS' AND activity_type_code = 'RESEARCH' AND fiscal_year = 2024 AND location_code = 'MAIN_CAMPUS';
Data maintenance tasks involve bulk loading new fiscal year rates or inactivating obsolete records. Integration points include budget calculation engines and proposal reporting tools that summarize applied overhead costs.
Related Objects
As indicated by the foreign key metadata, the IGW_INSTITUTE_RATES table has a direct dependency on the IGW_RATE_TYPES table for valid rate class and type definitions. It is a foundational table referenced by numerous other objects within the IGW module. Key related objects typically include the proposal budget lines table (e.g., IGW_PROP_BUDGET_LINES or similar), which applies the rates, and various proposal summary and header tables. The table is also central to the rate setup and maintenance forms within the EBS application's functional interface. APIs for proposal import and budget calculation will internally query this table to perform validations and computations.
-
Table: IGW_INSTITUTE_RATES
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_INSTITUTE_RATES, object_name:IGW_INSTITUTE_RATES, status:VALID, product: IGW - Grants Proposal , description: Rate information about a particular activity type, location, fiscal year, rate class, and rate type , implementation_dba_data: IGW.IGW_INSTITUTE_RATES ,
-
Table: IGW_INSTITUTE_RATES
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: Rate information about a particular activity type, location, fiscal year, rate class, and rate type , implementation_dba_data: Not implemented in this database ,
-
APPS.IGW_OVERHEAD_CAL dependencies on IGW_INSTITUTE_RATES
12.1.1
-
APPS.IGW_INSTITUTE_RATES_PKG dependencies on IGW_INSTITUTE_RATES
12.1.1
-
VIEW: APPS.IGW_INSTITUTE_RATES_V
12.1.1
-
SYNONYM: APPS.IGW_INSTITUTE_RATES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGW_INSTITUTE_RATES, status:VALID,
-
VIEW: APPS.IGWBV_GRANT_PROPOSAL_RATE
12.1.1
-
APPS.IGW_INSTITUTE_RATES_PKG SQL Statements
12.1.1
-
APPS.IGW_INSTITUTE_RATES_PKG dependencies on APP_EXCEPTION
12.1.1
-
VIEW: APPS.IGWFV_GRANT_PROPOSAL_RATE
12.1.1
-
TABLE: IGW.IGW_INSTITUTE_RATES
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_INSTITUTE_RATES, object_name:IGW_INSTITUTE_RATES, status:VALID,
-
APPS.IGW_INSTITUTE_RATES_PKG dependencies on FND_MESSAGE
12.1.1
-
APPS.IGW_OVERHEAD_CAL SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGW_INSTITUTE_RATES_PKG
12.1.1
-
PACKAGE BODY: APPS.IGW_INSTITUTE_RATES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGW_INSTITUTE_RATES_PKG, status:VALID,
-
View: IGWBV_GRANT_PROPOSAL_RATE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWBV_GRANT_PROPOSAL_RATE, object_name:IGWBV_GRANT_PROPOSAL_RATE, status:VALID, product: IGW - Grants Proposal , implementation_dba_data: APPS.IGWBV_GRANT_PROPOSAL_RATE ,
-
12.1.1 FND Design Data
12.1.1
-
View: IGWFV_GRANT_PROPOSAL_RATE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWFV_GRANT_PROPOSAL_RATE, object_name:IGWFV_GRANT_PROPOSAL_RATE, status:VALID, product: IGW - Grants Proposal , implementation_dba_data: APPS.IGWFV_GRANT_PROPOSAL_RATE ,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
Table: IGW_RATE_TYPES
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_RATE_TYPES, object_name:IGW_RATE_TYPES, status:VALID, product: IGW - Grants Proposal , description: Information about rate types associated with a rate class , implementation_dba_data: IGW.IGW_RATE_TYPES ,
-
Table: IGW_RATE_TYPES
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: Information about rate types associated with a rate class , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGW_OVERHEAD_CAL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGW_OVERHEAD_CAL, status:VALID,
-
View: IGW_INSTITUTE_RATES_V
12.2.2
product: IGW - Grants Proposal (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGWBV_GRANT_PROPOSAL_RATE
12.2.2
product: IGW - Grants Proposal (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGW_INSTITUTE_RATES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_INSTITUTE_RATES_V, object_name:IGW_INSTITUTE_RATES_V, status:VALID, product: IGW - Grants Proposal , implementation_dba_data: APPS.IGW_INSTITUTE_RATES_V ,
-
12.2.2 FND Design Data
12.2.2
-
View: IGWFV_GRANT_PROPOSAL_RATE
12.2.2
product: IGW - Grants Proposal (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGWBV_GRANT_PROPOSAL_RATE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWBV_GRANT_PROPOSAL_RATE, object_name:IGWBV_GRANT_PROPOSAL_RATE, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.IGWFV_GRANT_PROPOSAL_RATE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWFV_GRANT_PROPOSAL_RATE, object_name:IGWFV_GRANT_PROPOSAL_RATE, status:VALID,
-
VIEW: APPS.IGW_INSTITUTE_RATES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_INSTITUTE_RATES_V, object_name:IGW_INSTITUTE_RATES_V, status:VALID,
-
eTRM - IGW Tables and Views
12.1.1
description: Information on proposal subjects ,
-
PACKAGE BODY: APPS.IGW_OVERHEAD_CAL
12.1.1
-
eTRM - IGW Tables and Views
12.1.1
description: Information on proposal subjects ,
-
12.1.1 DBA Data
12.1.1