Search Results system_reference1
Overview
APPS.PA_CDL_BURDEN_SUMMARY_V is a reporting and integration view within the Oracle E-Business Suite Projects (PA) module, belonging to the burden costing and summarization infrastructure. It presents burden cost summary records in a dual-source structure, exposing a complete set of source columns (prefixed source_) alongside a restricted set of destination columns (prefixed dest_). The view acts as the standardized interface through which burden summarization data—including multipliers, cost bases, burdened amounts, and currency attributes—is passed between the burden costing engine and downstream consumers such as client extensions, external costing applications, and integration programs.
The presence of both source and destination aliases reflects its role in mapping expenditure and burden detail into the summarization structures used by the PA_BURDEN_COSTING package. The system_reference1 column warrants particular attention: within this view it is aliased as source_vendor_id, indicating that the system reference attribute carries supplier or vendor identification when the burden context relates to supplier-originated costs.
Underlying Base Objects
The view is documented over the following referenced objects in ETRM 12.2.2 (and applies equivalently to 12.1.1):
- PA_BURDEN_COSTING (PACKAGE) — the core costing engine that compiles multipliers, computes burdened costs, and populates the summary structures this view exposes.
- PA_CDL_BURDEN_DETAIL_V (VIEW) — the detail-level counterpart supplying line-level expenditure and burden attributes.
- PA_CLIENT_EXTN_BURDEN_RESOURCE (PACKAGE) — hook package for client extensions at the resource level.
- PA_CLIENT_EXTN_BURDEN_SUMMARY (PACKAGE) — the client extension hook invoked in the summary path, into which this view feeds.
- PA_CURRENCY (PACKAGE) — supplies currency conversion and denomination attributes such as denom, acct, project, and projfunc currency codes.
The view therefore does not resolve against a single physical table but rather composes the burden detail and currency logic maintained by these packages and views, presenting the summarized, currency-aware result set.
Key Columns
- source_project_id, source_task_id, source_org_id — the project, task, and organization context of the burdened expenditure.
- source_pa_date, source_pa_period_name, source_exp_item_date — accounting date, GL period, and expenditure item date driving period-based summarization.
- attribute1 through attribute10, source_attribute_category — the descriptive flexfield context preserved from the expenditure.
- source_system_linkage_function, source_ind_cost_code, source_expenditure_type, source_ind_expenditure_type — costing classification and burden linkage drivers.
- source_cost_base, source_compiled_multiplier — the base amount against which burden is applied and the compiled multiplier value.
- source_burden_cost, source_denom_burdened_cost, source_acct_burdened_cost, source_project_burdened_cost — burdened amounts across denomination, accounting, and project currency bases.
- source_vendor_id (system_reference1) — supplier identifier carried through the system reference attribute.
- dest_org_id, dest_pa_date, dest_attribute1, dest_ind_expenditure_type — the destination-side mapping target fields.
- billable_flag, source_adjustment_type, source_burden_reject_code — billability status, adjustment classification, and any rejection reason from summarization.
Common Use Cases and Queries
This view is typically queried during burden costing diagnostics, integration extracts, and reconciliation of summarized burden amounts. A representative query filtering on the system reference attribute is:
SELECT source_project_id, source_task_id, source_vendor_id, source_pa_period_name, source_burden_cost FROM apps.pa_cdl_burden_summary_v WHERE source_vendor_id = :vendor_id;SELECT source_org_id, source_cost_base, source_compiled_multiplier, billable_flag FROM apps.pa_cdl_burden_summary_v WHERE source_project_id = :project_id AND source_pa_period_name = :period;- Reconciliation of
source_burden_costagainstsource_acct_burdened_costandsource_project_burdened_costto confirm currency-basis consistency.
These patterns support burden auditing and external system integration where summary-level burdened figures, classified by project, task, organization, and supplier reference, are required.
-
VIEW: APPS.PA_CDL_BURDEN_SUMMARY_V
12.2.2
-
VIEW: APPS.PA_CDL_BURDEN_SUMMARY_V
12.1.1
-
VIEW: PA.PA_COST_DIST_LINES_AR#
12.2.2
-
View: PA_RES_MAP_BTC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RES_MAP_BTC_V, object_name:PA_RES_MAP_BTC_V, status:VALID, product: PA - Projects , description: This view selects raw BTC cdls to be resource mapped during the Funds Checking process. , implementation_dba_data: APPS.PA_RES_MAP_BTC_V ,
-
VIEW: PA.PA_COST_DISTRIBUTION_LINES_AL#
12.2.2
-
View: PA_RES_MAP_BTC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RES_MAP_BTC_V, object_name:PA_RES_MAP_BTC_V, status:VALID, product: PA - Projects , description: This view selects raw BTC cdls to be resource mapped during the Funds Checking process. , implementation_dba_data: APPS.PA_RES_MAP_BTC_V ,
-
VIEW: APPS.PA_RES_MAP_BTC_V
12.1.1
-
VIEW: APPS.PA_RES_MAP_BTC_V
12.2.2
-
View: PA_CDL_BURDEN_SUMMARY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IPA.PA_CDL_BURDEN_SUMMARY_V PA.PA_CDL_BURDEN_SUMMARY_V, object_name:PA_CDL_BURDEN_SUMMARY_V, status:VALID, product: PA - Projects , description: Summarization criteria for burden summarization of expenditure items. , implementation_dba_data: APPS.PA_CDL_BURDEN_SUMMARY_V ,
-
TABLE: PA.PA_FP_RA_MAP_TMP
12.2.2
owner:PA, object_type:TABLE, object_name:PA_FP_RA_MAP_TMP, status:VALID,
-
View: PA_CDL_BURDEN_SUMMARY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IPA.PA_CDL_BURDEN_SUMMARY_V PA.PA_CDL_BURDEN_SUMMARY_V, object_name:PA_CDL_BURDEN_SUMMARY_V, status:VALID, product: PA - Projects , description: Summarization criteria for burden summarization of expenditure items. , implementation_dba_data: APPS.PA_CDL_BURDEN_SUMMARY_V ,
-
TABLE: PA.PA_FP_RA_MAP_TMP
12.1.1
owner:PA, object_type:TABLE, object_name:PA_FP_RA_MAP_TMP, status:VALID,
-
VIEW: APPS.PA_RES_MAP_BTC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RES_MAP_BTC_V, object_name:PA_RES_MAP_BTC_V, status:VALID,
-
View: PA_COST_DISTRIBUTION_LINES
12.1.1
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_COST_DISTRIBUTION_LINES
12.2.2
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.PA_RES_MAP_BTC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RES_MAP_BTC_V, object_name:PA_RES_MAP_BTC_V, status:VALID,
-
VIEW: APPS.PAFV_COST_DISTRIBUTIONS
12.2.2
-
APPS.PA_AP_INTEGRATION SQL Statements
12.1.1
-
TABLE: PA.PA_MAPPABLE_TXNS_TMP
12.1.1
owner:PA, object_type:TABLE, object_name:PA_MAPPABLE_TXNS_TMP, status:VALID,
-
TABLE: PA.PA_MAPPABLE_TXNS_TMP
12.2.2
owner:PA, object_type:TABLE, object_name:PA_MAPPABLE_TXNS_TMP, status:VALID,
-
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: APPS.PA_CDL_BURDEN_DETAIL_V
12.2.2
-
VIEW: APPS.PAFV_COST_DISTRIBUTIONS
12.1.1
-
APPS.PA_BL_UTILS SQL Statements
12.2.2
-
VIEW: APPS.PA_CDL_BURDEN_DETAIL_V
12.1.1
-
TABLE: PA.PA_COST_DISTRIBUTION_LINES_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_COST_DISTRIBUTION_LINES_ALL, object_name:PA_COST_DISTRIBUTION_LINES_ALL, status:VALID,
-
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 ,
-
APPS.PA_BL_UTILS SQL Statements
12.1.1
-
APPS.PA_AP_INTEGRATION SQL Statements
12.2.2
-
TABLE: PA.PA_EI_CDL_CM_GTEMP2
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EI_CDL_CM_GTEMP2, object_name:PA_EI_CDL_CM_GTEMP2, status:VALID,
-
VIEW: APPS.PA_COST_DIST_LINES_ALL_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_COST_DIST_LINES_ALL_MRC_V, object_name:PA_COST_DIST_LINES_ALL_MRC_V, status:VALID,
-
VIEW: PA.PA_COST_DIST_LINES_AR#
12.2.2
owner:PA, object_type:VIEW, object_name:PA_COST_DIST_LINES_AR#, status:VALID,
-
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_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 ,
-
TABLE: PA.PA_COST_DIST_LINES_AR
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_COST_DIST_LINES_AR, object_name:PA_COST_DIST_LINES_AR, status:VALID,
-
VIEW: APPS.PA_COST_DIST_LINES_ALL_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_COST_DIST_LINES_ALL_MRC_V, object_name:PA_COST_DIST_LINES_ALL_MRC_V, status:VALID,
-
VIEW: APPS.PA_COST_DIST_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_COST_DIST_LINES_V, object_name:PA_COST_DIST_LINES_V, status:VALID,
-
VIEW: APPS.PA_COST_DIST_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_COST_DIST_LINES_V, object_name:PA_COST_DIST_LINES_V, status:VALID,
-
TABLE: PA.PA_COST_DIST_LINES_AR
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_COST_DIST_LINES_AR, object_name:PA_COST_DIST_LINES_AR, status:VALID,
-
View: PA_COST_DIST_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_COST_DIST_LINES_V, object_name:PA_COST_DIST_LINES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_COST_DIST_LINES_V ,
-
View: PAFV_COST_DISTRIBUTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_COST_DISTRIBUTIONS, object_name:PAFV_COST_DISTRIBUTIONS, status:VALID, product: PA - Projects , description: Business view to show information about cost distribution lines. , implementation_dba_data: APPS.PAFV_COST_DISTRIBUTIONS ,
-
View: PA_COST_DIST_LINES_MRC_V2
12.1.1
product: PA - Projects , description: Single-org, single currency view , implementation_dba_data: Not implemented in this database ,
-
View: PAFV_COST_DISTRIBUTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_COST_DISTRIBUTIONS, object_name:PAFV_COST_DISTRIBUTIONS, status:VALID, product: PA - Projects , description: Business view to show information about cost distribution lines. , implementation_dba_data: APPS.PAFV_COST_DISTRIBUTIONS ,
-
View: PA_COST_DIST_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_COST_DIST_LINES_V, object_name:PA_COST_DIST_LINES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_COST_DIST_LINES_V ,
-
View: PA_COST_DIST_LINES_MRC_V2
12.2.2
product: PA - Projects , description: Single-org, single currency view , implementation_dba_data: Not implemented in this database ,
-
TABLE: PA.PA_FP_ROLLUP_TMP
12.1.1
owner:PA, object_type:TABLE, object_name:PA_FP_ROLLUP_TMP, status:VALID,
-
TABLE: PA.PA_FP_ROLLUP_TMP
12.2.2
owner:PA, object_type:TABLE, object_name:PA_FP_ROLLUP_TMP, status:VALID,
-
View: PA_COST_DIST_LINES_MRC_V
12.2.2
product: PA - Projects , description: Single-org, single currency view , implementation_dba_data: Not implemented in this database ,
-
View: PA_COST_DIST_LINES_MRC_V
12.1.1
product: PA - Projects , description: Single-org, single currency view , implementation_dba_data: Not implemented in this database ,
-
VIEW: PA.PA_COST_DISTRIBUTION_LINES_AL#
12.2.2
owner:PA, object_type:VIEW, object_name:PA_COST_DISTRIBUTION_LINES_AL#, status:VALID,