Search Results pa_budget_lines
The PA_BUDGET_LINES
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical component of the Project Accounting (PA) module. It stores detailed budget line information for projects, enabling organizations to plan, track, and control project costs effectively. This table is part of the Oracle Projects foundation and integrates with other modules such as General Ledger (GL), Accounts Payable (AP), and Purchasing (PO) to ensure comprehensive financial management.
Table Structure and Key Columns
ThePA_BUDGET_LINES
table contains columns that define budget amounts, periods, and associated project details. Key columns include:
- BUDGET_LINE_ID: Primary key identifier for each budget line.
- BUDGET_VERSION_ID: Links to the budget version in
PA_BUDGET_VERSIONS
. - PROJECT_ID: References the project in
PA_PROJECTS_ALL
. - TASK_ID: Associates the budget line with a project task in
PA_TASKS
. - RESOURCE_LIST_MEMBER_ID: Identifies the resource or cost element from
PA_RESOURCE_LIST_MEMBERS
. - PERIOD_NAME: Specifies the accounting period for the budget line.
- BUDGET_AMOUNT: Stores the budgeted amount for the line.
- CURRENCY_CODE: Indicates the currency of the budget amount.
Functional Role
ThePA_BUDGET_LINES
table supports budgeting processes by:
- Budget Creation: Captures detailed budget entries for projects, including labor, equipment, and materials.
- Budget Tracking: Enables comparison of actual costs against budgeted amounts.
- Forecasting: Facilitates adjustments and reforecasting based on project progress.
- Integration: Syncs with GL for financial reporting and with AP/PO for procurement alignment.
Integration with Other Modules
The table interacts with:- PA_BUDGET_VERSIONS: Defines budget versions (e.g., original, revised).
- PA_PROJECTS_ALL: Provides project context.
- GL_PERIODS: Validates accounting periods.
- PA_RESOURCE_LISTS: Maps resources to budget lines.
Technical Considerations
- Indexes: Optimized for queries on
BUDGET_VERSION_ID
,PROJECT_ID
, andTASK_ID
. - Partitioning: May be partitioned by
PROJECT_ID
for performance in large implementations. - APIs: Custom integrations should use Oracle-supplied APIs like
PA_BUDGET_PUB
to maintain data integrity.
Common Use Cases
- Budget Approval Workflows: Validates budget lines before submission.
- Cost Variance Analysis: Compares
BUDGET_AMOUNT
with actuals fromPA_EXPENDITURE_ITEMS
. - Multi-Currency Budgeting: Supports global projects with
CURRENCY_CODE
conversions.
Best Practices
- Regularly purge obsolete budget lines to maintain performance.
- Use descriptive budget version names for auditability.
- Leverage Oracle Project’s budget controls to enforce spending limits.
PA_BUDGET_LINES
table is a cornerstone of Oracle Projects, providing granular budget management capabilities. Its integration with core EBS modules ensures alignment between project planning and financial execution, making it indispensable for project-driven organizations.
-
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 ,
-
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.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 ,
-
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: 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: 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: 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: 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.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: 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: 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 ,
-
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 ,
-
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.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_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_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_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_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_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_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_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 ,
-
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_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 ,
-
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 ,