Search Results igw_expenditure_categories
Overview
The IGW_EXPENDITURE_CATEGORIES table is a core reference data object within the Oracle E-Business Suite Grants Proposal module (IGW). It serves as a master repository for classifying different types of project or grant-related costs at a high level for budgeting and financial planning purposes. Its primary role is to enforce data integrity and provide a standardized list of expenditure categories, such as Personnel, Travel, Equipment, or Supplies, which are then utilized throughout the proposal budgeting lifecycle. By centralizing this classification, it ensures consistency in how budgetary costs are categorized, tracked, and reported across all grant proposals managed within the system.
Key Information Stored
As a reference table, its structure is typically lean, focusing on code and description. The central column is EXPENDITURE_CATEGORY, which acts as the unique identifier (Primary Key) for each category code. While the full column list is not detailed in the provided metadata, such tables commonly include complementary fields such as a DESCRIPTION column for the full name of the category, ENABLED_FLAG to control active status, and CREATION_DATE/CREATED_BY for auditing. The existence of a primary key constraint named IGW_EXPENDITURE_CATEGORIES_PK confirms the EXPENDITURE_CATEGORY column's role as the unique key.
Common Use Cases and Queries
This table is primarily referenced during the creation and maintenance of proposal budgets. When users define detailed budget lines, they select an expenditure type, which is itself linked to a category in this table. Common operational and reporting use cases include validating available categories, generating lists for application LOVs, and creating budget summary reports grouped by expenditure category. A fundamental query to retrieve all active categories would be: SELECT expenditure_category, description FROM igw_expenditure_categories WHERE enabled_flag = 'Y' ORDER BY 1;. For analytical reporting, a typical join to summarize budget details by category would involve linking through the IGW_EXPENDITURE_TYPES table.
Related Objects
As indicated by the foreign key metadata, the IGW_EXPENDITURE_CATEGORIES table has direct relationships with two other key tables in the Grants Proposal schema. The table IGW_EXPENDITURE_TYPES references it via its EXPENDITURE_CATEGORY column, establishing a hierarchy where multiple, more granular expenditure types (e.g., "Senior Researcher," "Lab Technician") roll up into a single category (e.g., "Personnel"). Furthermore, the IGW_BUDGET_DETAILS table references it indirectly through the IGW_BUDGET_DETAILS.EXPENDITURE_TYPE column, which points to IGW_EXPENDITURE_TYPES. This creates a critical data integrity chain from the individual budget line item back to its high-level category classification.
-
Table: IGW_EXPENDITURE_CATEGORIES
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_EXPENDITURE_CATEGORIES, object_name:IGW_EXPENDITURE_CATEGORIES, status:VALID, product: IGW - Grants Proposal , description: Expenditure categories used for budgeting purposes , implementation_dba_data: IGW.IGW_EXPENDITURE_CATEGORIES ,
-
Table: IGW_EXPENDITURE_CATEGORIES
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: Expenditure categories used for budgeting purposes , implementation_dba_data: Not implemented in this database ,
-
APPS.IGW_EXP_CATEGORIES_PKG dependencies on IGW_EXPENDITURE_CATEGORIES
12.1.1
-
VIEW: APPS.IGWFV_GRANT_PROPOSAL_EXP_TYPE
12.1.1
-
APPS.IGW_EXP_CATEGORIES_PKG dependencies on APP_EXCEPTION
12.1.1
-
VIEW: APPS.IGW_EXPENDITURE_CATEGORIES_V
12.1.1
-
APPS.IGW_EXP_CATEGORIES_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.IGW_EXPENDITURE_CATEGORIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGW_EXPENDITURE_CATEGORIES, status:VALID,
-
VIEW: APPS.IGWFV_GRANT_PRPSL_EXP_CATEGORY
12.1.1
-
APPS.IGW_EXP_CATEGORIES_PKG dependencies on FND_MESSAGE
12.1.1
-
VIEW: APPS.IGWBV_GRANT_PRPSL_EXP_CATEGORY
12.1.1
-
VIEW: APPS.IGW_EXPENDITURE_TYPES_V
12.1.1
-
VIEW: APPS.IGWFV_GRNT_PRPSL_EXP_RATE_ASGN
12.1.1
-
TABLE: IGW.IGW_EXPENDITURE_CATEGORIES
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_EXPENDITURE_CATEGORIES, object_name:IGW_EXPENDITURE_CATEGORIES, status:VALID,
-
View: IGWFV_GRANT_PRPSL_EXP_CATEGORY
12.2.2
product: IGW - Grants Proposal (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGWFV_GRANT_PROPOSAL_EXP_TYPE
12.2.2
product: IGW - Grants Proposal (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGWFV_GRNT_PRPSL_EXP_RATE_ASGN
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWFV_GRNT_PRPSL_EXP_RATE_ASGN, object_name:IGWFV_GRNT_PRPSL_EXP_RATE_ASGN, status:VALID, product: IGW - Grants Proposal , implementation_dba_data: APPS.IGWFV_GRNT_PRPSL_EXP_RATE_ASGN ,
-
PACKAGE BODY: APPS.IGW_EXP_CATEGORIES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGW_EXP_CATEGORIES_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGW_EXP_CATEGORIES_PKG
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
Table: IGW_EXPENDITURE_TYPES
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: Expenditure types used for budgeting purposes , implementation_dba_data: Not implemented in this database ,
-
Table: IGW_EXPENDITURE_TYPES
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_EXPENDITURE_TYPES, object_name:IGW_EXPENDITURE_TYPES, status:VALID, product: IGW - Grants Proposal , description: Expenditure types used for budgeting purposes , implementation_dba_data: IGW.IGW_EXPENDITURE_TYPES ,
-
View: IGWFV_GRANT_PROPOSAL_EXP_TYPE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWFV_GRANT_PROPOSAL_EXP_TYPE, object_name:IGWFV_GRANT_PROPOSAL_EXP_TYPE, status:VALID, product: IGW - Grants Proposal , implementation_dba_data: APPS.IGWFV_GRANT_PROPOSAL_EXP_TYPE ,
-
View: IGWFV_GRANT_PRPSL_EXP_CATEGORY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWFV_GRANT_PRPSL_EXP_CATEGORY, object_name:IGWFV_GRANT_PRPSL_EXP_CATEGORY, status:VALID, product: IGW - Grants Proposal , implementation_dba_data: APPS.IGWFV_GRANT_PRPSL_EXP_CATEGORY ,
-
Table: IGW_BUDGET_DETAILS
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: Details for a budget period , implementation_dba_data: Not implemented in this database ,
-
Table: IGW_BUDGET_DETAILS
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_BUDGET_DETAILS, object_name:IGW_BUDGET_DETAILS, status:VALID, product: IGW - Grants Proposal , description: Details for a budget period , implementation_dba_data: IGW.IGW_BUDGET_DETAILS ,
-
View: IGWBV_GRANT_PRPSL_EXP_CATEGORY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWBV_GRANT_PRPSL_EXP_CATEGORY, object_name:IGWBV_GRANT_PRPSL_EXP_CATEGORY, status:VALID, product: IGW - Grants Proposal , implementation_dba_data: APPS.IGWBV_GRANT_PRPSL_EXP_CATEGORY ,
-
View: IGWFV_GRNT_PRPSL_EXP_RATE_ASGN
12.2.2
product: IGW - Grants Proposal (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGWBV_GRANT_PRPSL_EXP_CATEGORY
12.2.2
product: IGW - Grants Proposal (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGW_EXPENDITURE_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_EXPENDITURE_TYPES_V, object_name:IGW_EXPENDITURE_TYPES_V, status:VALID, product: IGW - Grants Proposal , implementation_dba_data: APPS.IGW_EXPENDITURE_TYPES_V ,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
View: IGW_EXPENDITURE_TYPES_V
12.2.2
product: IGW - Grants Proposal (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGW_EXPENDITURE_CATEGORIES_V
12.2.2
product: IGW - Grants Proposal (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGW_EXPENDITURE_CATEGORIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_EXPENDITURE_CATEGORIES_V, object_name:IGW_EXPENDITURE_CATEGORIES_V, status:VALID, product: IGW - Grants Proposal , implementation_dba_data: APPS.IGW_EXPENDITURE_CATEGORIES_V ,
-
VIEW: APPS.IGWFV_GRANT_PROPOSAL_EXP_TYPE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWFV_GRANT_PROPOSAL_EXP_TYPE, object_name:IGWFV_GRANT_PROPOSAL_EXP_TYPE, status:VALID,
-
VIEW: APPS.IGWFV_GRANT_PRPSL_EXP_CATEGORY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWFV_GRANT_PRPSL_EXP_CATEGORY, object_name:IGWFV_GRANT_PRPSL_EXP_CATEGORY, status:VALID,
-
VIEW: APPS.IGWBV_GRANT_PRPSL_EXP_CATEGORY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWBV_GRANT_PRPSL_EXP_CATEGORY, object_name:IGWBV_GRANT_PRPSL_EXP_CATEGORY, status:VALID,
-
VIEW: APPS.IGWFV_GRNT_PRPSL_EXP_RATE_ASGN
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGWFV_GRNT_PRPSL_EXP_RATE_ASGN, object_name:IGWFV_GRNT_PRPSL_EXP_RATE_ASGN, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.IGW_EXPENDITURE_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_EXPENDITURE_TYPES_V, object_name:IGW_EXPENDITURE_TYPES_V, status:VALID,
-
VIEW: APPS.IGW_EXPENDITURE_CATEGORIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_EXPENDITURE_CATEGORIES_V, object_name:IGW_EXPENDITURE_CATEGORIES_V, status:VALID,
-
APPS.IGW_EXP_CATEGORIES_PKG dependencies on IGW_SECURITY
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