Search Results pa_alloc_txn_accum_v
Overview
PA_ALLOC_TXN_ACCUM_V is an Oracle E-Business Suite view owned by the APPS schema in the Projects (PA) product family. It presents a consolidated, allocation-oriented picture of project transaction accumulations, and it serves as a reporting and integration bridge between native Oracle Projects accumulation data and accumulation data sourced from an external project integration feed — specifically the "PJI" flow represented by the PJI_FP_XBS_ACCUM_F table. The view is defined as a UNION ALL of two branches, distinguished by a derived RECORD_SOURCE column that carries the value 'PA' for the native Oracle Projects branch and 'PJI' for the external integration branch.
The view is available in both Oracle EBS 12.1.1 and 12.2.2; the documented metadata in ETRM 12.2.2 confirms it remains VALID with the structure described here. Its principal role is to provide a single queryable surface through which both native and externally sourced transaction accumulation figures can be reported side by side using a consistent set of column names and semantic meanings. The user search term "pji_fp_xbs_accum_f" corresponds directly to one of the view's underlying base objects, indicating that this view is the standard entry point for reporting against that integration table.
Underlying Base Objects
The view is defined over the following documented objects, all resolved through APPS synonyms or views:
- PA_TXN_ACCUM (SYNONYM) — the native Oracle Projects transaction accumulation table, providing the 'PA' branch of the union.
- PJI_FP_XBS_ACCUM_F (SYNONYM) — the external project integration accumulation fact table, providing the source rows for the 'PJI' branch through an inline aggregation subquery.
- PA_PROJECTS_ALL (SYNONYM) — joined to both branches to restrict or relate the accumulation rows to valid project definitions. The 'PA' branch explicitly filters on PJI_SOURCE_FLAG IS NULL.
- PJI_ORG_EXTR_INFO (SYNONYM) — participation in the PJI branch, supplying organizational extraction context.
- PJI_TIME_CAL_PERIOD_V (VIEW) — used in the PJI branch to resolve the PA_PERIOD value from the external calendar period information.
The union therefore merges per-project, per-task, per-period accumulation rows from the native PA model with aggregated rows derived from the PJI fact table.
Key Columns
- TXN_ACCUM_ID — accumulation identifier; note the PJI branch returns a constant -1.
- PROJECT_ID, TASK_ID — project and task (project element) identifiers.
- PA_PERIOD, GL_PERIOD — the PA accounting period and, where available, the corresponding GL period.
- TOT_REVENUE, TOT_RAW_COST, TOT_BURDENED_COST — total revenue, raw cost, and burdened cost accumulations.
- TOT_QUANTITY, TOT_LABOR_HOURS — total quantity and labor hours.
- TOT_BILLABLE_RAW_COST, TOT_BILLABLE_BURDENED_COST, TOT_BILLABLE_QUANTITY, TOT_BILLABLE_LABOR_HOURS — billable counterparts of the above totals.
- I_TOT_* columns — "incremental" or interfaced totals paralleling the TOT_* set; the PJI branch returns zeros for these.
- RECORD_SOURCE — discriminator, 'PA' or 'PJI'.
Common Use Cases and Queries
Typical uses include reconciliation between native PA accumulations and external PJI-sourced accumulations, cross-source reporting of cost and revenue by project and period, and integration validation. Example:
- Filter by source: SELECT RECORD_SOURCE, PROJECT_ID, PA_PERIOD, TOT_RAW_COST, TOT_BURDENED_COST FROM PA_ALLOC_TXN_ACCUM_V WHERE RECORD_SOURCE = 'PJI';
- Reconcile by project and period: aggregate TOT_RAW_COST from both sources and compare to detect variances between the PA and PJI feeds.
- Period reporting: constrain PA_PERIOD and sum TOT_REVENUE and billable totals for a given project.
Because the PJI branch aggregates to project element and period with TOT_QUANTITY drawn from LABOR_HRS, consumers should be aware that quantity and labor hours coincide on that branch and that interfaced totals are zeroed.
-
View: PA_ALLOC_TXN_ACCUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ALLOC_TXN_ACCUM_V, object_name:PA_ALLOC_TXN_ACCUM_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_ALLOC_TXN_ACCUM_V ,
-
View: PA_ALLOC_TXN_ACCUM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ALLOC_TXN_ACCUM_V, object_name:PA_ALLOC_TXN_ACCUM_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_ALLOC_TXN_ACCUM_V ,
-
SYNONYM: APPS.PA_TXN_ACCUM
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_TXN_ACCUM, status:VALID,
-
SYNONYM: APPS.PJI_ORG_EXTR_INFO
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PJI_ORG_EXTR_INFO, status:VALID,
-
SYNONYM: APPS.PA_TXN_ACCUM
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_TXN_ACCUM, status:VALID,
-
SYNONYM: APPS.PJI_FP_XBS_ACCUM_F
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PJI_FP_XBS_ACCUM_F, status:VALID,
-
SYNONYM: APPS.PJI_FP_XBS_ACCUM_F
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PJI_FP_XBS_ACCUM_F, status:VALID,
-
SYNONYM: APPS.PJI_ORG_EXTR_INFO
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PJI_ORG_EXTR_INFO, status:VALID,
-
PACKAGE BODY: APPS.PA_ALLOC_RUN
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_ALLOC_RUN, status:VALID,
-
VIEW: APPS.PA_ALLOC_TXN_ACCUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ALLOC_TXN_ACCUM_V, object_name:PA_ALLOC_TXN_ACCUM_V, status:VALID,
-
VIEW: APPS.PA_ALLOC_TXN_ACCUM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ALLOC_TXN_ACCUM_V, object_name:PA_ALLOC_TXN_ACCUM_V, status:VALID,
-
PACKAGE BODY: APPS.PA_ALLOC_RUN
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_ALLOC_RUN, status:VALID,
-
VIEW: APPS.PJI_TIME_CAL_PERIOD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_TIME_CAL_PERIOD_V, object_name:PJI_TIME_CAL_PERIOD_V, status:VALID,
-
VIEW: APPS.PJI_TIME_CAL_PERIOD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_TIME_CAL_PERIOD_V, object_name:PJI_TIME_CAL_PERIOD_V, status:VALID,
-
APPS.PA_ALLOC_RUN SQL Statements
12.1.1
-
APPS.PA_ALLOC_RUN SQL Statements
12.2.2
-
APPS.PA_ALLOC_RUN dependencies on PA_ALLOC_TXN_ACCUM_V
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.PA_ALLOC_RUN dependencies on PA_ALLOC_TXN_ACCUM_V
12.1.1
-
PACKAGE BODY: APPS.PA_ALLOC_RUN
12.2.2
-
PACKAGE BODY: APPS.PA_ALLOC_RUN
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
APPS.PA_ALLOC_RUN dependencies on PA_TXN_ACCUM
12.2.2
-
APPS.PA_ALLOC_RUN dependencies on GL_PERIOD_STATUSES
12.1.1
-
APPS.PA_ALLOC_RUN dependencies on PA_ALLOC_RUN_SOURCES
12.2.2
-
APPS.PA_ALLOC_RUN dependencies on PA_ALLOC_RUN_SOURCES
12.1.1
-
APPS.PA_ALLOC_RUN dependencies on PA_PERIODS
12.2.2
-
APPS.PA_ALLOC_RUN dependencies on GL_PERIOD_STATUSES
12.2.2
-
APPS.PA_ALLOC_RUN dependencies on PA_TXN_ACCUM
12.1.1
-
APPS.PA_ALLOC_RUN dependencies on PA_PERIODS
12.1.1
-
APPS.PA_ALLOC_RUN dependencies on GL_PERIODS
12.1.1
-
APPS.PA_ALLOC_RUN dependencies on PA_PERIOD_PROCESS_PKG
12.2.2
-
APPS.PA_ALLOC_RUN dependencies on PA_PROJECTS_ALL
12.1.1
-
APPS.PA_ALLOC_RUN dependencies on PA_PERIOD_PROCESS_PKG
12.1.1
-
APPS.PA_ALLOC_RUN dependencies on GL_PERIODS
12.2.2
-
APPS.PA_ALLOC_RUN dependencies on PA_PROJECTS_ALL
12.2.2
-
SYNONYM: APPS.PA_PROJECTS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_PROJECTS_ALL, status:VALID,
-
APPS.PA_ALLOC_RUN dependencies on PA_PROJECTS
12.2.2
-
APPS.PA_ALLOC_RUN dependencies on PA_PROJECTS
12.1.1
-
SYNONYM: APPS.PA_PROJECTS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_PROJECTS_ALL, status:VALID,
-
APPS.PA_ALLOC_RUN dependencies on PA_IMPLEMENTATIONS
12.1.1
-
APPS.PA_ALLOC_RUN dependencies on PA_IMPLEMENTATIONS
12.2.2
-
APPS.PA_ALLOC_RUN dependencies on PA_ALLOC_RUN_TARGETS
12.1.1
-
APPS.PA_ALLOC_RUN dependencies on PA_ALLOC_RUN_TARGETS
12.2.2
-
APPS.PA_ALLOC_RUN dependencies on PA_ALLOC_RUN
12.1.1
-
APPS.PA_ALLOC_RUN dependencies on PA_ALLOC_RUN
12.2.2
-
eTRM - PJI Tables and Views
12.1.1
-
12.2.2 DBA Data
12.2.2