Search Results revaluation_through_date
Overview
APPS.PA_PROJECT_FUNDINGS_AMG_V is a reporting and integration view in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 that exposes project funding records in a multi-currency, multi-process context. It is designed to present funding allocation amounts across the four transaction currency contexts used by Oracle Projects: funding currency, project currency, project functional (PROJFUNC) currency, and invoice processing (INVPROC) currency, together with revenue processing (REVPROC) currency. This makes the view particularly valuable for financial reporting, reconciliation, and downstream integration where funding must be analyzed from the perspective of each process currency rather than a single ledger currency.
The view is defined in the APPS schema and is typically consumed by Oracle Projects reporting components, extracts, and custom integrations that need a denormalized, currency-conversion-ready representation of funding data without joining to the underlying base table directly.
Underlying Base Objects
The view is defined over a single documented base object:
- PA_PROJECT_FUNDINGS (referenced as a SYNONYM in the ETRM metadata) — the primary project funding table that stores funding records associated with projects, tasks, agreements, and budget types.
The view selects a broad set of columns from PA_PROJECT_FUNDINGS, aliasing PA_PROJECT_FUNDINGS_PROJECT_ID as a leading column. Because it is a straight projection (no joins, unions, or aggregations), the view performs as a simple filtered/selected read over the base table and inherits its indexing and partitioning characteristics. The presence of the AMG suffix historically relates to Oracle Projects' multi-currency/multi-process calculation logic that materializes allocated amounts per currency context.
Key Columns
The view exposes currency- and process-specific allocation amounts. Notable columns include:
- ALLOCATED_AMOUNT, DATE_ALLOCATED — the funding amount in funding currency and the date it was allocated.
- PROJECT_ALLOCATED_AMOUNT, PROJFUNC_ALLOCATED_AMOUNT, INVPROC_ALLOCATED_AMOUNT, REVPROC_ALLOCATED_AMOUNT — allocated amounts expressed in project, project functional, invoice processing, and revenue processing currencies respectively. The revproc_allocated_amount column (the search term referenced) reports the funding allocation translated into the revenue processing currency.
- Paired exchange rate columns (PROJECT_RATE_TYPE, PROJECT_RATE_DATE, PROJECT_EXCHANGE_RATE, and the equivalent REVPROC_/INVPROC_/PROJFUNC_ variants) — the conversion rate type, date, and factor used to derive each currency amount.
- AGREEMENT_ID, PROJECT_ID, TASK_ID, BUDGET_TYPE_CODE, FUNDING_CATEGORY — the funding dimension keys identifying the agreement, project, task, budget type, and category.
- FUNDING_INV_APPLIED_AMOUNT, FUNDING_INV_DUE_AMOUNT, FUNDING_BACKLOG_AMOUNT — invoice application, due, and backlog states of the funding.
- PROJFUNC_REALIZED_GAINS_AMT / PROJFUNC_REALIZED_LOSSES_AMT — realized gains and losses attributable to the funding.
- REVALUATION_THROUGH_DATE, REVALUATION_*_RATE_TYPE, REVALUATION_*_RATE — revaluation reference information, along with FUNDING_REVALUATION_FACTOR and the respective revalued amounts.
- NON_UPDATEABLE_FLAG, PJI_SUMMARIZED_FLAG, SUBMIT_BASELINE_FLAG — status and control flags governing update and baseline behavior.
- Standard EBS Who columns (LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, LAST_UPDATE_LOGIN) and request/concurrency columns (REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE).
Common Use Cases and Queries
Typical uses include funding reconciliation across currencies, revenue processing currency analysis, and feeding downstream extracts. Common patterns select by project and budget type, or focus on the revenue processing allocation amount:
- Querying funding for a project in revenue processing currency.
- Reconciling funding currency against project functional and invoice processing allocations.
- Extracting funding backlog and invoice application amounts for cash and billing analysis.
Illustrative SQL:
SELECT PROJECT_ID, TASK_ID, BUDGET_TYPE_CODE, FUNDING_CURRENCY_CODE, REVPROC_CURRENCY_CODE, REVPROC_ALLOCATED_AMOUNT, REVPROC_EXCHANGE_RATE FROM APPS.PA_PROJECT_FUNDINGS_AMG_V WHERE PROJECT_ID = :p_project_id;SELECT AGREEMENT_ID, SUM(ALLOCATED_AMOUNT), SUM(REVPROC_ALLOCATED_AMOUNT) FROM APPS.PA_PROJECT_FUNDINGS_AMG_V GROUP BY AGREEMENT_ID;SELECT PROJECT_ID, FUNDING_INV_APPLIED_AMOUNT, FUNDING_INV_DUE_AMOUNT, FUNDING_BACKLOG_AMOUNT FROM APPS.PA_PROJECT_FUNDINGS_AMG_V WHERE BUDGET_TYPE_CODE = :p_budget_type;
Because the view is a direct projection of PA_PROJECT_FUNDINGS, users should apply the same security and business-group considerations that govern direct access to the base funding table.
-
VIEW: APPS.PA_PROJECT_FUNDINGS_AMG_V
12.1.1
-
VIEW: PA.PA_PROJECT_FUNDINGS#
12.2.2
-
View: PA_PROJECT_FUNDINGS_AMG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_FUNDINGS_AMG_V, object_name:PA_PROJECT_FUNDINGS_AMG_V, status:VALID, product: PA - Projects , description: This view based on pa_project_fundings table, stores incremental allocations of agreement funds to projects or top tasks. Funding is required for a contract project before that project can accrue revenue and generate invoices. Indirect or , implementation_dba_data: APPS.PA_PROJECT_FUNDINGS_AMG_V ,
-
VIEW: APPS.PA_PROJECT_FUNDINGS_AMG_V
12.2.2
-
APPS.PA_PAXFRADR_XMLP_PKG SQL Statements
12.1.1
-
APPS.PA_PAXFRADR_XMLP_PKG SQL Statements
12.2.2
-
View: PA_PROJECT_FUNDINGS_AMG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_FUNDINGS_AMG_V, object_name:PA_PROJECT_FUNDINGS_AMG_V, status:VALID, product: PA - Projects , description: This view based on pa_project_fundings table, stores incremental allocations of agreement funds to projects or top tasks. Funding is required for a contract project before that project can accrue revenue and generate invoices. Indirect or , implementation_dba_data: APPS.PA_PROJECT_FUNDINGS_AMG_V ,
-
VIEW: APPS.PA_PROJ_FUND_REVAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_FUND_REVAL_V, object_name:PA_PROJ_FUND_REVAL_V, status:VALID,
-
VIEW: APPS.PA_PROJ_FUND_REVAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_FUND_REVAL_V, object_name:PA_PROJ_FUND_REVAL_V, status:VALID,
-
VIEW: PA.PA_PROJECT_FUNDINGS#
12.2.2
owner:PA, object_type:VIEW, object_name:PA_PROJECT_FUNDINGS#, status:VALID,
-
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_PROJ_FUND_REVAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_FUND_REVAL_V, object_name:PA_PROJ_FUND_REVAL_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJ_FUND_REVAL_V ,
-
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_PROJ_FUND_REVAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_FUND_REVAL_V, object_name:PA_PROJ_FUND_REVAL_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJ_FUND_REVAL_V ,
-
PACKAGE BODY: APPS.PA_PAXFRADR_XMLP_PKG
12.2.2
-
PACKAGE BODY: APPS.PA_PAXFRADR_XMLP_PKG
12.1.1
-
VIEW: APPS.PA_PROJECT_FUNDINGS_AMG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_FUNDINGS_AMG_V, object_name:PA_PROJECT_FUNDINGS_AMG_V, status:VALID,
-
TABLE: PA.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,
-
VIEW: APPS.PA_PROJECT_FUNDINGS_AMG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_FUNDINGS_AMG_V, object_name:PA_PROJECT_FUNDINGS_AMG_V, status:VALID,
-
PACKAGE: APPS.PA_MC_FUNDINGS_PKG
12.2.2
-
TABLE: PA.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,
-
PACKAGE: APPS.PA_MC_FUNDINGS_PKG
12.1.1
-
APPS.PA_PROJECT_FUNDINGS_PKG SQL Statements
12.1.1
-
APPS.PA_PROJECT_FUNDINGS_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.PA_PROJECT_FUNDINGS_PKG
12.1.1
-
APPS.PA_PAXFRADR_XMLP_PKG dependencies on PA_PROJECT_FUNDINGS
12.1.1
-
APPS.PA_PAXFRADR_XMLP_PKG dependencies on PA_PROJECT_FUNDINGS
12.2.2
-
PACKAGE BODY: APPS.PA_PROJECT_FUNDINGS_PKG
12.2.2
-
APPS.PA_MC_FUNDINGS_PKG dependencies on PA_PROJECT_FUNDINGS
12.2.2
-
APPS.PA_MC_FUNDINGS_PKG dependencies on PA_PROJECT_FUNDINGS
12.1.1
-
eTRM - PA Tables and Views
12.1.1
-
eTRM - PA Tables and Views
12.2.2