Search Results burden_cost
Overview
PA_PROJ_COST_SL_REP_MRC_V is a reporting view within the Oracle Projects (PA) module that presents project cost transactions, including manufacturing-related costs, resolved down to the General Ledger account level. The view is part of the Multi-Report Currency (MRC) family of PA objects, which in Oracle EBS 12.1.1 and 12.2.2 supports reporting in multiple currencies and subledger-to-GL reconciliation. Its primary role is to expose cost distribution information for project expenditure items together with the accounting flexfield description, burdened and raw cost amounts, and the associated project, task, and organization context.
Because the view surfaces both raw cost and burden cost as discrete columns, it is frequently consulted by users searching for "burden_cost" — that is, implementers and analysts who need to report the burdened portion of a project transaction, the difference between burdened and raw cost as posted to a particular GL code combination. This makes the view relevant for burden analysis, cost auditing, and downstream integration extracts.
Underlying Base Objects
The documented base objects referenced by this view are:
- PA_EXPENDITURE_TYPES (ET) — source of expenditure category and expenditure type.
- PA_PROJECTS_ALL (PRJ) — source of project type, project ID, project number, and project name.
- PA_TASKS (TASK) — source of task ID, task number, and task name.
- GL_CODE_COMBINATIONS (GLC) — provides the account description for the debit code combination.
- PA_EXPENDITURE_ITEMS_ALL (EI) — the expenditure item being reported.
- PA_COST_DIST_LINES_ALL_MRC_V2 (CDL) — the MRC cost distribution lines, restricted to LINE_TYPE = 'R'. This object is central to the multi-report-currency presentation.
- PA_SYSTEM_LINKAGES (SYS) — supplies the manufacturing flag and the system linkage function meaning.
The view joins these objects on expenditure item, expenditure type, code combination, task, project, and system linkage function. The cost distribution lines are further filtered so that TRANSFER_STATUS_CODE is 'A' or 'V', ensuring only accepted or valid distributions are returned. No additional base objects are documented beyond this set.
Key Columns
- EXPENDITURE_ITEM_ID and COST_DISTRIBUTION_LINE_NUM — uniquely identify the expenditure item and its distribution line.
- CODE_COMBINATION_ID and ACCOUNT_DESCRIPTION — the GL debit account and its description.
- GL_DATE — accounting date of the distribution.
- MFG_RELATED — derived from PA_SYSTEM_LINKAGES.PROJECT_MANUFACTURING_FLAG, indicating whether the cost is manufacturing related.
- SYSTEM_LINKAGE_FUNCTION — the meaning of the system linkage function.
- EXPENDITURE_CATEGORY and EXPENDITURE_TYPE — classification of the cost.
- PROJECT_NUMBER, PROJECT_NAME, PROJECT_TYPE, TASK_NUMBER, TASK_NAME — descriptive project and task context.
- ORGANIZATION_ID — the operating unit or organization owning the distribution.
- TOTAL_COST — decoded as the burdened cost where present, otherwise the raw cost.
- RAW_COST — the unburdened amount.
- BURDEN_COST — computed as NVL(NVL(ACCT_BURDENED_COST,0),ACCT_RAW_COST) minus ACCT_RAW_COST, i.e., the burdened portion as posted to GL.
Common Use Cases and Queries
Typical scenarios include burden analysis, reconciliation of project costs to GL, and extracts feeding a data warehouse. A representative query returning burdened project costs follows:
SELECT PROJECT_NUMBER,
TASK_NUMBER,
EXPENDITURE_TYPE,
GL_DATE,
RAW_COST,
BURDEN_COST,
TOTAL_COST,
ACCOUNT_DESCRIPTION
FROM PA_PROJ_COST_SL_REP_MRC_V
WHERE BURDEN_COST <> 0
AND GL_DATE BETWEEN :start_date AND :end_date
ORDER BY PROJECT_NUMBER, GL_DATE;
Because the view is documented as "Not implemented in this database" in the provided ETRM metadata, environments must confirm its existence before relying on it in concurrent programs or BI Publisher reports.
-
View: PA_PROJ_COST_SL_REP_MRC_V
12.2.2
product: PA - Projects , description: View of projects costs including manufacturing costs. PA_PROJ_COST_SL_MRC_V shows transactions in Oracle projects by GL account. , implementation_dba_data: Not implemented in this database ,
-
View: PA_PROJ_COST_SL_REP_MRC_V
12.1.1
product: PA - Projects , description: View of projects costs including manufacturing costs. PA_PROJ_COST_SL_MRC_V shows transactions in Oracle projects by GL account. , implementation_dba_data: Not implemented in this database ,
-
View: PA_CDL_BURDEN_DETAIL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IPA.PA_CDL_BURDEN_DETAIL_V PA.PA_CDL_BURDEN_DETAIL_V, object_name:PA_CDL_BURDEN_DETAIL_V, status:VALID, product: PA - Projects , description: Summarization criteria for burden summarization of expenditure items.This view is based on PA_CDL_BURDEN_DETAIL_V. It is a User customizable view defined over the PA_CDL_BURDEN_DETAIL_V. User can change the columns to be included in summary , implementation_dba_data: APPS.PA_CDL_BURDEN_DETAIL_V ,
-
View: PA_PROJ_COST_SUBLEDGER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_COST_SUBLEDGER_V, object_name:PA_PROJ_COST_SUBLEDGER_V, status:VALID, product: PA - Projects , description: View of projects costs including manufacturing costs , implementation_dba_data: APPS.PA_PROJ_COST_SUBLEDGER_V ,
-
View: PA_CDL_BURDEN_DETAIL_V_R
12.1.1
product: PA - Projects , description: Summarization criteria for burden summarization of expenditure items.This view is based on PA_CDL_BURDEN_DETAIL_V. It is a User customizable view defined over the PA_CDL_BURDEN_DETAIL_V. User can change the columns to be included in summary , implementation_dba_data: Not implemented in this database ,
-
View: PA_PROJ_COST_SUBLEDGER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_COST_SUBLEDGER_V, object_name:PA_PROJ_COST_SUBLEDGER_V, status:VALID, product: PA - Projects , description: View of projects costs including manufacturing costs , implementation_dba_data: APPS.PA_PROJ_COST_SUBLEDGER_V ,
-
Lookup Type: EXPENDITURE ITEM AMOUNTS
12.1.1
product: PA - Projects , meaning: Expenditure Item Amounts , description: Expenditure Item Amounts ,
-
View: PA_CMT_BURDEN_DETAIL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CMT_BURDEN_DETAIL_V, object_name:PA_CMT_BURDEN_DETAIL_V, status:VALID, product: PA - Projects , description: This view displays the indirect cost components of all the non-summarized Commitment transactions of a project using the proper indirect rate schedules and revisions. , implementation_dba_data: APPS.PA_CMT_BURDEN_DETAIL_V ,
-
View: PA_CMT_BURDEN_DETAIL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CMT_BURDEN_DETAIL_V, object_name:PA_CMT_BURDEN_DETAIL_V, status:VALID, product: PA - Projects , description: This view displays the indirect cost components of all the non-summarized Commitment transactions of a project using the proper indirect rate schedules and revisions. , implementation_dba_data: APPS.PA_CMT_BURDEN_DETAIL_V ,
-
View: PA_CDL_BURDEN_DETAIL_V_R
12.2.2
product: PA - Projects , description: Summarization criteria for burden summarization of expenditure items.This view is based on PA_CDL_BURDEN_DETAIL_V. It is a User customizable view defined over the PA_CDL_BURDEN_DETAIL_V. User can change the columns to be included in summary , implementation_dba_data: Not implemented in this database ,
-
Lookup Type: EXPENDITURE ITEM AMOUNTS
12.2.2
product: PA - Projects , meaning: Expenditure Item Amounts , description: Expenditure Item Amounts ,
-
View: PA_DEDUCTION_SUMMARY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_DEDUCTION_SUMMARY_V, object_name:PA_DEDUCTION_SUMMARY_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_DEDUCTION_SUMMARY_V ,
-
View: PA_CDL_BURDEN_DETAIL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IPA.PA_CDL_BURDEN_DETAIL_V PA.PA_CDL_BURDEN_DETAIL_V, object_name:PA_CDL_BURDEN_DETAIL_V, status:VALID, product: PA - Projects , description: Summarization criteria for burden summarization of expenditure items.This view is based on PA_CDL_BURDEN_DETAIL_V. It is a User customizable view defined over the PA_CDL_BURDEN_DETAIL_V. User can change the columns to be included in summary , implementation_dba_data: APPS.PA_CDL_BURDEN_DETAIL_V ,
-
View: PA_EXPND_ITEMS_REVIEW_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPND_ITEMS_REVIEW_V, object_name:PA_EXPND_ITEMS_REVIEW_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_EXPND_ITEMS_REVIEW_V ,
-
View: PA_EXPND_ITEMS_REVIEW_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPND_ITEMS_REVIEW_V, object_name:PA_EXPND_ITEMS_REVIEW_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_EXPND_ITEMS_REVIEW_V ,
-
View: PA_CAPITAL_EVENT_COSTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CAPITAL_EVENT_COSTS_V, object_name:PA_CAPITAL_EVENT_COSTS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_CAPITAL_EVENT_COSTS_V ,
-
View: PA_BURDEN_COMPONENT_COST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BURDEN_COMPONENT_COST_V, object_name:PA_BURDEN_COMPONENT_COST_V, status:VALID, product: PA - Projects , description: This view displays actual burden components for each transaction , implementation_dba_data: APPS.PA_BURDEN_COMPONENT_COST_V ,
-
View: PA_CAPITAL_EVENT_COSTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CAPITAL_EVENT_COSTS_V, object_name:PA_CAPITAL_EVENT_COSTS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_CAPITAL_EVENT_COSTS_V ,
-
View: PA_BURDEN_COMPONENT_COST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BURDEN_COMPONENT_COST_V, object_name:PA_BURDEN_COMPONENT_COST_V, status:VALID, product: PA - Projects , description: This view displays actual burden components for each transaction , implementation_dba_data: APPS.PA_BURDEN_COMPONENT_COST_V ,
-
View: PA_EXPENDITURE_ITEMS
12.1.1
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
View: PA_EXPENDITURE_ITEMS
12.2.2
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
View: PABV_EXPENDITURE_ITEMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_EXPENDITURE_ITEMS, object_name:PABV_EXPENDITURE_ITEMS, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_EXPENDITURE_ITEMS ,
-
View: PABV_EXPENDITURE_ITEMS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_EXPENDITURE_ITEMS, object_name:PABV_EXPENDITURE_ITEMS, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_EXPENDITURE_ITEMS ,
-
View: PA_REV_BURDEN_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REV_BURDEN_DETAILS_V, object_name:PA_REV_BURDEN_DETAILS_V, status:VALID, product: PA - Projects , description: PA_REV_BURDEN_DETAILS_V shows the individual burden cost components of the revenue amount for expenditure items that accrue revenue using burden schedules. , implementation_dba_data: APPS.PA_REV_BURDEN_DETAILS_V ,
-
View: PA_COST_BURDEN_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_COST_BURDEN_DETAILS_V, object_name:PA_COST_BURDEN_DETAILS_V, status:VALID, product: PA - Projects , description: View of individual burden cost components of the burdened cost of each expenditure item that is burdened. , implementation_dba_data: APPS.PA_COST_BURDEN_DETAILS_V ,
-
View: PA_REV_BURDEN_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REV_BURDEN_DETAILS_V, object_name:PA_REV_BURDEN_DETAILS_V, status:VALID, product: PA - Projects , description: PA_REV_BURDEN_DETAILS_V shows the individual burden cost components of the revenue amount for expenditure items that accrue revenue using burden schedules. , implementation_dba_data: APPS.PA_REV_BURDEN_DETAILS_V ,
-
View: PA_INV_BURDEN_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_INV_BURDEN_DETAILS_V, object_name:PA_INV_BURDEN_DETAILS_V, status:VALID, product: PA - Projects , description: View of individual burden cost components of invoice amount of expenditure items. , implementation_dba_data: APPS.PA_INV_BURDEN_DETAILS_V ,
-
View: PA_INV_BURDEN_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_INV_BURDEN_DETAILS_V, object_name:PA_INV_BURDEN_DETAILS_V, status:VALID, product: PA - Projects , description: View of individual burden cost components of invoice amount of expenditure items. , implementation_dba_data: APPS.PA_INV_BURDEN_DETAILS_V ,
-
View: PA_COST_BURDEN_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_COST_BURDEN_DETAILS_V, object_name:PA_COST_BURDEN_DETAILS_V, status:VALID, product: PA - Projects , description: View of individual burden cost components of the burdened cost of each expenditure item that is burdened. , implementation_dba_data: APPS.PA_COST_BURDEN_DETAILS_V ,
-
View: PA_EXPENDITURE_ITEMS_ALL_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPENDITURE_ITEMS_ALL_MRC_V, object_name:PA_EXPENDITURE_ITEMS_ALL_MRC_V, status:VALID, product: PA - Projects , description: Multi-Org, single currency view , implementation_dba_data: APPS.PA_EXPENDITURE_ITEMS_ALL_MRC_V ,
-
View: PA_EXPENDITURE_ITEMS_MRC_V
12.1.1
product: PA - Projects , description: Single-org, single currency view , implementation_dba_data: Not implemented in this database ,
-
View: PA_EXPENDITURE_ITEMS_MRC_V2
12.1.1
product: PA - Projects , description: Single-org, single currency view , implementation_dba_data: Not implemented in this database ,
-
View: PA_PROJ_TRANSFERS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_TRANSFERS_VIEW, object_name:PA_PROJ_TRANSFERS_VIEW, status:VALID, product: PA - Projects , description: View of transferred expenditure items. , implementation_dba_data: APPS.PA_PROJ_TRANSFERS_VIEW ,
-
View: PA_EXPEND_ITEMS_ALL_MRC_V2
12.1.1
product: PA - Projects , description: Multi-Org, single currency view , implementation_dba_data: Not implemented in this database ,
-
View: PA_EXPEND_ITEMS_ALL_MRC_V2
12.2.2
product: PA - Projects , description: Multi-Org, single currency view , implementation_dba_data: Not implemented in this database ,
-
View: PA_EXPENDITURE_ITEMS_ALL_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPENDITURE_ITEMS_ALL_MRC_V, object_name:PA_EXPENDITURE_ITEMS_ALL_MRC_V, status:VALID, product: PA - Projects , description: Multi-Org, single currency view , implementation_dba_data: APPS.PA_EXPENDITURE_ITEMS_ALL_MRC_V ,
-
View: PA_EXPENDITURE_ITEMS_MRC_V2
12.2.2
product: PA - Projects , description: Single-org, single currency view , implementation_dba_data: Not implemented in this database ,
-
View: PA_PROJ_TRANSFERS_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_TRANSFERS_VIEW, object_name:PA_PROJ_TRANSFERS_VIEW, status:VALID, product: PA - Projects , description: View of transferred expenditure items. , implementation_dba_data: APPS.PA_PROJ_TRANSFERS_VIEW ,
-
View: PA_CMT_BURDEN_SUMMARY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CMT_BURDEN_SUMMARY_V, object_name:PA_CMT_BURDEN_SUMMARY_V, status:VALID, product: PA - Projects , description: This user customizable view defines the summarization criteria for burden summarization of commitment transactions. , implementation_dba_data: APPS.PA_CMT_BURDEN_SUMMARY_V ,
-
View: PA_PROJ_COST_EXPEND_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_COST_EXPEND_VIEW, object_name:PA_PROJ_COST_EXPEND_VIEW, status:VALID, product: PA - Projects , description: Transactions for Project Costing projects, including quantities and cost amounts. , implementation_dba_data: APPS.PA_PROJ_COST_EXPEND_VIEW ,
-
View: PA_EXPENDITURE_ITEMS_MRC_V
12.2.2
product: PA - Projects , description: Single-org, single currency view , implementation_dba_data: Not implemented in this database ,
-
View: PA_CMT_BURDEN_SUMMARY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CMT_BURDEN_SUMMARY_V, object_name:PA_CMT_BURDEN_SUMMARY_V, status:VALID, product: PA - Projects , description: This user customizable view defines the summarization criteria for burden summarization of commitment transactions. , implementation_dba_data: APPS.PA_CMT_BURDEN_SUMMARY_V ,
-
View: PA_LABOR_EXPENDITURES_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_LABOR_EXPENDITURES_VIEW, object_name:PA_LABOR_EXPENDITURES_VIEW, status:VALID, product: PA - Projects , description: View of detail labor transactions for employee activity and utilization. PA_LABOR_EXPENDITURES_VIEW shows detail labor transactions for employee activity and utilization , implementation_dba_data: APPS.PA_LABOR_EXPENDITURES_VIEW ,
-
View: PA_PROJ_COST_EXPEND_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_COST_EXPEND_VIEW, object_name:PA_PROJ_COST_EXPEND_VIEW, status:VALID, product: PA - Projects , description: Transactions for Project Costing projects, including quantities and cost amounts. , implementation_dba_data: APPS.PA_PROJ_COST_EXPEND_VIEW ,
-
View: PA_LABOR_EXPENDITURES_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_LABOR_EXPENDITURES_VIEW, object_name:PA_LABOR_EXPENDITURES_VIEW, status:VALID, product: PA - Projects , description: View of detail labor transactions for employee activity and utilization. PA_LABOR_EXPENDITURES_VIEW shows detail labor transactions for employee activity and utilization , implementation_dba_data: APPS.PA_LABOR_EXPENDITURES_VIEW ,
-
View: PAFV_EXPENDITURE_ITEMS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_EXPENDITURE_ITEMS, object_name:PAFV_EXPENDITURE_ITEMS, status:VALID, product: PA - Projects , description: Business view to show information about the expenditure items entered. , implementation_dba_data: APPS.PAFV_EXPENDITURE_ITEMS ,
-
View: PA_INV_BURDEN_DETAILS_LM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_INV_BURDEN_DETAILS_LM_V, object_name:PA_INV_BURDEN_DETAILS_LM_V, status:VALID, product: PA - Projects , description: View of individual burden cost components, along with the labor multiplier, of the bill amount. , implementation_dba_data: APPS.PA_INV_BURDEN_DETAILS_LM_V ,
-
View: PAFV_EXPENDITURE_ITEMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_EXPENDITURE_ITEMS, object_name:PAFV_EXPENDITURE_ITEMS, status:VALID, product: PA - Projects , description: Business view to show information about the expenditure items entered. , implementation_dba_data: APPS.PAFV_EXPENDITURE_ITEMS ,
-
View: PA_INV_BURDEN_DETAILS_LM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_INV_BURDEN_DETAILS_LM_V, object_name:PA_INV_BURDEN_DETAILS_LM_V, status:VALID, product: PA - Projects , description: View of individual burden cost components, along with the labor multiplier, of the bill amount. , implementation_dba_data: APPS.PA_INV_BURDEN_DETAILS_LM_V ,
-
View: PA_PROJ_EXPEND_MRC_VIEW
12.2.2
product: PA - Projects , description: Expenditure items for projects, which includes cost and revenue. PA_PROJ_EXPEND_VIEW is a view of all project expenditure items. This view displays all relevant information for all expenditure items, including labor, expense reports, usages , implementation_dba_data: Not implemented in this database ,