Search Results pa_budget_lines
Overview
The PA_BUDGET_LINES table is a core data structure within the Oracle E-Business Suite Projects (PA) module, specifically for releases 12.1.1 and 12.2.2. It functions as the detailed transactional repository for all project and task budget entries. Each record in this table represents a single budget line, which quantifies the planned expenditure or revenue for a specific resource, cost element, and accounting period. The table is fundamental to the budgeting lifecycle, storing the granular data that rolls up to form the overall budget for a given budget version. Its integrity is maintained through a primary key and a network of foreign key relationships, ensuring consistency with budget headers, resource assignments, accounting flexfields, and currency conversion rules.
Key Information Stored
The table's primary key is BUDGET_LINE_ID, which uniquely identifies each budget detail line. Its most critical foreign key is BUDGET_VERSION_ID, linking each line to its parent header in PA_BUDGET_VERSIONS. Other essential columns define the financial and operational context of the budgeted amount. The RESOURCE_ASSIGNMENT_ID links to the PA_RESOURCE_ASSIGNMENTS table, specifying the person or job being budgeted. The CODE_COMBINATION_ID references GL_CODE_COMBINATIONS, storing the accounting code for the budget line. A significant portion of the table's structure is dedicated to currency conversion metadata, with numerous columns (e.g., PROJFUNC_COST_RATE_TYPE, PROJECT_REV_RATE_TYPE) referencing GL_DAILY_CONVERSION_TYPES. These columns store the rate types and dates used for converting budget amounts between project functional, project, and other currencies, which is critical for multi-currency projects.
Common Use Cases and Queries
This table is central to budget inquiry, reporting, and reconciliation processes. A common use case is generating a detailed budget report for a specific project or version. Technical consultants often query this table to analyze budget composition, validate data integrity, or support custom integrations. A typical SQL pattern retrieves budget lines with their associated header, task, and accounting information:
- SELECT bl.budget_line_id, bv.budget_version_name, bl.period_name, bl.budget_quantity, bl.budget_cost, bl.code_combination_id, ra.task_id FROM pa_budget_lines bl, pa_budget_versions bv, pa_resource_assignments ra WHERE bl.budget_version_id = bv.budget_version_id AND bl.resource_assignment_id = ra.resource_assignment_id AND bv.project_id = :p_project_id;
Another critical scenario involves troubleshooting currency conversion issues in budget reports, requiring analysis of the various PROJFUNC_* and PROJECT_* rate type and date columns stored in this table.
Related Objects
PA_BUDGET_LINES sits at the center of a key data model. Its primary relationship is with PA_BUDGET_VERSIONS, which holds the header-level budget information. It is directly dependent on PA_RESOURCE_ASSIGNMENTS for resource details and GL_CODE_COMBINATIONS for accounting segments. As indicated by the foreign keys, it extensively references GL_DAILY_CONVERSION_TYPES for currency conversion rules. Furthermore, it is the parent table for PA_MC_BUDGET_LINES, which stores the multiple currency amounts for each budget line. For reporting and application logic, key views like PA_BUDGET_VERSIONS_V and various budget inquiry forms rely on the underlying data in PA_BUDGET_LINES.
-
Table: PA_BUDGET_LINES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_BUDGET_LINES, object_name:PA_BUDGET_LINES, status:VALID, product: PA - Projects , description: Detail lines of project and task budgets , implementation_dba_data: PA.PA_BUDGET_LINES ,
-
Table: PA_BUDGET_LINES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_BUDGET_LINES, object_name:PA_BUDGET_LINES, status:VALID, product: PA - Projects , description: Detail lines of project and task budgets , implementation_dba_data: PA.PA_BUDGET_LINES ,
-
View: PA_FP_BUDGET_LINE_REJECTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FP_BUDGET_LINE_REJECTIONS_V, object_name:PA_FP_BUDGET_LINE_REJECTIONS_V, status:VALID, product: PA - Projects , description: Resource Assignment level and Task assignment level rejection details for self service budgets and workplan. , implementation_dba_data: APPS.PA_FP_BUDGET_LINE_REJECTIONS_V ,
-
View: PA_FP_BUDGET_LINE_REJECTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FP_BUDGET_LINE_REJECTIONS_V, object_name:PA_FP_BUDGET_LINE_REJECTIONS_V, status:VALID, product: PA - Projects , description: Resource Assignment level and Task assignment level rejection details for self service budgets and workplan. , implementation_dba_data: APPS.PA_FP_BUDGET_LINE_REJECTIONS_V ,
-
View: PA_FCST_PROJ_ERR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FCST_PROJ_ERR_V, object_name:PA_FCST_PROJ_ERR_V, status:VALID, product: PA - Projects , description: PA_PROJ_FCST_ERR_V is a view that shows project forecasting error information , implementation_dba_data: APPS.PA_FCST_PROJ_ERR_V ,
-
View: PA_FCST_PROJ_ERR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FCST_PROJ_ERR_V, object_name:PA_FCST_PROJ_ERR_V, status:VALID, product: PA - Projects , description: PA_PROJ_FCST_ERR_V is a view that shows project forecasting error information , implementation_dba_data: APPS.PA_FCST_PROJ_ERR_V ,
-
View: PA_TASK_BUDGETS2_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASK_BUDGETS2_V, object_name:PA_TASK_BUDGETS2_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_TASK_BUDGETS2_V ,
-
View: PA_TASK_BUDGETS2_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASK_BUDGETS2_V, object_name:PA_TASK_BUDGETS2_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_TASK_BUDGETS2_V ,
-
View: PA_BUDGET_MATRIX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BUDGET_MATRIX_V, object_name:PA_BUDGET_MATRIX_V, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PA_BUDGET_MATRIX_V ,
-
View: PA_BUDGET_MATRIX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BUDGET_MATRIX_V, object_name:PA_BUDGET_MATRIX_V, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PA_BUDGET_MATRIX_V ,
-
View: PA_BUDGET_LINES_MRC_V
12.2.2
product: PA - Projects , description: Single currency view for pa_budget_lines , implementation_dba_data: Not implemented in this database ,
-
View: PA_BUDGET_LINES_MRC_V
12.1.1
product: PA - Projects , description: Single currency view for pa_budget_lines , implementation_dba_data: Not implemented in this database ,
-
Table: PA_MC_BUDGET_LINES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_MC_BUDGET_LINES, object_name:PA_MC_BUDGET_LINES, status:VALID, product: PA - Projects , description: This table stores budget lines for all the reporting set of books associated with primary set of books. The raw cost, burdened cost and revenue amounts are converted to the respective reporting currencies , implementation_dba_data: PA.PA_MC_BUDGET_LINES ,
-
View: PA_FCST_PROJ_HDR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FCST_PROJ_HDR_V, object_name:PA_FCST_PROJ_HDR_V, status:VALID, product: PA - Projects , description: PA_FCST_PROJ_HDR_V is a view that shows project forecasting , implementation_dba_data: APPS.PA_FCST_PROJ_HDR_V ,
-
Table: PA_MC_BUDGET_LINES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_MC_BUDGET_LINES, object_name:PA_MC_BUDGET_LINES, status:VALID, product: PA - Projects , description: This table stores budget lines for all the reporting set of books associated with primary set of books. The raw cost, burdened cost and revenue amounts are converted to the respective reporting currencies , implementation_dba_data: PA.PA_MC_BUDGET_LINES ,
-
View: PA_FCST_PROJ_HDR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FCST_PROJ_HDR_V, object_name:PA_FCST_PROJ_HDR_V, status:VALID, product: PA - Projects , description: PA_FCST_PROJ_HDR_V is a view that shows project forecasting , implementation_dba_data: APPS.PA_FCST_PROJ_HDR_V ,
-
View: PA_ORIG_BUDGET_BY_RESOURCE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ORIG_BUDGET_BY_RESOURCE_V, object_name:PA_ORIG_BUDGET_BY_RESOURCE_V, status:VALID, product: PA - Projects , description: 10Sc Only , implementation_dba_data: APPS.PA_ORIG_BUDGET_BY_RESOURCE_V ,
-
View: PABV_BUDGET_LINES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_BUDGET_LINES, object_name:PABV_BUDGET_LINES, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_BUDGET_LINES ,
-
View: PABV_BUDGET_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_BUDGET_LINES, object_name:PABV_BUDGET_LINES, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_BUDGET_LINES ,
-
View: PA_BASE_BUDGET_BY_RESOURCE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BASE_BUDGET_BY_RESOURCE_V, object_name:PA_BASE_BUDGET_BY_RESOURCE_V, status:VALID, product: PA - Projects , description: 10Sc Only , implementation_dba_data: APPS.PA_BASE_BUDGET_BY_RESOURCE_V ,
-
View: PA_ORIG_BUDGET_BY_RESOURCE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ORIG_BUDGET_BY_RESOURCE_V, object_name:PA_ORIG_BUDGET_BY_RESOURCE_V, status:VALID, product: PA - Projects , description: 10Sc Only , implementation_dba_data: APPS.PA_ORIG_BUDGET_BY_RESOURCE_V ,
-
View: PA_BUDGET_LINES_DIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BUDGET_LINES_DIST_V, object_name:PA_BUDGET_LINES_DIST_V, status:VALID, product: PA - Projects , description: PA_BUDGET_LINES_DIST_V stores the information of a project or task budget by budget line, including the task number and sort order; the resource, period name, and budget amounts; and the code combination identifier and rejection message. , implementation_dba_data: APPS.PA_BUDGET_LINES_DIST_V ,
-
View: PA_BASE_BUDGET_BY_RESOURCE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BASE_BUDGET_BY_RESOURCE_V, object_name:PA_BASE_BUDGET_BY_RESOURCE_V, status:VALID, product: PA - Projects , description: 10Sc Only , implementation_dba_data: APPS.PA_BASE_BUDGET_BY_RESOURCE_V ,
-
View: PAFV_BUDGET_LINES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_BUDGET_LINES, object_name:PAFV_BUDGET_LINES, status:VALID, product: PA - Projects , description: Business view to show information on the budget lines. , implementation_dba_data: APPS.PAFV_BUDGET_LINES ,
-
View: PAFV_BUDGET_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_BUDGET_LINES, object_name:PAFV_BUDGET_LINES, status:VALID, product: PA - Projects , description: Business view to show information on the budget lines. , implementation_dba_data: APPS.PAFV_BUDGET_LINES ,
-
View: PA_XLA_BC_BUDGET_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_XLA_BC_BUDGET_LINES_V, object_name:PA_XLA_BC_BUDGET_LINES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_XLA_BC_BUDGET_LINES_V ,
-
View: PA_BUDGET_LINES_DIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BUDGET_LINES_DIST_V, object_name:PA_BUDGET_LINES_DIST_V, status:VALID, product: PA - Projects , description: PA_BUDGET_LINES_DIST_V stores the information of a project or task budget by budget line, including the task number and sort order; the resource, period name, and budget amounts; and the code combination identifier and rejection message. , implementation_dba_data: APPS.PA_BUDGET_LINES_DIST_V ,
-
Table: PA_RESOURCE_ASSIGNMENTS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_ASSIGNMENTS, object_name:PA_RESOURCE_ASSIGNMENTS, status:VALID, product: PA - Projects , description: Resource assignments for a budget version at a branch of project's work breakdown , implementation_dba_data: PA.PA_RESOURCE_ASSIGNMENTS ,
-
View: PA_XLA_BC_BUDGET_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_XLA_BC_BUDGET_LINES_V, object_name:PA_XLA_BC_BUDGET_LINES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_XLA_BC_BUDGET_LINES_V ,
-
Table: PA_RESOURCE_ASSIGNMENTS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_ASSIGNMENTS, object_name:PA_RESOURCE_ASSIGNMENTS, status:VALID, product: PA - Projects , description: Resource assignments for a budget version at a branch of project's work breakdown , implementation_dba_data: PA.PA_RESOURCE_ASSIGNMENTS ,
-
View: PA_FCST_PROJ_PERIODIC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FCST_PROJ_PERIODIC_V, object_name:PA_FCST_PROJ_PERIODIC_V, status:VALID, product: PA - Projects , description: PA_PROJ_FCST_PERIODIC_V is a view that shows project periodic forecasting , implementation_dba_data: APPS.PA_FCST_PROJ_PERIODIC_V ,
-
View: PA_FCST_PROJ_PERIODIC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FCST_PROJ_PERIODIC_V, object_name:PA_FCST_PROJ_PERIODIC_V, status:VALID, product: PA - Projects , description: PA_PROJ_FCST_PERIODIC_V is a view that shows project periodic forecasting , implementation_dba_data: APPS.PA_FCST_PROJ_PERIODIC_V ,
-
View: PA_CE_INTEGRATION_BUDGETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CE_INTEGRATION_BUDGETS_V, object_name:PA_CE_INTEGRATION_BUDGETS_V, status:VALID, product: PA - Projects , description: PA_CE_INTEGRATION_BUDGETS_V is a cash forecasting view that shows project and task level resource budgets by period name for raw cost, burdened cost and revenue. For a given budget type, data may be returned for both current and current ori , implementation_dba_data: APPS.PA_CE_INTEGRATION_BUDGETS_V ,
-
View: PA_BUDGET_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BUDGET_LINES_V, object_name:PA_BUDGET_LINES_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_BUDGET_LINES_V ,
-
View: PA_CE_INTEGRATION_BUDGETS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CE_INTEGRATION_BUDGETS_V, object_name:PA_CE_INTEGRATION_BUDGETS_V, status:VALID, product: PA - Projects , description: PA_CE_INTEGRATION_BUDGETS_V is a cash forecasting view that shows project and task level resource budgets by period name for raw cost, burdened cost and revenue. For a given budget type, data may be returned for both current and current ori , implementation_dba_data: APPS.PA_CE_INTEGRATION_BUDGETS_V ,
-
View: PA_ORIG_BUDGET_BY_GL_PERIOD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ORIG_BUDGET_BY_GL_PERIOD_V, object_name:PA_ORIG_BUDGET_BY_GL_PERIOD_V, status:VALID, product: PA - Projects , description: This view displays budget lines by GL period,for the original budget , implementation_dba_data: APPS.PA_ORIG_BUDGET_BY_GL_PERIOD_V ,
-
View: PA_BUDGET_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BUDGET_LINES_V, object_name:PA_BUDGET_LINES_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_BUDGET_LINES_V ,
-
View: PA_BASE_BUDGET_BY_GL_PERIOD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BASE_BUDGET_BY_GL_PERIOD_V, object_name:PA_BASE_BUDGET_BY_GL_PERIOD_V, status:VALID, product: PA - Projects , description: This view displays budget lines by GL period,for a baselined budget , implementation_dba_data: APPS.PA_BASE_BUDGET_BY_GL_PERIOD_V ,
-
View: PA_ORIG_BUDGET_BY_GL_PERIOD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ORIG_BUDGET_BY_GL_PERIOD_V, object_name:PA_ORIG_BUDGET_BY_GL_PERIOD_V, status:VALID, product: PA - Projects , description: This view displays budget lines by GL period,for the original budget , implementation_dba_data: APPS.PA_ORIG_BUDGET_BY_GL_PERIOD_V ,
-
Table: PA_BUDGET_VERSIONS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_BUDGET_VERSIONS, object_name:PA_BUDGET_VERSIONS, status:VALID, product: PA - Projects , description: Versions of project budgets , implementation_dba_data: PA.PA_BUDGET_VERSIONS ,
-
View: PA_BASE_BUDGET_BY_GL_PERIOD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BASE_BUDGET_BY_GL_PERIOD_V, object_name:PA_BASE_BUDGET_BY_GL_PERIOD_V, status:VALID, product: PA - Projects , description: This view displays budget lines by GL period,for a baselined budget , implementation_dba_data: APPS.PA_BASE_BUDGET_BY_GL_PERIOD_V ,
-
View: PA_ADW_R_BGT_LINES_B_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ADW_R_BGT_LINES_B_V, object_name:PA_ADW_R_BGT_LINES_B_V, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PA_ADW_R_BGT_LINES_B_V ,
-
View: PA_BASE_BUDGET_BY_PA_PERIOD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BASE_BUDGET_BY_PA_PERIOD_V, object_name:PA_BASE_BUDGET_BY_PA_PERIOD_V, status:VALID, product: PA - Projects , description: This view displays budget lines by PA period, for a baselined budget , implementation_dba_data: APPS.PA_BASE_BUDGET_BY_PA_PERIOD_V ,
-
View: PA_FCST_PROJECT_HDR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FCST_PROJECT_HDR_V, object_name:PA_FCST_PROJECT_HDR_V, status:VALID, product: PA - Projects , description: PA_FCST_PROJECT_HDR_V is a view that shows project forecasting , implementation_dba_data: APPS.PA_FCST_PROJECT_HDR_V ,
-
View: PA_FCST_PERIODIC_SUM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FCST_PERIODIC_SUM_V, object_name:PA_FCST_PERIODIC_SUM_V, status:VALID, product: PA - Projects , description: PA_PROJ_FCST_DTL_V is a view that shows project detail forecasting , implementation_dba_data: APPS.PA_FCST_PERIODIC_SUM_V ,
-
View: PA_ADW_R_BGT_LINES_B_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ADW_R_BGT_LINES_B_V, object_name:PA_ADW_R_BGT_LINES_B_V, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PA_ADW_R_BGT_LINES_B_V ,
-
Table: PA_BUDGET_VERSIONS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_BUDGET_VERSIONS, object_name:PA_BUDGET_VERSIONS, status:VALID, product: PA - Projects , description: Versions of project budgets , implementation_dba_data: PA.PA_BUDGET_VERSIONS ,
-
View: PA_BASE_BUDGET_BY_PA_PERIOD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BASE_BUDGET_BY_PA_PERIOD_V, object_name:PA_BASE_BUDGET_BY_PA_PERIOD_V, status:VALID, product: PA - Projects , description: This view displays budget lines by PA period, for a baselined budget , implementation_dba_data: APPS.PA_BASE_BUDGET_BY_PA_PERIOD_V ,
-
View: PA_FCST_PERIODIC_SUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FCST_PERIODIC_SUM_V, object_name:PA_FCST_PERIODIC_SUM_V, status:VALID, product: PA - Projects , description: PA_PROJ_FCST_DTL_V is a view that shows project detail forecasting , implementation_dba_data: APPS.PA_FCST_PERIODIC_SUM_V ,
-
View: PA_ORIG_BUDGET_BY_PA_PERIOD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ORIG_BUDGET_BY_PA_PERIOD_V, object_name:PA_ORIG_BUDGET_BY_PA_PERIOD_V, status:VALID, product: PA - Projects , description: This view displays budget lines by PA period, for the original budget , implementation_dba_data: APPS.PA_ORIG_BUDGET_BY_PA_PERIOD_V ,