Search Results pji_time_day_mv
Overview
PJI_TIME_DAY_MV is a materialized view object in the Oracle E-Business Suite Applications (APPS) schema, historically associated with the Project Intelligence (PJI) product family. Within the ETRM 12.1.1 documentation set, the object carries a Product designation of "PJI - Project Intelligence (Obsolete)," and its Implementation/DBA Data notation records that it is "Not implemented in this database." In practice, therefore, PJI_TIME_DAY_MV is best understood as a legacy calendar/time-dimension construct that was used by the obsolete Project Intelligence reporting layer to pre-aggregate date and period attributes for analytical queries against project data. Because PJI was superseded by later Oracle project analytics and Business Intelligence capabilities, the object persists largely as a metadata artifact rather than an actively maintained runtime structure.
From a dimensional modeling perspective, the mined relationship data suggests a standalone Data Vault classification. This should be read as a heuristic modeling suggestion rather than a documented design decision: the view holds no foreign keys pointing to it from other objects, and its only documented outbound reference is a single FK from YEAR_ID to JAI_FA_AST_YEARS. As a standalone classification, it functions conceptually like a reference or lookup structure supplying calendar context, rather than as a hub, link, or satellite participating in an integrated Data Vault network.
Key Information Stored
The documented physical schema for ETRM 12.1.1 lists the APPS owner and 17 columns. The most significant columns, grouped by role, are as follows:
- Date keys and labels: REPORT_DATE (the primary business date), REPORT_DATE_JULIAN (its Julian representation, useful for contiguous date arithmetic and range joins), and PERIOD_ORIGINAL_NAME (the source calendar name prior to any translation or renaming).
- Period attributes: PERIOD_NAME, PERIOD_TYPE, PERIOD_START_DATE, and PERIOD_END_DATE define the accounting period and its boundaries.
- Quarter attributes: QTR_NAME, QTR_START_DATE, and QTR_END_DATE provide the fiscal or calendar quarter context.
- Year attributes: YEAR_NAME, YEAR_START_DATE, and YEAR_END_DATE supply annual boundaries.
- Identifier columns: CALENDAR_ID, PERIOD_ID, QTR_ID, and YEAR_ID are the surrogate-style keys that link each row back into the source calendar and period definitions.
No explicit primary key or unique index constraint is documented in the ETRM excerpt. Where a key is implied, REPORT_DATE combined with the period or calendar identifiers (CALENDAR_ID, PERIOD_ID) serves as the natural business-key candidate, since a single calendar day maps to exactly one period and one quarter within a given calendar. YEAR_ID is the only documented referential relationship, pointing to JAI_FA_AST_YEARS.
Common Use Cases and Queries
The principal use case for a time-day structure of this kind is joining discrete transactional dates to their enclosing period, quarter, and year labels, thereby enabling consistent fiscal reporting. A typical pattern pivots the period boundaries from the row set:
- Querying period-level activity: select PERIOD_NAME, sum(amount) from transactions t, PJI_TIME_DAY_MV d where t.transaction_date = d.REPORT_DATE group by PERIOD_NAME.
- Calendar-versus-fiscal alignment: join on CALENDAR_ID and PERIOD_ID to compare a source calendar to its translated name (PERIOD_ORIGINAL_NAME).
- Boundary analysis: use PERIOD_START_DATE, PERIOD_END_DATE, QTR_END_DATE, and YEAR_END_DATE to compute period-to-date and year-to-date cutoffs.
- Continuous-range filtering: leverage REPORT_DATE_JULIAN for gap-free date ranges without calendar-table lookups.
Because the object is documented as not implemented, any production query should first verify the view's existence in the target database; references to it in unmodified 12.1.1 or 12.2.2 environments typically indicate leftover metadata rather than a functioning reporting dependency.
Related Objects
Relationship data for PJI_TIME_DAY_MV is deliberately narrow. The only formally documented tie is:
- JAI_FA_AST_YEARS — referenced via the FK PJI_TIME_DAY_MV.YEAR_ID, providing the year definition that anchors the annual attributes.
By extension, the internal identifier columns CALENDAR_ID, PERIOD_ID, and QTR_ID imply conceptual associations with the standard Oracle General Ledger calendar and period definitions (for example, GL_PERIODS and the GL calendar tables), which supply the authoritative period and quarter metadata. In a functioning Project Intelligence configuration, a date-dimension of this type would also support the PJI project performance fact structures and the associated financial fact views used in Project Intelligence dashboards. Given the obsolete status and the "not implemented" annotation, integrators should treat these relationships as design lineage only and confirm actual usage with a data dictionary query against ALL_MVIEWS, ALL_TAB_COLUMNS, and ALL_CONSTRAINTS before relying on the object in any interface or report.
-
Table: PJI_TIME_DAY_MV
12.2.2
product: PJI - Project Intelligence(Obsolete) , implementation_dba_data: Not implemented in this database ,
-
Table: PJI_TIME_DAY_MV
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:PJI.PJI_TIME_DAY_MV, object_name:PJI_TIME_DAY_MV, status:VALID, product: PJI - Project Intelligence , implementation_dba_data: APPS.PJI_TIME_DAY_MV ,
-
MATERIALIZED VIEW: APPS.PJI_TIME_DAY_MV
12.1.1
owner:APPS, object_type:MATERIALIZED VIEW, object_name:PJI_TIME_DAY_MV, status:VALID,
-
TABLE: APPS.PJI_TIME_DAY_MV
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:PJI.PJI_TIME_DAY_MV, object_name:PJI_TIME_DAY_MV, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.PJI_DIS_ORGRES_V
12.1.1
-
MATERIALIZED VIEW: APPS.FII_TIME_CAL_DAY_MV
12.1.1
owner:APPS, object_type:MATERIALIZED VIEW, object_name:FII_TIME_CAL_DAY_MV, status:VALID,
-
VIEW: APPS.PJI_DIS_MGRRES_V
12.1.1
-
TABLE: APPS.FII_TIME_CAL_DAY_MV
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:FND.FII_TIME_CAL_DAY_MV, object_name:FII_TIME_CAL_DAY_MV, status:VALID,
-
VIEW: APPS.PJI_DIS_RESWT_V
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
TABLE: FII.FII_TIME_ENT_QTR
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.FII_TIME_ENT_QTR, object_name:FII_TIME_ENT_QTR, status:VALID,
-
TABLE: FII.FII_TIME_CAL_PERIOD
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.FII_TIME_CAL_PERIOD, object_name:FII_TIME_CAL_PERIOD, status:VALID,
-
View: PJI_DIS_MGRRES_V
12.2.2
product: PJI - Project Intelligence(Obsolete) , description: Discoverer view of manager resource utilization data. , implementation_dba_data: Not implemented in this database ,
-
TABLE: FII.FII_TIME_CAL_QTR
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.FII_TIME_CAL_QTR, object_name:FII_TIME_CAL_QTR, status:VALID,
-
View: PJI_DIS_MGRRES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_DIS_MGRRES_V, object_name:PJI_DIS_MGRRES_V, status:VALID, product: PJI - Project Intelligence , description: Discoverer view of manager resource utilization data. , implementation_dba_data: APPS.PJI_DIS_MGRRES_V ,
-
View: PJI_DIS_ORGRES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_DIS_ORGRES_V, object_name:PJI_DIS_ORGRES_V, status:VALID, product: PJI - Project Intelligence , description: Discoverer view of organization resource utilization data. , implementation_dba_data: APPS.PJI_DIS_ORGRES_V ,
-
View: PJI_DIS_ORGRES_V
12.2.2
product: PJI - Project Intelligence(Obsolete) , description: Discoverer view of organization resource utilization data. , implementation_dba_data: Not implemented in this database ,
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.PJI_DIS_MGRWT_V
12.1.1
-
TABLE: FII.FII_TIME_ENT_YEAR
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.FII_TIME_ENT_YEAR, object_name:FII_TIME_ENT_YEAR, status:VALID,
-
TABLE: FII.FII_TIME_CAL_YEAR
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.FII_TIME_CAL_YEAR, object_name:FII_TIME_CAL_YEAR, status:VALID,
-
TABLE: FII.FII_TIME_WEEK
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.FII_TIME_WEEK, object_name:FII_TIME_WEEK, status:VALID,
-
TABLE: FII.FII_TIME_ENT_PERIOD
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.FII_TIME_ENT_PERIOD, object_name:FII_TIME_ENT_PERIOD, status:VALID,
-
TABLE: PJI.PJI_ORG_EXTR_INFO
12.1.1
owner:PJI, object_type:TABLE, fnd_design_data:PJI.PJI_ORG_EXTR_INFO, object_name:PJI_ORG_EXTR_INFO, status:VALID,
-
View: PJI_DIS_RESWT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_DIS_RESWT_V, object_name:PJI_DIS_RESWT_V, status:VALID, product: PJI - Project Intelligence , description: Discoverer view of resource work type utilization data. , implementation_dba_data: APPS.PJI_DIS_RESWT_V ,
-
View: PJI_DIS_MGRWT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_DIS_MGRWT_V, object_name:PJI_DIS_MGRWT_V, status:VALID, product: PJI - Project Intelligence , description: Discoverer view of manager work type utilization data. , implementation_dba_data: APPS.PJI_DIS_MGRWT_V ,
-
View: PJI_DIS_MGRWT_V
12.2.2
product: PJI - Project Intelligence(Obsolete) , description: Discoverer view of manager work type utilization data. , implementation_dba_data: Not implemented in this database ,
-
View: PJI_DIS_RESWT_V
12.2.2
product: PJI - Project Intelligence(Obsolete) , description: Discoverer view of resource work type utilization data. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.PJI_DIS_MGRWT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_DIS_MGRWT_V, object_name:PJI_DIS_MGRWT_V, status:VALID,
-
VIEW: APPS.PJI_DIS_RESWT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_DIS_RESWT_V, object_name:PJI_DIS_RESWT_V, status:VALID,
-
TABLE: FII.FII_TIME_DAY
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.FII_TIME_DAY, object_name:FII_TIME_DAY, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.PJI_DIS_MGRRES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_DIS_MGRRES_V, object_name:PJI_DIS_MGRRES_V, status:VALID,
-
VIEW: APPS.PJI_DIS_ORGRES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJI.PJI_DIS_ORGRES_V, object_name:PJI_DIS_ORGRES_V, status:VALID,
-
eTRM - PJI Tables and Views
12.1.1
-
12.1.1 DBA Data
12.1.1
-
eTRM - FII Tables and Views
12.1.1
description: This table stores the mapping of leaf nodes from pruned dimension to nodes in the child value sets ,
-
APPS.PJI_RM_SUM_ROLLUP_RES dependencies on FND_STATS
12.1.1
-
APPS.PJI_RM_SUM_ROLLUP_RES dependencies on PJI_PJI_EXTRACTION_UTILS
12.1.1
-
PACKAGE BODY: APPS.PJI_RM_SUM_ROLLUP_RES
12.1.1
-
eTRM - PJI Tables and Views
12.1.1
-
APPS.PJI_RM_SUM_ROLLUP_RES dependencies on PJI_PROCESS_UTIL
12.1.1
-
eTRM - FII Tables and Views
12.1.1
description: This table stores the mapping of leaf nodes from pruned dimension to nodes in the child value sets ,
-
eTRM - FND Tables and Views
12.1.1
description: No longer used ,
-
eTRM - FND Tables and Views
12.1.1
description: No longer used ,