Search Results igw_installments
Overview
The IGW_INSTALLMENTS table is a core data object within the Oracle E-Business Suite Grants Proposal (IGW) module. It serves as the primary repository for award installment information that has been transferred to Grants Accounting. This table is critical for managing the financial distribution of awarded grant funds over time, enabling the tracking of scheduled payments or funding releases associated with a specific grant award. Its role is to provide a detailed breakdown of the award's total amount into discrete, time-phased financial components for accounting and project management purposes.
Key Information Stored
The table's primary key is the PROPOSAL_INSTALLMENT_ID, a unique identifier for each installment record. As documented in the foreign key relationships, a critical column is PROPOSAL_AWARD_ID, which links each installment to its parent award record in the IGW_AWARDS table. While the full column list is not detailed in the provided metadata, a table of this nature typically stores data such as the installment amount, due or scheduled date, payment status (e.g., pending, paid), sequence number, and potentially a description. The table's purpose is to hold the structured schedule of funding releases for an award.
Common Use Cases and Queries
This table is central to financial reporting and forecasting for grants. Common use cases include generating payment schedules for award managers, reconciling expected versus received funds in Grants Accounting, and triggering downstream financial processes when an installment becomes due. A fundamental query involves joining to the IGW_AWARDS table to analyze all installments for a specific proposal or award. For example, to retrieve installment details for a given award, a query would utilize the documented foreign key relationship on PROPOSAL_AWARD_ID:
- SELECT i.* FROM igw_installments i, igw_awards a WHERE i.proposal_award_id = a.proposal_award_id AND a.award_number = 'AWARD-123';
Another critical pattern is identifying installments that are referenced in project funding records, using the relationship with IGW_PROJECT_FUNDINGS, to understand budget allocations.
Related Objects
The IGW_INSTALLMENTS table has defined relationships with other key entities in the Grants Proposal schema, as per the provided metadata.
- Parent Table (Foreign Key Reference): IGW_INSTALLMENTS references the IGW_AWARDS table via the column PROPOSAL_AWARD_ID. This establishes that every installment must be associated with a valid master award record.
- Child Table (Referenced by Foreign Key): The IGW_PROJECT_FUNDINGS table references IGW_INSTALLMENTS via its column PROPOSAL_INSTALLMENT_ID. This indicates that project funding transactions or budget lines can be linked to a specific scheduled installment, creating a clear audit trail from the funding schedule to its detailed expenditure.
These relationships position IGW_INSTALLMENTS as a crucial junction between the high-level award (IGW_AWARDS) and the granular project financials (IGW_PROJECT_FUNDINGS).
-
Table: IGW_INSTALLMENTS
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_INSTALLMENTS, object_name:IGW_INSTALLMENTS, status:VALID, product: IGW - Grants Proposal , description: Award Installments transferred to Grants Accounting , implementation_dba_data: IGW.IGW_INSTALLMENTS ,
-
Table: IGW_INSTALLMENTS
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: Award Installments transferred to Grants Accounting , implementation_dba_data: Not implemented in this database ,
-
APPS.IGW_AWARDS_TBH dependencies on IGW_INSTALLMENTS
12.1.1
-
APPS.IGW_INSTALLMENTS_TBH dependencies on IGW_INSTALLMENTS
12.1.1
-
APPS.IGW_BUDGETS_PVT dependencies on IGW_INSTALLMENTS
12.1.1
-
APPS.IGW_INSTALLMENTS_PVT dependencies on IGW_INSTALLMENTS
12.1.1
-
SYNONYM: APPS.IGW_INSTALLMENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGW_INSTALLMENTS, status:VALID,
-
APPS.IGW_INSTALLMENTS_TBH SQL Statements
12.1.1
-
APPS.IGW_INSTALLMENTS_TBH dependencies on APP_EXCEPTION
12.1.1
-
TABLE: IGW.IGW_INSTALLMENTS
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_INSTALLMENTS, object_name:IGW_INSTALLMENTS, status:VALID,
-
APPS.IGW_BUDGETS_PVT dependencies on IGW_AWARD_BUDGETS_TBH
12.1.1
-
APPS.IGW_BUDGETS_PVT dependencies on IGW_AWARD_BUDGETS
12.1.1
-
Table: IGW_PROJECT_FUNDINGS
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_PROJECT_FUNDINGS, object_name:IGW_PROJECT_FUNDINGS, status:VALID, product: IGW - Grants Proposal , description: Information about awards project funding , implementation_dba_data: IGW.IGW_PROJECT_FUNDINGS ,
-
Table: IGW_PROJECT_FUNDINGS
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: Information about awards project funding , implementation_dba_data: Not implemented in this database ,
-
APPS.IGW_AWARDS_TBH dependencies on IGW_PROJECT_FUNDINGS
12.1.1
-
Table: IGW_AWARDS
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: Information about awards transferred to Grants Accounting , implementation_dba_data: Not implemented in this database ,
-
APPS.IGW_BUDGETS_PVT dependencies on IGW_AWARDS
12.1.1
-
Table: IGW_AWARDS
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_AWARDS, object_name:IGW_AWARDS, status:VALID, product: IGW - Grants Proposal , description: Information about awards transferred to Grants Accounting , implementation_dba_data: IGW.IGW_AWARDS ,
-
PACKAGE BODY: APPS.IGW_INSTALLMENTS_TBH
12.1.1
-
PACKAGE BODY: APPS.IGW_INSTALLMENTS_TBH
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGW_INSTALLMENTS_TBH, status:VALID,
-
PACKAGE BODY: APPS.IGW_INSTALLMENTS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGW_INSTALLMENTS_PVT, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.IGW_AWARDS_TBH
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGW_AWARDS_TBH, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IGW_BUDGETS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGW_BUDGETS_PVT, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
APPS.IGW_INSTALLMENTS_TBH dependencies on FND_GLOBAL
12.1.1
-
APPS.IGW_AWARDS_TBH dependencies on IGW_AWARDS
12.1.1
-
TABLE: IGW.IGW_PROJECT_FUNDINGS
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_PROJECT_FUNDINGS, object_name:IGW_PROJECT_FUNDINGS, status:VALID,
-
APPS.IGW_INSTALLMENTS_TBH dependencies on FND_API
12.1.1
-
APPS.IGW_AWARDS_TBH SQL Statements
12.1.1
-
APPS.IGW_INSTALLMENTS_PVT SQL Statements
12.1.1
-
APPS.IGW_BUDGETS_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGW_AWARDS_TBH
12.1.1
-
PACKAGE BODY: APPS.IGW_INSTALLMENTS_PVT
12.1.1
-
PACKAGE BODY: APPS.IGW_BUDGETS_PVT
12.1.1
-
eTRM - IGW Tables and Views
12.1.1
description: Information on proposal subjects ,
-
eTRM - IGW Tables and Views
12.1.1
description: Information on proposal subjects ,
-
12.1.1 DBA Data
12.1.1