Search Results pji_fm_extr_plan_lines




Overview

The table PJI_FM_EXTR_PLAN_LINES resides in the PJI schema and belongs to the Project Intelligence (PJI) product family, which Oracle classifies as Obsolete in Oracle E-Business Suite 12.1.1 and 12.2.2. As documented in the ETRM repository, this table stores the changes to financial plan data. It functions as a staging and delta-capture structure within the Project Intelligence extraction and reporting framework, holding plan line records that have been captured from the source financial planning model for downstream analytical processing.

The heuristic Data Vault classification derived from the foreign key structure is link. This designation reflects the table's role as an associative construct: it resolves relationships between PA_BUDGET_VERSIONS, PA_PROJECTS_ALL, PA_PROJ_ELEMENTS, PA_RBS_ELEMENTS, and PA_RBS_VERSIONS_B. In a dimensional modeling exercise, this object is therefore best treated as a link (or fact-like association table) rather than a hub or satellite, since it primarily carries the intersection of project, element, and version identifiers alongside measures.

Key Information Stored

The documented physical schema contains 47 columns. The most significant identifiers and measures include:

The metadata does not document a single surrogate primary key column; PROJ

ECT_ID combined with PROJECT_ELEMENT_ID, PLAN_VERSION_ID, RBS_ELEMENT_ID, RBS_VERSION_ID, and PERIOD_NAME constitutes the probable composite business key.

Common Use Cases and Queries

Typical usage centres on comparing planned, actual, and estimate-to-complete financials across projects and RBS elements. A representative query joins to the master tables on the documented keys:

Joins to PA_PROJECTS_ALL and PA_BUDGET_VERSIONS are essential to resolve project names and version labels in any report.

Related Objects

  • PA_PROJECTS_ALL – joined on PROJECT_ID.
  • PA_BUDGET_VERSIONS – joined on PLAN_VERSION_ID.
  • PA_PROJ_ELEMENTS – joined on PROJECT_ELEMENT_ID.
  • PA_RBS_ELEMENTS – joined on RBS_ELEMENT_ID.
  • PA_RBS_VERSIONS_B – joined on RBS_VERSION_ID.

These five relationships constitute the complete documented dependency set for this obsolete Project Intelligence extraction table.