Search Results pa_mc_project_fundings
Overview
The PA_MC_PROJECT_FUNDINGS table is a core data object within the Oracle E-Business Suite Projects (PA) module, specifically designed to support the Multi-Currency (MC) accounting framework. Its primary role is to store converted funding line amounts for projects across all reporting sets of books that are associated with a primary functional set of books. This table enables organizations to maintain and report on project funding commitments and budgets in multiple reporting currencies, ensuring financial compliance and analysis in a global operating environment. It acts as a reporting currency mirror of the base funding data stored in PA_PROJECT_FUNDINGS.
Key Information Stored
The table stores the reporting currency equivalents of project funding line details. While the full column list is not detailed in the provided metadata, the structure is defined by its critical foreign key relationships and purpose. The essential columns include a foreign key to the original funding line (PROJECT_FUNDING_ID), the identifier for the specific reporting set of books (SET_OF_BOOKS_ID), and the converted funding amounts in the corresponding reporting currency. Additional columns likely store currency conversion details such as conversion rate, conversion date, and the converted amounts for original, funded, and remaining funding values.
Common Use Cases and Queries
This table is central to generating multi-currency financial reports for project funding. Common use cases include reconciling funding amounts between the functional and reporting ledgers, auditing currency conversion accuracy, and producing statutory or management reports in local currencies. A typical query would join this table to its base data source and ledger information to analyze funding across currencies.
- Reporting Funding by Reporting Currency:
SELECT pmcpf.set_of_books_id, sob.name, pmcpf.project_funding_id, pmcpf.converted_amount FROM pa_mc_project_fundings pmcpf, gl_sets_of_books_11i sob WHERE pmcpf.set_of_books_id = sob.set_of_books_id AND pmcpf.project_id = :p_project_id; - Reconciling to Base Funding Table:
SELECT pf.funding_amount func_amt, pmcpf.converted_amount rpt_amt FROM pa_project_fundings pf, pa_mc_project_fundings pmcpf WHERE pf.project_funding_id = pmcpf.project_funding_id AND pmcpf.set_of_books_id = :p_sob_id;
Related Objects
The PA_MC_PROJECT_FUNDINGS table has defined dependencies on two key tables, as per the provided relationship data:
- PA_PROJECT_FUNDINGS: This is the source table for all project funding transactions in the functional currency. The relationship is established via the foreign key column
PA_MC_PROJECT_FUNDINGS.PROJECT_FUNDING_IDreferencingPA_PROJECT_FUNDINGS. Every record in the multi-currency table originates from a record here. - GL_SETS_OF_BOOKS_11I: This table defines the reporting ledgers. The foreign key column
PA_MC_PROJECT_FUNDINGS.SET_OF_BOOKS_IDreferencesGL_SETS_OF_BOOKS_11I, identifying for which specific reporting set of books the currency-converted amounts are stored.
-
Table: PA_MC_PROJECT_FUNDINGS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_MC_PROJECT_FUNDINGS, object_name:PA_MC_PROJECT_FUNDINGS, status:VALID, product: PA - Projects , description: The PA_MC_PROJECT_FUNDINGS table stores project funding lines for all the reporting set of books associated with functional set of books. The funding amounts are converted to the respective reporting currencies. , implementation_dba_data: PA.PA_MC_PROJECT_FUNDINGS ,
-
Table: PA_MC_PROJECT_FUNDINGS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_MC_PROJECT_FUNDINGS, object_name:PA_MC_PROJECT_FUNDINGS, status:VALID, product: PA - Projects , description: The PA_MC_PROJECT_FUNDINGS table stores project funding lines for all the reporting set of books associated with functional set of books. The funding amounts are converted to the respective reporting currencies. , implementation_dba_data: PA.PA_MC_PROJECT_FUNDINGS ,
-
SYNONYM: APPS.PA_MC_PROJECT_FUNDINGS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_MC_PROJECT_FUNDINGS, status:VALID,
-
VIEW: PA.PA_MC_PROJECT_FUNDINGS#
12.2.2
owner:PA, object_type:VIEW, object_name:PA_MC_PROJECT_FUNDINGS#, status:VALID,
-
SYNONYM: APPS.PA_MC_PROJECT_FUNDINGS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_MC_PROJECT_FUNDINGS, status:VALID,
-
VIEW: PA.PA_MC_PROJECT_FUNDINGS#
12.2.2
-
Table: PA_PROJECT_FUNDINGS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECT_FUNDINGS, object_name:PA_PROJECT_FUNDINGS, status:VALID, product: PA - Projects , description: Incremental amounts of allocated funds from agreements to projects and tasks , implementation_dba_data: PA.PA_PROJECT_FUNDINGS ,
-
TABLE: PA.PA_MC_PROJECT_FUNDINGS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_MC_PROJECT_FUNDINGS, object_name:PA_MC_PROJECT_FUNDINGS, status:VALID,
-
TABLE: PA.PA_MC_PROJECT_FUNDINGS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_MC_PROJECT_FUNDINGS, object_name:PA_MC_PROJECT_FUNDINGS, status:VALID,
-
Table: PA_PROJECT_FUNDINGS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECT_FUNDINGS, object_name:PA_PROJECT_FUNDINGS, status:VALID, product: PA - Projects , description: Incremental amounts of allocated funds from agreements to projects and tasks , implementation_dba_data: PA.PA_PROJECT_FUNDINGS ,
-
View: PA_FUND_REVAL_AUDITS_REP_MRC_V
12.2.2
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_PROJECT_FUNDINGS_MRC_V
12.2.2
product: PA - Projects , description: Single currency view , implementation_dba_data: Not implemented in this database ,
-
View: PA_PROJECT_FUNDINGS_MRC_V
12.1.1
product: PA - Projects , description: Single currency view , implementation_dba_data: Not implemented in this database ,
-
View: PA_FUND_REVAL_AUDITS_REP_MRC_V
12.1.1
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_PROJ_FUND_FORMS_MRC_V
12.1.1
product: PA - Projects , description: - 10SC Only , implementation_dba_data: Not implemented in this database ,
-
View: PA_PROJ_FUND_FORMS_MRC_V
12.2.2
product: PA - Projects , description: - 10SC Only , implementation_dba_data: Not implemented in this database ,
-
Table: GL_SETS_OF_BOOKS_11I
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_SETS_OF_BOOKS_11I, object_name:GL_SETS_OF_BOOKS_11I, status:VALID, product: GL - General Ledger , description: Set of books definitions , implementation_dba_data: GL.GL_SETS_OF_BOOKS_11I ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
Table: GL_SETS_OF_BOOKS_11I
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_SETS_OF_BOOKS_11I, object_name:GL_SETS_OF_BOOKS_11I, status:VALID, product: GL - General Ledger , description: Set of books definitions , implementation_dba_data: GL.GL_SETS_OF_BOOKS_11I ,
-
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
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.PA_FUND_REVAL_PVT SQL Statements
12.2.2
-
APPS.PA_FUND_REVAL_PVT SQL Statements
12.1.1
-
eTRM - PA Tables and Views
12.1.1
-
eTRM - PA Tables and Views
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.PA_FUND_REVAL_PVT
12.2.2
-
PACKAGE BODY: APPS.PA_FUND_REVAL_PVT
12.1.1
-
eTRM - PA Tables and Views
12.1.1
-
eTRM - PA Tables and Views
12.2.2