Search Results pa_project_fundings
Overview
The PA_PROJECT_FUNDINGS table is a core transactional table within the Oracle E-Business Suite Projects module (PA). It serves as the central repository for recording incremental funding allocations from customer or internal agreements to specific projects and tasks. Its primary role is to track the commitment of funds against project work, which is essential for project financial control, revenue planning, and cost management. By storing each funding increment as a discrete record, the table enables detailed audit trails, supports multi-currency transactions, and integrates with the General Ledger (GL) and Project Billing modules to ensure accurate revenue recognition and financial reporting.
Key Information Stored
The table stores detailed attributes for each funding allocation. The primary key is PROJECT_FUNDING_ID, a unique system-generated identifier. Critical foreign key columns link the funding to other master entities: PROJECT_ID references PA_PROJECTS_ALL, AGREEMENT_ID references PA_AGREEMENTS_ALL, and TASK_ID references PA_TASKS. Key financial columns include the allocated funding amount, its currency, and associated dates for the funding period. The table also holds columns for revaluation rate types (REVALUATION_PROJFUNC_RATE_TYPE and REVALUATION_INVPROC_RATE_TYPE), which reference GL_DAILY_CONVERSION_TYPES and are used for currency conversion and revaluation processes in multi-currency environments. This structure allows for precise tracking of fund sources and their application across the project structure.
Common Use Cases and Queries
A primary use case is generating reports on total funds committed versus funds remaining for a project or a specific agreement. Financial controllers run such queries to monitor budget health. Another critical scenario is during the revenue recognition process, where the system consumes funding records to determine recognized revenue. A common audit query involves selecting all funding increments for a project to trace funding history. A sample SQL pattern to retrieve basic funding summary information would be:
- SELECT pf.project_id, p.segment1 project_number, pf.agreement_id, SUM(pf.raw_amount) total_funding
- FROM pa_project_fundings pf, pa_projects_all p
- WHERE pf.project_id = p.project_id
- AND p.segment1 = '&PROJECT_NUMBER'
- GROUP BY pf.project_id, p.segment1, pf.agreement_id;
This query aggregates total raw funding amounts by agreement for a given project.
Related Objects
PA_PROJECT_FUNDINGS has integral relationships with several key objects, as indicated by its foreign keys. It is a parent to tables like PA_EVENTS, which tracks billing events linked to specific funding lines, and PA_MC_PROJECT_FUNDINGS, which stores multiple currency (MRC) amounts for the funding records. The PA_FUND_MRC_UPG_EXCEP table logs exceptions for these records during currency upgrades. As a child table, it primarily references master data tables: PA_PROJECTS_ALL for projects, PA_AGREEMENTS_ALL for the source funding agreement, and PA_TASKS for detailed task assignments. Its relationship with GL_DAILY_CONVERSION_TYPES for rate types underscores its role in the enterprise's multi-currency financial architecture.
-
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_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 ,
-
APPS.PA_BASELINE_FUNDING_PKG dependencies on PA_PROJECT_FUNDINGS
12.1.1
-
APPS.PA_MULTI_CURRENCY_BILLING dependencies on PA_PROJECT_FUNDINGS
12.1.1
-
APPS.PA_FUNDING_CORE dependencies on PA_PROJECT_FUNDINGS
12.1.1
-
APPS.PA_FP_COPY_FROM_PKG dependencies on PA_PROJECT_FUNDINGS
12.2.2
-
APPS.PA_PROJECT_UTILS dependencies on PA_PROJECT_FUNDINGS
12.2.2
-
APPS.OKE_ALLOCATION_PVT dependencies on PA_PROJECT_FUNDINGS
12.2.2
-
APPS.PA_FUND_REVAL_PVT dependencies on PA_PROJECT_FUNDINGS
12.2.2
-
APPS.PA_MC_FUNDINGS_PKG dependencies on PA_PROJECT_FUNDINGS
12.1.1
-
APPS.PA_FP_CI_IMPLEMENT_PKG dependencies on PA_PROJECT_FUNDINGS
12.2.2
-
APPS.PA_AGREEMENT_PVT dependencies on PA_PROJECT_FUNDINGS
12.2.2
-
APPS.PJI_FM_EXTR dependencies on PA_PROJECT_FUNDINGS
12.2.2
-
APPS.OKE_AGREEMENT_PVT dependencies on PA_PROJECT_FUNDINGS
12.2.2
-
APPS.PA_FP_COPY_FROM_PKG dependencies on PA_PROJECT_FUNDINGS
12.1.1
-
APPS.OKE_FUNDSOURCE_PVT dependencies on PA_PROJECT_FUNDINGS
12.1.1
-
APPS.PA_PROJ_TSK_UTILS dependencies on PA_PROJECT_FUNDINGS
12.1.1
-
APPS.GMS_MULTI_FUNDING dependencies on PA_PROJECT_FUNDINGS
12.1.1
-
APPS.PA_MC_FUNDINGS_PKG dependencies on PA_PROJECT_FUNDINGS
12.2.2
-
APPS.PA_AGREEMENT_CORE dependencies on PA_PROJECT_FUNDINGS
12.2.2
-
APPS.PA_MULTI_CURRENCY_BILLING dependencies on PA_PROJECT_FUNDINGS
12.2.2
-
APPS.PJI_LAUNCH_UPP_MAIN dependencies on PA_PROJECT_FUNDINGS
12.2.2
-
APPS.PA_PROJ_TSK_UTILS dependencies on PA_PROJECT_FUNDINGS
12.2.2
-
APPS.PA_PAXFRADR_XMLP_PKG dependencies on PA_PROJECT_FUNDINGS
12.1.1
-
APPS.PA_PROJECT_UTILS dependencies on PA_PROJECT_FUNDINGS
12.1.1
-
APPS.PA_BILLING_CORE dependencies on PA_PROJECT_FUNDINGS
12.1.1
-
APPS.PA_AGREEMENT_PVT dependencies on PA_PROJECT_FUNDINGS
12.1.1
-
APPS.PA_PURGE_VALIDATE_PJRM dependencies on PA_PROJECT_FUNDINGS
12.1.1
-
APPS.PA_CUSTOMERS_CONTACTS_UTILS dependencies on PA_PROJECT_FUNDINGS
12.1.1
-
APPS.PJI_FM_EXTR dependencies on PA_PROJECT_FUNDINGS
12.1.1
-
APPS.PA_FP_CI_IMPLEMENT_PKG dependencies on PA_PROJECT_FUNDINGS
12.1.1
-
APPS.PA_FUND_REVAL_PVT dependencies on PA_PROJECT_FUNDINGS
12.1.1
-
APPS.PA_PURGE_VALIDATE_PJRM dependencies on PA_PROJECT_FUNDINGS
12.2.2
-
APPS.PA_CUSTOMERS_CONTACTS_UTILS dependencies on PA_PROJECT_FUNDINGS
12.2.2
-
APPS.PA_PAXFRADR_XMLP_PKG dependencies on PA_PROJECT_FUNDINGS
12.2.2
-
APPS.PA_FUNDING_CORE dependencies on PA_PROJECT_FUNDINGS
12.2.2
-
APPS.PA_BILLING_CORE dependencies on PA_PROJECT_FUNDINGS
12.2.2
-
APPS.PA_PROJECT_FUNDINGS_PKG dependencies on PA_PROJECT_FUNDINGS
12.2.2
-
APPS.PA_AGREEMENT_PUB dependencies on PA_PROJECT_FUNDINGS
12.1.1
-
APPS.OKE_FUNDSOURCE_PVT dependencies on PA_PROJECT_FUNDINGS
12.2.2
-
APPS.PA_EFC_BIL dependencies on PA_PROJECT_FUNDINGS
12.1.1
-
APPS.PA_AGREEMENT_CORE dependencies on PA_PROJECT_FUNDINGS
12.1.1
-
APPS.OKE_ALLOCATION_PVT dependencies on PA_PROJECT_FUNDINGS
12.1.1
-
APPS.OKE_AGREEMENT_PVT dependencies on PA_PROJECT_FUNDINGS
12.1.1
-
APPS.PA_PROJECT_FUNDINGS_PKG dependencies on PA_PROJECT_FUNDINGS
12.1.1
-
APPS.PA_BASELINE_FUNDING_PKG dependencies on PA_PROJECT_FUNDINGS
12.2.2
-
APPS.GMS_MULTI_FUNDING dependencies on PA_PROJECT_FUNDINGS
12.2.2
-
APPS.PA_AGREEMENT_PUB dependencies on PA_PROJECT_FUNDINGS
12.2.2
-
APPS.PA_EFC_BIL dependencies on PA_PROJECT_FUNDINGS
12.2.2
-
APPS.PA_AGREEMENT_PVT SQL Statements
12.1.1