Search Results project accounting
The GMS_SUMMARY_PROJECT_FUNDINGS table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical data structure within the Grants Accounting (GMS) module. It serves as a repository for consolidated funding information related to projects, enabling organizations to track, manage, and report on grant or sponsored project finances efficiently. Below is a detailed analysis of its purpose, structure, key columns, and integration within Oracle EBS.
Purpose and Functional Context
The GMS_SUMMARY_PROJECT_FUNDINGS table aggregates funding details at the project level, providing a summarized view of financial commitments, expenditures, and balances. It supports compliance with funding agency requirements, budget control, and financial reporting. This table is primarily used by the GMS module but integrates with core Oracle EBS functionalities such as General Ledger (GL), Projects (PA), and Payables (AP).Key Columns and Data Structure
The table includes columns that capture funding sources, amounts, and project associations. Below are some of the most significant columns:- PROJECT_ID: Links to the PA_PROJECTS_ALL table, identifying the project associated with the funding.
- AWARD_ID: References the GMS_AWARDS_ALL table, tying funding to specific grant awards.
- FUNDING_ID: A unique identifier for each funding record.
- BUDGET_PERIOD_ID: Associates funding with specific budget periods defined in GMS_BUDGET_PERIODS.
- FUNDING_AMOUNT: The total committed or allocated funding amount.
- EXPENDITURES_INCURRED: Tracks cumulative expenditures against the funding.
- ENCUMBRANCE_AMOUNT: Captures reserved funds for pending obligations.
- FUNDING_STATUS: Indicates the status (e.g., Active, Closed, Suspended) of the funding.
- LAST_UPDATE_DATE and LAST_UPDATED_BY: Audit columns for tracking changes.
Integration with Oracle EBS Modules
The table interacts with multiple Oracle EBS modules:- Grants Accounting (GMS): Primary module utilizing this table for award management, budget tracking, and compliance reporting.
- Projects (PA): Provides project-level context, linking funding to tasks, deliverables, and labor costs.
- General Ledger (GL): Ensures financial data aligns with the chart of accounts and supports period-end reconciliation.
- Payables (AP): Tracks vendor invoices and payments tied to funded projects.
Business Process Flow
- Funding Setup: When a grant is awarded, funding details are recorded in GMS_AWARDS and summarized in GMS_SUMMARY_PROJECT_FUNDINGS.
- Budget Allocation: Funds are distributed across budget periods, updating the FUNDING_AMOUNT column.
- Expenditure Tracking: As project costs are incurred (e.g., labor, materials), the EXPENDITURES_INCURRED column is updated via integrations with AP and PA.
- Reporting and Compliance: The table feeds financial reports (e.g., SF-425) and supports audits by providing a consolidated funding snapshot.
Technical Considerations
- Indexing: Columns like PROJECT_ID, AWARD_ID, and FUNDING_ID are typically indexed for performance.
- Partitioning: In large implementations, the table may be partitioned by PROJECT_ID or ORG_ID.
- API Usage: Oracle provides PL/SQL APIs (e.g., GMS_FUNDING_PUB) to programmatically manage data in this table.
Conclusion
The GMS_SUMMARY_PROJECT_FUNDINGS table is a cornerstone of grant management in Oracle EBS, enabling organizations to maintain accurate funding records, ensure compliance, and optimize financial oversight. Its integration with core modules and structured data model makes it indispensable for institutions managing sponsored projects.-
File: Grants Accounting ERD.pdf
12.2.2
product: GMS - Grants Accounting , size: 52.773 KBytes , file_type: PDF Diagram ,
-
File: Grants Accounting ERD.pdf
12.1.1
product: GMS - Grants Accounting , size: 52.773 KBytes , file_type: PDF Diagram ,
-
Lookup Type: BOUNDARY_CODE
12.2.2
product: GMS - Grants Accounting , meaning: BOUNDARY_CODE ,
-
Lookup Type: BOUNDARY_CODE
12.1.1
product: GMS - Grants Accounting , meaning: BOUNDARY_CODE ,
-
Lookup Type: AMOUNT_TYPE
12.1.1
product: GMS - Grants Accounting , meaning: Amount Type , description: Amount Type ,
-
Lookup Type: AMOUNT_TYPE
12.2.2
product: GMS - Grants Accounting , meaning: Amount Type , description: Amount Type ,
-
Concurrent Program: GMSPRRPL
12.2.2
execution_filename: GMSPRRPL , product: GMS - Grants Accounting , user_name: GMSPRRPL , description: Report on Project Listings , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: GMSPRRPL
12.1.1
execution_filename: GMSPRRPL , product: GMS - Grants Accounting , user_name: GMSPRRPL , description: Report on Project Listings , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: GMSRXBVRS
12.1.1
product: GMS - Grants Accounting , user_name: GMS: Publish Burden Cost Variance Report By Project, Task and Award , description: Burden Cost Variance Report By Project, Task and Award , argument_method: Database fetch , enabled: No , execution_method: Spawned ,
-
Concurrent Program: GMSRXBVRS
12.2.2
product: GMS - Grants Accounting , user_name: GMS: Publish Burden Cost Variance Report By Project, Task and Award , description: Burden Cost Variance Report By Project, Task and Award , argument_method: Database fetch , enabled: No , execution_method: Spawned ,
-
Table: GMS_SUMMARY_PROJECT_FUNDINGS
12.2.2
owner:GMS, object_type:TABLE, fnd_design_data:GMS.GMS_SUMMARY_PROJECT_FUNDINGS, object_name:GMS_SUMMARY_PROJECT_FUNDINGS, status:VALID, product: GMS - Grants Accounting , description: Summary funding amounts allocated from installment to project and tasks , implementation_dba_data: GMS.GMS_SUMMARY_PROJECT_FUNDINGS ,
-
Table: GMS_PROJECT_TYPES_ALL
12.2.2
owner:GMS, object_type:TABLE, fnd_design_data:GMS.GMS_PROJECT_TYPES_ALL, object_name:GMS_PROJECT_TYPES_ALL, status:VALID, product: GMS - Grants Accounting , description: Additional information on project types maintained in PA_PROJECT_TYPES , implementation_dba_data: GMS.GMS_PROJECT_TYPES_ALL ,
-
Table: GMS_SUMMARY_PROJECT_FUNDINGS
12.1.1
owner:GMS, object_type:TABLE, fnd_design_data:GMS.GMS_SUMMARY_PROJECT_FUNDINGS, object_name:GMS_SUMMARY_PROJECT_FUNDINGS, status:VALID, product: GMS - Grants Accounting , description: Summary funding amounts allocated from installment to project and tasks , implementation_dba_data: GMS.GMS_SUMMARY_PROJECT_FUNDINGS ,
-
Table: GMS_PROJECT_TYPES_ALL
12.1.1
owner:GMS, object_type:TABLE, fnd_design_data:GMS.GMS_PROJECT_TYPES_ALL, object_name:GMS_PROJECT_TYPES_ALL, status:VALID, product: GMS - Grants Accounting , description: Additional information on project types maintained in PA_PROJECT_TYPES , implementation_dba_data: GMS.GMS_PROJECT_TYPES_ALL ,
-
Table: GMS_PROJECT_FUNDINGS
12.1.1
owner:GMS, object_type:TABLE, fnd_design_data:GMS.GMS_PROJECT_FUNDINGS, object_name:GMS_PROJECT_FUNDINGS, status:VALID, product: GMS - Grants Accounting , description: Incremental amounts of allocated funds from installments to project and tasks , implementation_dba_data: GMS.GMS_PROJECT_FUNDINGS ,
-
Table: GMS_PROJECT_FUNDINGS
12.2.2
owner:GMS, object_type:TABLE, fnd_design_data:GMS.GMS_PROJECT_FUNDINGS, object_name:GMS_PROJECT_FUNDINGS, status:VALID, product: GMS - Grants Accounting , description: Incremental amounts of allocated funds from installments to project and tasks , implementation_dba_data: GMS.GMS_PROJECT_FUNDINGS ,
-
Table: GMS_BUDGET_LINES
12.1.1
owner:GMS, object_type:TABLE, fnd_design_data:GMS.GMS_BUDGET_LINES, object_name:GMS_BUDGET_LINES, status:VALID, product: GMS - Grants Accounting , description: Detail lines of project and task budgets , implementation_dba_data: GMS.GMS_BUDGET_LINES ,
-
Table: GMS_BUDGET_LINES
12.2.2
owner:GMS, object_type:TABLE, fnd_design_data:GMS.GMS_BUDGET_LINES, object_name:GMS_BUDGET_LINES, status:VALID, product: GMS - Grants Accounting , description: Detail lines of project and task budgets , implementation_dba_data: GMS.GMS_BUDGET_LINES ,
-
Table: GMS_AWARD_DISTRIBUTIONS
12.1.1
owner:GMS, object_type:TABLE, fnd_design_data:GMS.GMS_AWARD_DISTRIBUTIONS, object_name:GMS_AWARD_DISTRIBUTIONS, status:VALID, product: GMS - Grants Accounting , description: Distribution lines for requisitions, purchase orders, invoices, encumbrances, and Project expenditures charged to awards , implementation_dba_data: GMS.GMS_AWARD_DISTRIBUTIONS ,
-
Table: GMS_AWARD_DISTRIBUTIONS
12.2.2
owner:GMS, object_type:TABLE, fnd_design_data:GMS.GMS_AWARD_DISTRIBUTIONS, object_name:GMS_AWARD_DISTRIBUTIONS, status:VALID, product: GMS - Grants Accounting , description: Distribution lines for requisitions, purchase orders, invoices, encumbrances, and Project expenditures charged to awards , implementation_dba_data: GMS.GMS_AWARD_DISTRIBUTIONS ,
-
Table: GMS_FUNDING_PATTERNS_ALL
12.1.1
owner:GMS, object_type:TABLE, fnd_design_data:GMS.GMS_FUNDING_PATTERNS_ALL, object_name:GMS_FUNDING_PATTERNS_ALL, status:VALID, product: GMS - Grants Accounting , description: Rule definition for charging transactions of a sponsored project to funding awards , implementation_dba_data: GMS.GMS_FUNDING_PATTERNS_ALL ,
-
Table: GMS_FUNDING_PATTERNS_ALL
12.2.2
owner:GMS, object_type:TABLE, fnd_design_data:GMS.GMS_FUNDING_PATTERNS_ALL, object_name:GMS_FUNDING_PATTERNS_ALL, status:VALID, product: GMS - Grants Accounting , description: Rule definition for charging transactions of a sponsored project to funding awards , implementation_dba_data: GMS.GMS_FUNDING_PATTERNS_ALL ,
-
View: GMS_AWARDS_BASIC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_AWARDS_BASIC_V, object_name:GMS_AWARDS_BASIC_V, status:VALID, product: GMS - Grants Accounting , description: Awards funding a particular project or task , implementation_dba_data: APPS.GMS_AWARDS_BASIC_V ,
-
View: GMS_AWARDS_BASIC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_AWARDS_BASIC_V, object_name:GMS_AWARDS_BASIC_V, status:VALID, product: GMS - Grants Accounting , description: Awards funding a particular project or task , implementation_dba_data: APPS.GMS_AWARDS_BASIC_V ,
-
View: GMS_FUNDSCTL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_FUNDSCTL_V, object_name:GMS_FUNDSCTL_V, status:VALID, product: GMS - Grants Accounting , description: - Retrofitted - Retrofitted , implementation_dba_data: APPS.GMS_FUNDSCTL_V ,
-
View: GMS_FUNDSCTL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_FUNDSCTL_V, object_name:GMS_FUNDSCTL_V, status:VALID, product: GMS - Grants Accounting , description: - Retrofitted - Retrofitted , implementation_dba_data: APPS.GMS_FUNDSCTL_V ,
-
View: GMS_COMMITMENT_TXNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_COMMITMENT_TXNS_V, object_name:GMS_COMMITMENT_TXNS_V, status:VALID, product: GMS - Grants Accounting , description: A view of all oustanding project-related commitment costs. , implementation_dba_data: APPS.GMS_COMMITMENT_TXNS_V ,
-
View: GMS_COMMITMENT_TXNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_COMMITMENT_TXNS_V, object_name:GMS_COMMITMENT_TXNS_V, status:VALID, product: GMS - Grants Accounting , description: A view of all oustanding project-related commitment costs. , implementation_dba_data: APPS.GMS_COMMITMENT_TXNS_V ,
-
Lookup Type: REPORT_TYPE
12.1.1
product: GMS - Grants Accounting , meaning: Report Type , description: Report Type ,
-
Lookup Type: REPORT_TYPE
12.2.2
product: GMS - Grants Accounting , meaning: Report Type , description: Report Type ,
-
Table: GMS_CONCURRENCY_CONTROL
12.2.2
owner:GMS, object_type:TABLE, fnd_design_data:GMS.GMS_CONCURRENCY_CONTROL, object_name:GMS_CONCURRENCY_CONTROL, status:VALID, product: GMS - Grants Accounting , description: Control table for concurrency control of transactions in Grants Accounting concurrent processes , implementation_dba_data: GMS.GMS_CONCURRENCY_CONTROL ,
-
Concurrent Program: GMSTRGL
12.2.2
product: GMS - Grants Accounting , user_name: GMS: Generate Revenue Accounting Events , description: Interface Revenue to SLA , argument_method: Database fetch , enabled: Yes , execution_method: Spawned ,
-
Concurrent Program: GMSTRGL
12.1.1
product: GMS - Grants Accounting , user_name: GMS: Generate Revenue Accounting Events , description: Interface Revenue to SLA , argument_method: Database fetch , enabled: Yes , execution_method: Spawned ,
-
Table: GMS_CONCURRENCY_CONTROL
12.1.1
owner:GMS, object_type:TABLE, fnd_design_data:GMS.GMS_CONCURRENCY_CONTROL, object_name:GMS_CONCURRENCY_CONTROL, status:VALID, product: GMS - Grants Accounting , description: Control table for concurrency control of transactions in Grants Accounting concurrent processes , implementation_dba_data: GMS.GMS_CONCURRENCY_CONTROL ,
-
View: GMS_DRAFT_INVOICES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_DRAFT_INVOICES_V, object_name:GMS_DRAFT_INVOICES_V, status:VALID, product: GMS - Grants Accounting , implementation_dba_data: APPS.GMS_DRAFT_INVOICES_V ,
-
Lookup Type: GRANTS PROCESS CATEGORIES
12.2.2
product: GMS - Grants Accounting , meaning: Grants Process Categories , description: Grants Accounting Process Categories ,
-
View: GMS_DRAFT_INVOICES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_DRAFT_INVOICES_V, object_name:GMS_DRAFT_INVOICES_V, status:VALID, product: GMS - Grants Accounting , implementation_dba_data: APPS.GMS_DRAFT_INVOICES_V ,
-
Lookup Type: GRANTS PROCESS CATEGORIES
12.1.1
product: GMS - Grants Accounting , meaning: Grants Process Categories , description: Grants Accounting Process Categories ,
-
View: GMS_EXPEND_ITEMS_ADJUST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_EXPEND_ITEMS_ADJUST_V, object_name:GMS_EXPEND_ITEMS_ADJUST_V, status:VALID, product: GMS - Grants Accounting , implementation_dba_data: APPS.GMS_EXPEND_ITEMS_ADJUST_V ,
-
View: GMS_EXPEND_ITEMS_ADJUST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_EXPEND_ITEMS_ADJUST_V, object_name:GMS_EXPEND_ITEMS_ADJUST_V, status:VALID, product: GMS - Grants Accounting , implementation_dba_data: APPS.GMS_EXPEND_ITEMS_ADJUST_V ,
-
View: GMS_FUNDSCTL_RES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_FUNDSCTL_RES_V, object_name:GMS_FUNDSCTL_RES_V, status:VALID, product: GMS - Grants Accounting , implementation_dba_data: APPS.GMS_FUNDSCTL_RES_V ,
-
View: GMS_FUNDSCTL_RES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_FUNDSCTL_RES_V, object_name:GMS_FUNDSCTL_RES_V, status:VALID, product: GMS - Grants Accounting , implementation_dba_data: APPS.GMS_FUNDSCTL_RES_V ,
-
Lookup Type: AWARD_PURPOSE_CODE
12.1.1
product: GMS - Grants Accounting , meaning: Award Purpose Code ,
-
Table: GMS_DISTRIBUTIONS
12.1.1
owner:GMS, object_type:TABLE, fnd_design_data:GMS.GMS_DISTRIBUTIONS, object_name:GMS_DISTRIBUTIONS, status:VALID, product: GMS - Grants Accounting , description: Header information , implementation_dba_data: GMS.GMS_DISTRIBUTIONS ,
-
Table: GMS_PERSONNEL
12.1.1
owner:GMS, object_type:TABLE, fnd_design_data:GMS.GMS_PERSONNEL, object_name:GMS_PERSONNEL, status:VALID, product: GMS - Grants Accounting , description: Personnel of award , implementation_dba_data: GMS.GMS_PERSONNEL ,
-
Table: GMS_BIS_NEW_AWD_ORG_SUMM
12.1.1
product: GMS - Grants Accounting , implementation_dba_data: Not implemented in this database ,
-
Table: GMS_BILLING_FORMS
12.1.1
owner:GMS, object_type:TABLE, fnd_design_data:GMS.GMS_BILLING_FORMS, object_name:GMS_BILLING_FORMS, status:VALID, product: GMS - Grants Accounting , description: Implementation-defined billing forms , implementation_dba_data: GMS.GMS_BILLING_FORMS ,
-
Table: GMS_BIS_AWD_PURPOSE_SUMM
12.1.1
product: GMS - Grants Accounting , implementation_dba_data: Not implemented in this database ,
-
Table: GMS_BIS_AWD_GR_SUMM
12.1.1
product: GMS - Grants Accounting , implementation_dba_data: Not implemented in this database ,
-
Table: GMS_BIS_NEW_AWD_GR_SUMM
12.1.1
product: GMS - Grants Accounting , implementation_dba_data: Not implemented in this database ,