Search Results pji_proj_extr_status
Overview
The PJI.PJI_PROJ_EXTR_STATUS table belongs to the Project Intelligence (PJI) product family within Oracle E-Business Suite. Its documented purpose is to record the extraction status for projects that have been extracted into the project performance-reporting model. In other words, it acts as a control and audit ledger that tells the EBS reporting layer whether a given project's transactional and financial data has been successfully pushed into the analytical structures used for performance reporting.
The metadata classifies this object as PJI – Project Intelligence (Obsolete), indicating that the product area itself has been superseded in later releases. Nevertheless, the table remains marked VALID in the schema, and it can still be queried in both 12.1.1 and 12.2.2 environments where historical Project Intelligence implementations persist. Its documented physical schema carries 17 columns and a single-column primary key, PJI_PROJ_EXTR_STATUS_PK, defined on PROJECT_ID. From a heuristic Data Vault modeling perspective, this table is best treated as a satellite rather than a hub or link: it is keyed by a single identifier and stores descriptive, time-stamped status attributes about that entity rather than representing a many-to-many relationship between entities. The Data Vault classification in the supplied metadata is listed as standalone, which is consistent with a satellite that has no enforced foreign-key dependencies outward.
Key Information Stored
The most significant columns capture the project identity, the extraction state, and the versioning of budget and forecast data used during extraction:
PROJECT_ID— The primary key column and the business-key candidate, also enforced by the unique indexPJI_PROJ_EXTR_STATUS_U1. It identifies the extracted project. Because the primary key and the unique index are both single-column on this attribute, there is no separate surrogate key distinct from the business key.PROJECT_ORGANIZATION_ID— The owning organization context for the project, used to scope queries by operating unit or organization.EXTRACTION_STATUS— The central control flag describing the state of the extraction for the project (for example, pending, in-progress, or complete).PURGE_STATUS— Indicates whether extracted data for the project has been purged from the reporting model.COST_BUDGET_C_VERSIONandCOST_BUDGET_CO_VERSION— The current and original budget version identifiers applied to cost budgeting during extraction.REVENUE_BUDGET_C_VERSIONandREVENUE_BUDGET_CO_VERSION— The corresponding current and original budget versions for revenue.COST_FORECAST_C_VERSIONandREVENUE_FORECAST_C_VERSION— The current forecast version identifiers for cost and revenue.ACTIVITY_MIN_GL_DATEandACTIVITY_MIN_PA_DATE— The earliest General Ledger and Projects (PA) activity dates recorded, useful for incremental extraction windows.CLOSED_DATE— The date the project was closed, relevant for determining whether further extraction is required.PROJECT_NAMEandPROJECT_TYPE_CLASS— Descriptive denormalized attributes for reporting convenience.CREATION_DATEandLAST_UPDATE_DATE— Standard audit columns for record creation and last modification.
Common Use Cases and Queries
The primary operational use of this table is monitoring and troubleshooting the Project Intelligence extraction process. Administrators query it to confirm which projects have been extracted and which are still pending, and to reconcile version identifiers against the source budget and forecast versions.
A typical status check retrieves projects that are not yet fully extracted:
SELECT project_id, project_name, extraction_status, last_update_date FROM pji_proj_extr_status WHERE extraction_status <> 'COMPLETE';- Incremental extraction scoping: filter by
ACTIVITY_MIN_GL_DATEorACTIVITY_MIN_PA_DATEto identify projects with activity since the last run. - Purge management:
SELECT project_id FROM pji_proj_extr_status WHERE purge_status = 'Y';to locate purged projects. - Version reconciliation: compare
COST_BUDGET_C_VERSION,REVENUE_BUDGET_C_VERSION, and forecast version columns against source tables to detect stale extractions.
Because the table is standalone with no enforced foreign keys, joins to project master data are performed logically on PROJECT_ID.
Related Objects
Although the documented relationship data marks this object as standalone, it functions within the broader Project Intelligence and Projects schema. Significant related objects include:
PJI_PROJ_EXTR_STATUS_PK/PJI_PROJ_EXTR_STATUS_U1— The primary key constraint and unique index onPROJECT_IDthat enforce row uniqueness.PA_PROJECTS_ALL— The Projects master table, joined onPROJECT_IDto obtain authoritative project attributes.PA_PROJECT_STATUSESand related PA status tables — Provide lifecycle context forEXTRACTION_STATUSandCLOSED_DATEinterpretation.- Project Intelligence extraction and summary tables (PJI family) — Consume
EXTRACTION_STATUSand version columns to populate the performance-reporting model. - Budget and forecast version tables in the Projects module — Source of the version identifiers stored in the
*_C_VERSIONand*_CO_VERSIONcolumns. - GL and PA activity/transaction tables — Underpin the
ACTIVITY_MIN_GL_DATEandACTIVITY_MIN_PA_DATEvalues used for incremental loads.
Queries across these objects should always be joined on PROJECT_ID and scoped by PROJECT_ORGANIZATION_ID where operating-unit separation is required.
-
Table: PJI_PROJ_EXTR_STATUS
12.2.2
owner:PJI, object_type:TABLE, fnd_design_data:PJI.PJI_PROJ_EXTR_STATUS, object_name:PJI_PROJ_EXTR_STATUS, status:VALID, product: PJI - Project Intelligence(Obsolete) , description: Extraction status for projects that have been extracted to project performance-reporting model. , implementation_dba_data: PJI.PJI_PROJ_EXTR_STATUS ,
-
Table: PJI_PROJ_EXTR_STATUS
12.1.1
owner:PJI, object_type:TABLE, fnd_design_data:PJI.PJI_PROJ_EXTR_STATUS, object_name:PJI_PROJ_EXTR_STATUS, status:VALID, product: PJI - Project Intelligence , description: Extraction status for projects that have been extracted to project performance-reporting model. , implementation_dba_data: PJI.PJI_PROJ_EXTR_STATUS ,
-
SYNONYM: APPS.PJI_PROJ_EXTR_STATUS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PJI_PROJ_EXTR_STATUS, status:VALID,
-
VIEW: PJI.PJI_PROJ_EXTR_STATUS#
12.2.2
owner:PJI, object_type:VIEW, object_name:PJI_PROJ_EXTR_STATUS#, status:VALID,
-
VIEW: PJI.PJI_PROJ_EXTR_STATUS#
12.2.2
-
SYNONYM: APPS.PJI_PROJ_EXTR_STATUS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PJI_PROJ_EXTR_STATUS, status:VALID,
-
APPS.PJI_PJP_EXTRACTION_UTILS SQL Statements
12.2.2
-
TABLE: PJI.PJI_PROJ_EXTR_STATUS
12.1.1
owner:PJI, object_type:TABLE, fnd_design_data:PJI.PJI_PROJ_EXTR_STATUS, object_name:PJI_PROJ_EXTR_STATUS, status:VALID,
-
TABLE: PJI.PJI_PROJ_EXTR_STATUS
12.2.2
owner:PJI, object_type:TABLE, fnd_design_data:PJI.PJI_PROJ_EXTR_STATUS, object_name:PJI_PROJ_EXTR_STATUS, status:VALID,
-
APPS.PJI_EXTRACTION_UTIL SQL Statements
12.1.1
-
APPS.PJI_EXTRACTION_UTIL SQL Statements
12.2.2
-
PACKAGE BODY: APPS.PJI_FM_SUM_MAIN
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PJI_FM_SUM_MAIN, status:VALID,
-
PACKAGE BODY: APPS.PJI_FM_SUM_MAIN
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PJI_FM_SUM_MAIN, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.PJI_RM_SUM_ROLLUP_RES
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PJI_RM_SUM_ROLLUP_RES, status:VALID,
-
PACKAGE BODY: APPS.PJI_EXTRACTION_UTIL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PJI_EXTRACTION_UTIL, status:VALID,
-
PACKAGE BODY: APPS.PJI_PJP_EXTRACTION_UTILS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PJI_PJP_EXTRACTION_UTILS, status:VALID,
-
PACKAGE BODY: APPS.PJI_EXTRACTION_UTIL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PJI_EXTRACTION_UTIL, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.PJI_EXTRACTION_UTIL
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.PJI_EXTRACTION_UTIL
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.PJI_FM_SUM_MAIN SQL Statements
12.2.2
-
PACKAGE BODY: APPS.PJI_PJP_EXTRACTION_UTILS
12.2.2
-
APPS.PJI_FM_SUM_MAIN SQL Statements
12.1.1
-
PACKAGE BODY: APPS.PJI_FM_SUM_MAIN
12.2.2
-
PACKAGE BODY: APPS.PJI_FM_SUM_MAIN
12.1.1
-
APPS.PJI_FM_SUM_MAIN dependencies on PJI_PROJ_EXTR_STATUS
12.1.1
-
APPS.PJI_EXTRACTION_UTIL dependencies on PJI_PROJ_EXTR_STATUS
12.1.1
-
APPS.PJI_FM_SUM_MAIN dependencies on PJI_PROJ_EXTR_STATUS
12.2.2
-
APPS.PJI_EXTRACTION_UTIL dependencies on PJI_PROJ_EXTR_STATUS
12.2.2
-
APPS.PJI_RM_SUM_ROLLUP_RES dependencies on PJI_PROJ_EXTR_STATUS
12.1.1
-
APPS.PJI_PJP_EXTRACTION_UTILS dependencies on PJI_PROJ_EXTR_STATUS
12.2.2
-
eTRM - PJI Tables and Views
12.2.2
description: This is an temporary table that is used to store XBS denorm data by the Refresh/Update Project Performance Data. This is a global temporary table. ,
-
APPS.PJI_PJP_EXTRACTION_UTILS dependencies on PA_PROJECTS_ALL
12.2.2
-
APPS.PJI_EXTRACTION_UTIL dependencies on PA_PROJECTS_ALL
12.1.1
-
APPS.PJI_PJP_EXTRACTION_UTILS dependencies on PA_PROJECT_TYPES_ALL
12.2.2
-
APPS.PJI_EXTRACTION_UTIL dependencies on PA_PROJECTS_ALL
12.2.2
-
APPS.PJI_EXTRACTION_UTIL dependencies on PJI_FM_SUM_MAIN
12.2.2
-
APPS.PJI_EXTRACTION_UTIL dependencies on PJI_FM_SUM_MAIN
12.1.1
-
APPS.PJI_EXTRACTION_UTIL dependencies on PJI_SYSTEM_CONFIG_HIST
12.2.2
-
APPS.PJI_EXTRACTION_UTIL dependencies on PJI_SYSTEM_CONFIG_HIST
12.1.1
-
APPS.PJI_RM_SUM_ROLLUP_RES dependencies on PA_EXPENDITURES_ALL
12.1.1