Search Results pa_proj_period_profiles
Overview
The PA_PROJ_PERIOD_PROFILES table is a core data structure within the Oracle E-Business Suite Projects (PA) module, specifically in versions 12.1.1 and 12.2.2. It functions as the repository for period profile information, which is a critical configuration for financial and performance reporting on projects. The table's primary role is to define the accounting calendar and period structure used for reporting against a specific project. This linkage ensures that project transactions, costs, and revenues are aligned with the appropriate accounting periods, enabling accurate period-end closing, revenue recognition, and management reporting. It serves as the bridge between project-specific data and the general ledger's fiscal calendar.
Key Information Stored
The table stores the relationship between a project and the General Ledger's accounting calendar. While the full column list is not detailed in the provided metadata, the documented foreign keys reveal the most critical columns. The PROJECT_ID column links to PA_PROJECTS_ALL, identifying the specific project. The PERIOD_SET_NAME column references GL_PERIOD_SETS, defining which accounting calendar (e.g., "Accounting") is assigned to the project. The GL_PERIOD_TYPE column references GL_PERIOD_TYPES, specifying the period frequency (e.g., Month, Quarter) for that calendar. Collectively, these columns establish the temporal framework for all period-based project reporting and accounting.
Common Use Cases and Queries
The primary use case is to determine the reporting calendar for any given project, which is essential for building accurate financial reports. This is frequently queried in custom reports for project cost accruals, revenue recognition schedules, and budget versus actual analyses segmented by period. A common SQL pattern involves joining this table to project and General Ledger period tables to translate transaction dates into the correct accounting periods. For example, to list all projects with their assigned accounting calendars, a query would join PA_PROJ_PERIOD_PROFILES (PP) to PA_PROJECTS_ALL (P) and GL_PERIOD_SETS (PS): SELECT P.SEGMENT1 PROJECT_NUMBER, P.NAME, PP.PERIOD_SET_NAME FROM PA_PROJECTS_ALL P, PA_PROJ_PERIOD_PROFILES PP WHERE P.PROJECT_ID = PP.PROJECT_ID;. This profile is also critical for the proper functioning of standard Oracle Projects reports and the integration of project accounting with the General Ledger.
Related Objects
As indicated by the foreign keys, PA_PROJ_PERIOD_PROFILES has direct dependencies on several fundamental tables. Its primary relationship is with PA_PROJECTS_ALL, the master table for all projects. For calendar definition, it depends on the General Ledger tables GL_PERIOD_SETS and GL_PERIOD_TYPES. In practice, this table is also closely related to transaction tables like PA_EXPENDITURE_ITEMS_ALL and PA_CUST_REV_DIST_LINES_ALL, whose dates are validated against the assigned period profile. Key reporting views, such as PA_PROJECTS, may also incorporate data from this table to present a complete project definition.
-
Table: PA_PROJ_PERIOD_PROFILES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJ_PERIOD_PROFILES, object_name:PA_PROJ_PERIOD_PROFILES, status:VALID, product: PA - Projects , description: This table stores the period profile information that is used for reporting purposes. , implementation_dba_data: PA.PA_PROJ_PERIOD_PROFILES ,
-
Table: PA_PROJ_PERIOD_PROFILES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJ_PERIOD_PROFILES, object_name:PA_PROJ_PERIOD_PROFILES, status:VALID, product: PA - Projects , description: This table stores the period profile information that is used for reporting purposes. , implementation_dba_data: PA.PA_PROJ_PERIOD_PROFILES ,
-
APPS.PA_PRJ_PERIOD_PROFILE_UTILS dependencies on PA_PROJ_PERIOD_PROFILES
12.1.1
-
APPS.PA_FP_VIEW_PLANS_UTIL dependencies on PA_PROJ_PERIOD_PROFILES
12.1.1
-
APPS.PA_PRJ_PERIOD_PROFILE_UTILS dependencies on PA_PROJ_PERIOD_PROFILES
12.2.2
-
APPS.PA_FIN_PLAN_PUB dependencies on PA_PROJ_PERIOD_PROFILES
12.2.2
-
APPS.PA_FIN_PLAN_CREATE_VER_GLOBAL dependencies on PA_PROJ_PERIOD_PROFILES
12.2.2
-
APPS.PA_BUDGET_PVT dependencies on PA_PROJ_PERIOD_PROFILES
12.2.2
-
APPS.PA_BUDGET_PVT dependencies on PA_PROJ_PERIOD_PROFILES
12.1.1
-
APPS.PA_FIN_PLAN_UTILS dependencies on PA_PROJ_PERIOD_PROFILES
12.1.1
-
APPS.PA_PRJ_PERIOD_PROFILE_UTILS dependencies on PA_PROJ_PERIOD_PROFILES
12.1.1
-
APPS.PA_FP_ORG_FCST_UTILS dependencies on PA_PROJ_PERIOD_PROFILES
12.2.2
-
APPS.PA_FP_COPY_FROM_PKG dependencies on PA_PROJ_PERIOD_PROFILES
12.1.1
-
APPS.PA_FIN_PLAN_PUB dependencies on PA_PROJ_PERIOD_PROFILES
12.1.1
-
APPS.PA_FP_ORG_FCST_GEN_PUB dependencies on PA_PROJ_PERIOD_PROFILES
12.1.1
-
APPS.PA_FP_ORG_FCST_UTILS dependencies on PA_PROJ_PERIOD_PROFILES
12.1.1
-
APPS.PA_PLAN_MATRIX dependencies on PA_PROJ_PERIOD_PROFILES
12.1.1
-
APPS.PA_FIN_PLAN_CREATE_VER_GLOBAL dependencies on PA_PROJ_PERIOD_PROFILES
12.1.1
-
APPS.PA_FIN_PLAN_UTILS dependencies on PA_PROJ_PERIOD_PROFILES
12.1.1
-
APPS.PA_FP_EDIT_LINE_PKG dependencies on PA_PROJ_PERIOD_PROFILES
12.1.1
-
APPS.PA_FP_COPY_FROM_PKG dependencies on PA_PROJ_PERIOD_PROFILES
12.2.2
-
APPS.PA_RATE_ATTR_PKG dependencies on PA_PROJ_PERIOD_PROFILES
12.2.2
-
APPS.PA_FIN_PLAN_CREATE_VER_GLOBAL dependencies on PA_PROJ_PERIOD_PROFILES
12.1.1
-
APPS.PA_FP_ORG_FCST_GEN_PUB dependencies on PA_PROJ_PERIOD_PROFILES
12.2.2
-
APPS.PA_PLAN_MATRIX dependencies on PA_PROJ_PERIOD_PROFILES
12.2.2
-
APPS.PA_FP_VIEW_PLANS_PUB dependencies on PA_PROJ_PERIOD_PROFILES
12.2.2
-
APPS.PA_FP_EDIT_LINE_PKG dependencies on PA_PROJ_PERIOD_PROFILES
12.2.2
-
APPS.PA_PRJ_PERIOD_PROFILE_UTILS dependencies on PA_PROJ_PERIOD_PROFILES
12.2.2
-
APPS.PA_FIN_PLAN_UTILS dependencies on PA_PROJ_PERIOD_PROFILES
12.2.2
-
APPS.PA_FP_COPY_FROM_PKG dependencies on PA_PROJ_PERIOD_PROFILES
12.2.2
-
APPS.PA_FP_EDIT_LINE_PKG dependencies on PA_PROJ_PERIOD_PROFILES
12.2.2
-
APPS.PA_FP_ORG_FCST_UTILS dependencies on PA_PROJ_PERIOD_PROFILES
12.2.2
-
APPS.PA_FP_COPY_FROM_PKG dependencies on PA_PROJ_PERIOD_PROFILES
12.1.1
-
APPS.PA_FP_VIEW_PLANS_UTIL dependencies on PA_PROJ_PERIOD_PROFILES
12.1.1
-
APPS.PA_FP_EDIT_LINE_PKG dependencies on PA_PROJ_PERIOD_PROFILES
12.1.1
-
APPS.PA_FP_VIEW_PLANS_PUB dependencies on PA_PROJ_PERIOD_PROFILES
12.1.1
-
APPS.PA_FIN_PLAN_UTILS dependencies on PA_PROJ_PERIOD_PROFILES
12.2.2
-
APPS.PA_RATE_ATTR_PKG dependencies on PA_PROJ_PERIOD_PROFILES
12.1.1
-
APPS.PA_FP_ORG_FCST_UTILS dependencies on PA_PROJ_PERIOD_PROFILES
12.1.1
-
APPS.PA_FIN_PLAN_VIEW_GLOBAL dependencies on PA_PROJ_PERIOD_PROFILES
12.1.1
-
APPS.PA_FP_VIEW_PLANS_UTIL dependencies on PA_PROJ_PERIOD_PROFILES
12.2.2
-
APPS.PA_FIN_PLAN_CREATE_VER_GLOBAL dependencies on PA_PROJ_PERIOD_PROFILES
12.2.2
-
APPS.PA_FIN_PLAN_VIEW_GLOBAL dependencies on PA_PROJ_PERIOD_PROFILES
12.2.2
-
APPS.PA_FP_VIEW_PLANS_UTIL dependencies on PA_PROJ_PERIOD_PROFILES
12.2.2
-
APPS.PA_PRJ_PERIOD_PROFILE_UTILS dependencies on PA_PROJ_PERIOD_PROFILES_S
12.1.1
-
APPS.PA_PRJ_PERIOD_PROFILE_UTILS dependencies on PA_PROJ_PERIOD_PROFILES_S
12.2.2
-
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_PERIODS_DENORM
12.2.2
-
APPS.PA_PRJ_PERIOD_PROFILE_UTILS dependencies on DBMS_SQL
12.1.1
-
APPS.PA_FIN_PLAN_CREATE_VER_GLOBAL SQL Statements
12.2.2