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 ,
-
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: 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 ,
-
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 ,
-
View: PABV_FUNDINGS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_FUNDINGS, object_name:PABV_FUNDINGS, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_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 ,
-
Table: PA_FUND_MRC_UPG_EXCEP
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FUND_MRC_UPG_EXCEP, object_name:PA_FUND_MRC_UPG_EXCEP, status:VALID, product: PA - Projects , description: The PA_FUND_MRC_UPG_EXCEP table maintains all the exceptions got during funding up gradation in MRC. , implementation_dba_data: PA.PA_FUND_MRC_UPG_EXCEP ,
-
Table: PA_FUND_MRC_UPG_EXCEP
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FUND_MRC_UPG_EXCEP, object_name:PA_FUND_MRC_UPG_EXCEP, status:VALID, product: PA - Projects , description: The PA_FUND_MRC_UPG_EXCEP table maintains all the exceptions got during funding up gradation in MRC. , implementation_dba_data: PA.PA_FUND_MRC_UPG_EXCEP ,
-
Table: PA_AGREEMENTS_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_AGREEMENTS_ALL, object_name:PA_AGREEMENTS_ALL, status:VALID, product: PA - Projects , description: Customer contracts that serve as the basis for work authorization , implementation_dba_data: PA.PA_AGREEMENTS_ALL ,
-
View: PABV_FUNDINGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_FUNDINGS, object_name:PABV_FUNDINGS, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_FUNDINGS ,
-
Table: PA_EVENTS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EVENTS, object_name:PA_EVENTS, status:VALID, product: PA - Projects , description: Entries assigned to tasks that generate revenue and/or billing but are not directly related to expenditure items , implementation_dba_data: PA.PA_EVENTS ,
-
Table: PA_EVENTS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EVENTS, object_name:PA_EVENTS, status:VALID, product: PA - Projects , description: Entries assigned to tasks that generate revenue and/or billing but are not directly related to expenditure items , implementation_dba_data: PA.PA_EVENTS ,
-
Table: PA_AGREEMENTS_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_AGREEMENTS_ALL, object_name:PA_AGREEMENTS_ALL, status:VALID, product: PA - Projects , description: Customer contracts that serve as the basis for work authorization , implementation_dba_data: PA.PA_AGREEMENTS_ALL ,
-
View: PAFV_FUNDINGS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_FUNDINGS, object_name:PAFV_FUNDINGS, status:VALID, product: PA - Projects , description: Business view to show information about the incremental allocation of agreement funds to projects. , implementation_dba_data: APPS.PAFV_FUNDINGS ,
-
View: PAFV_FUNDINGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_FUNDINGS, object_name:PAFV_FUNDINGS, status:VALID, product: PA - Projects , description: Business view to show information about the incremental allocation of agreement funds to projects. , implementation_dba_data: APPS.PAFV_FUNDINGS ,
-
View: PA_FUND_REVAL_AUDITS_REP_MRC_V
12.1.1
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_FUND_REVAL_AUDITS_REP_MRC_V
12.2.2
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_FUND_REVAL_AUDITS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FUND_REVAL_AUDITS_V, object_name:PA_FUND_REVAL_AUDITS_V, status:VALID, product: PA - Projects , description: To list the funding revaluation components in the audit report , implementation_dba_data: APPS.PA_FUND_REVAL_AUDITS_V ,
-
View: PA_FUND_REVAL_AUDITS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FUND_REVAL_AUDITS_V, object_name:PA_FUND_REVAL_AUDITS_V, status:VALID, product: PA - Projects , description: To list the funding revaluation components in the audit report , implementation_dba_data: APPS.PA_FUND_REVAL_AUDITS_V ,
-
View: PA_PROJECT_FUNDING_AUDITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_FUNDING_AUDITS, object_name:PA_PROJECT_FUNDING_AUDITS, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECT_FUNDING_AUDITS ,
-
View: PA_PROJECT_FUNDING_AUDITS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_FUNDING_AUDITS, object_name:PA_PROJECT_FUNDING_AUDITS, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECT_FUNDING_AUDITS ,
-
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.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 ,
-
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_PROJECT_FUNDINGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_FUNDINGS_V, object_name:PA_PROJECT_FUNDINGS_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_PROJECT_FUNDINGS_V ,
-
View: PA_PROJECT_FUNDINGS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_FUNDINGS_V, object_name:PA_PROJECT_FUNDINGS_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_PROJECT_FUNDINGS_V ,
-
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: PA_TASKS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TASKS, object_name:PA_TASKS, status:VALID, product: PA - Projects , description: User-defined subdivisions of project work , implementation_dba_data: PA.PA_TASKS ,
-
Table: PA_TASKS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TASKS, object_name:PA_TASKS, status:VALID, product: PA - Projects , description: User-defined subdivisions of project work , implementation_dba_data: PA.PA_TASKS ,
-
Table: PA_PROJECTS_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECTS_ALL, object_name:PA_PROJECTS_ALL, status:VALID, product: PA - Projects , description: PA_PROJECTS_ALL stores the highest units of work defined in Oracle Projects. , implementation_dba_data: PA.PA_PROJECTS_ALL ,
-
Table: PA_PROJECTS_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECTS_ALL, object_name:PA_PROJECTS_ALL, status:VALID, product: PA - Projects , description: PA_PROJECTS_ALL stores the highest units of work defined in Oracle Projects. , implementation_dba_data: PA.PA_PROJECTS_ALL ,