Search Results pa_proj_periods_denorm
Overview
The PA_PROJ_PERIODS_DENORM table is a core data structure within the Oracle E-Business Suite Projects module (PA). Its primary function is to store denormalized financial amounts, aggregated by specific accounting periods, for projects. This table acts as a performance-optimized repository, pre-calculating and storing period-level amounts for various financial types, such as budgets, forecasts, and actuals. By denormalizing this data, Oracle EBS enables faster reporting, analysis, and period-closing processes without requiring complex, on-the-fly aggregations from transactional tables. It is intrinsically linked to the PA_PROJ_PERIOD_PROFILES entity, which defines the set of periods for which these amounts are stored.
Key Information Stored
The table's structure is designed to uniquely identify a financial amount within a specific project period. Key columns include the PROJECT_ID, which links to the master project definition. The BUDGET_VERSION_ID identifies the specific budget iteration, while the RESOURCE_ASSIGNMENT_ID or OBJECT_ID points to the detailed resource assignment or forecast element. The AMOUNT_TYPE_ID and AMOUNT_SUBTYPE_ID, referencing the PA_AMOUNT_TYPES_B table, define the category of the stored figure (e.g., raw cost, burdened cost, revenue). Crucially, the table contains period identifier columns (not explicitly listed in the metadata but implied by the link to period profiles) and the corresponding denormalized AMOUNT values for those periods. The PARENT_ASSIGNMENT_ID facilitates hierarchical roll-ups of financial data.
Common Use Cases and Queries
This table is central to period-based project financial reporting and inquiry. A common use case is generating a project budget versus actual report for a specific fiscal year. Financial analysts run queries against this table to retrieve summarized costs and revenues without impacting transactional systems. For instance, to extract all period amounts for a specific project and budget version, a typical SQL pattern would join to PA_PROJECTS_ALL and PA_BUDGET_VERSIONS. The table is also heavily utilized during the project period close process, where period-to-date and project-to-date amounts are validated and reconciled. Since the data is denormalized, queries are generally straightforward selects with filters on PROJECT_ID, BUDGET_VERSION_ID, and the relevant period columns.
Related Objects
PA_PROJ_PERIODS_DENORM has defined foreign key relationships with several fundamental Projects tables, as documented in the ETRM metadata:
- PA_BUDGET_VERSIONS: Joined via BUDGET_VERSION_ID to retrieve budget-specific details.
- PA_RESOURCE_ASSIGNMENTS: Joined via RESOURCE_ASSIGNMENT_ID, OBJECT_ID, or PARENT_ASSIGNMENT_ID to link to the detailed staffing plan and assignment hierarchy.
- PA_ORG_FCST_ELEMENTS: Joined via OBJECT_ID for organizational forecast data.
- PA_AMOUNT_TYPES_B: Joined via AMOUNT_TYPE_ID and AMOUNT_SUBTYPE_ID to decode the financial category of the stored amount.
- PA_PROJECTS_ALL: Joined via PROJECT_ID to obtain project header information.
-
Table: PA_PROJ_PERIODS_DENORM
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJ_PERIODS_DENORM, object_name:PA_PROJ_PERIODS_DENORM, status:VALID, product: PA - Projects , description: This table stores denormalized amounts for various amount types for the set of periods defined in the PA_PROJ_PERIOD_PROFILES entity. , implementation_dba_data: PA.PA_PROJ_PERIODS_DENORM ,
-
Table: PA_PROJ_PERIODS_DENORM
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJ_PERIODS_DENORM, object_name:PA_PROJ_PERIODS_DENORM, status:VALID, product: PA - Projects , description: This table stores denormalized amounts for various amount types for the set of periods defined in the PA_PROJ_PERIOD_PROFILES entity. , implementation_dba_data: PA.PA_PROJ_PERIODS_DENORM ,
-
APPS.PA_FP_EDIT_LINE_PKG dependencies on PA_PROJ_PERIODS_DENORM
12.1.1
-
APPS.PA_FIN_PLAN_PUB dependencies on PA_PROJ_PERIODS_DENORM
12.1.1
-
APPS.PA_FP_COPY_FROM_PKG dependencies on PA_PROJ_PERIODS_DENORM
12.2.2
-
APPS.PA_FP_ROLLUP_PKG dependencies on PA_PROJ_PERIODS_DENORM
12.2.2
-
APPS.PA_FP_VIEW_PLANS_UTIL dependencies on PA_PROJ_PERIODS_DENORM
12.2.2
-
APPS.PA_PLAN_MATRIX dependencies on PA_PROJ_PERIODS_DENORM
12.2.2
-
APPS.PA_FIN_PLAN_VIEW_GLOBAL dependencies on PA_PROJ_PERIODS_DENORM
12.1.1
-
APPS.PA_FP_VIEW_PLANS_PUB dependencies on PA_PROJ_PERIODS_DENORM
12.1.1
-
APPS.PA_FP_ROLLUP_PKG dependencies on PA_PROJ_PERIODS_DENORM
12.2.2
-
APPS.PA_FP_VIEW_PLANS_PUB dependencies on PA_PROJ_PERIODS_DENORM
12.2.2
-
APPS.PA_FP_EDIT_LINE_PKG dependencies on PA_PROJ_PERIODS_DENORM
12.2.2
-
APPS.PA_FIN_PLAN_PUB dependencies on PA_PROJ_PERIODS_DENORM
12.1.1
-
APPS.PA_FP_EDIT_LINE_PKG dependencies on PA_PROJ_PERIODS_DENORM
12.1.1
-
APPS.PA_FP_EDIT_LINE_PKG dependencies on PA_PROJ_PERIODS_DENORM
12.2.2
-
APPS.PA_FP_VIEW_PLANS_PUB dependencies on PA_PROJ_PERIODS_DENORM
12.2.2
-
APPS.PA_FP_VIEW_PLANS_UTIL dependencies on PA_PROJ_PERIODS_DENORM
12.1.1
-
APPS.PA_FIN_PLAN_PUB dependencies on PA_PROJ_PERIODS_DENORM
12.2.2
-
APPS.PA_FIN_PLAN_VIEW_GLOBAL dependencies on PA_PROJ_PERIODS_DENORM
12.2.2
-
APPS.PA_FP_VIEW_PLANS_UTIL dependencies on PA_PROJ_PERIODS_DENORM
12.2.2
-
APPS.PA_FIN_PLAN_PUB dependencies on PA_PROJ_PERIODS_DENORM
12.2.2
-
APPS.PA_FP_VIEW_PLANS_PUB dependencies on PA_PROJ_PERIODS_DENORM
12.1.1
-
APPS.PA_FP_COPY_FROM_PKG dependencies on PA_PROJ_PERIODS_DENORM
12.1.1
-
APPS.PA_PLAN_MATRIX dependencies on PA_PROJ_PERIODS_DENORM
12.1.1
-
APPS.PA_FP_ROLLUP_PKG dependencies on PA_PROJ_PERIODS_DENORM
12.1.1
-
APPS.PA_FP_ROLLUP_PKG dependencies on PA_PROJ_PERIODS_DENORM
12.1.1
-
APPS.PA_FP_VIEW_PLANS_UTIL dependencies on PA_PROJ_PERIODS_DENORM
12.1.1
-
APPS.PA_FP_VIEW_PLANS_UTIL dependencies on PA_PROJ_PERIOD_PROFILES
12.1.1
-
APPS.PA_FP_VIEW_PLANS_UTIL dependencies on PA_PROJ_PERIOD_PROFILES
12.2.2
-
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 ,
-
Table: PA_AMOUNT_TYPES_B
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_AMOUNT_TYPES_B, object_name:PA_AMOUNT_TYPES_B, status:VALID, product: PA - Projects , description: PA_AMOUNT_TYPES_B stores the amount types used in summarization , implementation_dba_data: PA.PA_AMOUNT_TYPES_B ,
-
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 ,
-
Table: PA_AMOUNT_TYPES_B
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_AMOUNT_TYPES_B, object_name:PA_AMOUNT_TYPES_B, status:VALID, product: PA - Projects , description: PA_AMOUNT_TYPES_B stores the amount types used in summarization , implementation_dba_data: PA.PA_AMOUNT_TYPES_B ,
-
SYNONYM: APPS.PA_PROJ_PERIODS_DENORM
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_PROJ_PERIODS_DENORM, status:VALID,
-
VIEW: PA.PA_PROJ_PERIODS_DENORM#
12.2.2
owner:PA, object_type:VIEW, object_name:PA_PROJ_PERIODS_DENORM#, status:VALID,
-
APPS.PA_PRJ_PERIOD_PROFILE_UTILS dependencies on PA_BUDGET_LINES
12.2.2
-
SYNONYM: APPS.PA_PROJ_PERIODS_DENORM
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_PROJ_PERIODS_DENORM, status:VALID,
-
APPS.PA_PRJ_PERIOD_PROFILE_UTILS dependencies on PA_BUDGET_LINES
12.1.1
-
PACKAGE: APPS.PA_FP_VIEW_PLANS_UTIL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PA_FP_VIEW_PLANS_UTIL, status:VALID,
-
VIEW: APPS.PA_FP_OF_WEBADI_V
12.1.1
-
Table: PA_ORG_FCST_ELEMENTS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_ORG_FCST_ELEMENTS, object_name:PA_ORG_FCST_ELEMENTS, status:VALID, product: PA - Projects , description: This table stores denormalized header information for Organization Forecasts. , implementation_dba_data: PA.PA_ORG_FCST_ELEMENTS ,
-
PACKAGE: APPS.PA_FP_EDIT_LINE_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PA_FP_EDIT_LINE_PKG, status:VALID,
-
PACKAGE: APPS.PA_FP_VIEW_PLANS_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PA_FP_VIEW_PLANS_PUB, status:VALID,
-
Table: PA_ORG_FCST_ELEMENTS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_ORG_FCST_ELEMENTS, object_name:PA_ORG_FCST_ELEMENTS, status:VALID, product: PA - Projects , description: This table stores denormalized header information for Organization Forecasts. , implementation_dba_data: PA.PA_ORG_FCST_ELEMENTS ,
-
PACKAGE: APPS.PA_FP_EDIT_LINE_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PA_FP_EDIT_LINE_PKG, status:VALID,
-
PACKAGE: APPS.PA_FP_VIEW_PLANS_UTIL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PA_FP_VIEW_PLANS_UTIL, status:VALID,
-
PACKAGE: APPS.PA_FP_VIEW_PLANS_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PA_FP_VIEW_PLANS_PUB, status:VALID,
-
VIEW: APPS.PA_FP_OF_WEBADI_V
12.2.2
-
PACKAGE BODY: APPS.PA_FIN_PLAN_VIEW_GLOBAL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_FIN_PLAN_VIEW_GLOBAL, status:VALID,