Search Results pmi_gl_calendar_v
Overview
PMI_GL_CALENDAR_V is an APPS-owned database view in Oracle E-Business Suite, delivered as part of the PMI (Process Manufacturing Intelligence) product family. Its documented purpose is to link the General Ledger calendar to the OPM (Oracle Process Manufacturing) company. In practice, the view presents a flattened, query-ready slice of the GL accounting calendar restricted to a specific set of books and joining that calendar to an OPM policy/company definition.
In EBS 12.1.1 and 12.2.2 the object remains a VALID view owned by APPS. Because it is a view rather than a table, no storage or index maintenance is required; performance derives entirely from the underlying GL tables. This makes it a convenient integration and reporting surface where an OPM-side query needs GL period information without re-implementing the multi-table join against GL_PERIODS, GL_SETS_OF_BOOKS, and the OPM policy master.
Functionally, the view is a bridge object: the GL calendar defines when accounting periods open and close, while the OPM company / policy master (GL_PLCY_MST) identifies which set of books an OPM company posts to. PMI_GL_CALENDAR_V resolves that relationship so that reporting and validation logic can enumerate the periods that apply to a given OPM company.
Underlying Base Objects
The documented base objects referenced by PMI_GL_CALENDAR_V are:
- GL_PERIODS (referenced through a SYNONYM) — the GL calendar table holding one row per accounting period, including period name, period type, year, quarter, period number, and start/end dates.
- GL_SETS_OF_BOOKS (referenced through a VIEW) — the set of books definition, providing PERIOD_SET_NAME and ACCOUNTED_PERIOD_TYPE for the ledger.
- GL_PLCY_MST (referenced through a SYNONYM) — the OPM policy master, which carries the company code (CO_CODE) and the associated set of books name (SET_OF_BOOKS_NAME).
The join logic documented in the view text is: GL_PERIODS.PERIOD_SET_NAME = GL_SETS_OF_BOOKS.PERIOD_SET_NAME, GL_SETS_OF_BOOKS.NAME = GL_PLCY_MST.SET_OF_BOOKS_NAME, and GL_PERIODS.PERIOD_TYPE = GL_SETS_OF_BOOKS.ACCOUNTED_PERIOD_TYPE. A filter excludes adjustment periods via GL_PERIODS.ADJUSTMENT_PERIOD_FLAG <> 'Y', so only regular, non-adjustment periods are returned.
In 12.2.2, GL_SETS_OF_BOOKS is itself surfaced as a view over the ledger definitions, reflecting the multi-organization architecture of Release 12; the synonym layer allows PMI_GL_CALENDAR_V to remain stable across releases.
Key Columns
- CO_CODE — the OPM company code carried from GL_PLCY_MST; identifies the company whose calendar is being reported.
- PERIOD_TYPE — the accounting period type (for example, Month), inherited from GL_SETS_OF_BOOKS.ACCOUNTED_PERIOD_TYPE.
- PERIOD_YEAR — the fiscal/accounting year of the period.
- QUARTER_NUM — the quarter number within the year.
- PERIOD_NUM — the sequential period number within the year.
- PERIOD_NAME — the GL period name (for example, JAN-24); the human-readable key used throughout GL and OPM reporting.
- START_DATE and END_DATE — the opening and closing dates of the period, used for date-range filtering and validation.
Common Use Cases and Queries
Typical scenarios include: populating period-selection lists in OPM/PMI reports, validating that a transaction date falls inside an open GL period for a given company, and reconciling OPM company calendars with their assigned set of books.
A basic query returning the calendar for one company:
SELECT period_name, period_year, period_num, start_date, end_dateFROM apps.pmi_gl_calendar_vWHERE co_code = :company_codeORDER BY start_date;
To determine the period covering a specific date:
SELECT period_nameFROM apps.pmi_gl_calendar_vWHERE co_code = :company_codeAND :txn_date BETWEEN start_date AND end_date;
Because the view is not indexed, queries should filter on CO_CODE and date ranges to limit the rows scanned in GL_PERIODS. For large deployments, wrapping the view in an inline view with the company filter applied first typically yields the most predictable execution plans across both 12.1.1 and 12.2.2.
-
View: PMI_GL_CALENDAR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMI_GL_CALENDAR_V, object_name:PMI_GL_CALENDAR_V, status:VALID, product: PMI - Process Manufacturing Intelligence , description: View to link GL Calendar to OPM Company , implementation_dba_data: APPS.PMI_GL_CALENDAR_V ,
-
View: PMI_GL_CALENDAR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMI_GL_CALENDAR_V, object_name:PMI_GL_CALENDAR_V, status:VALID, product: PMI - Process Manufacturing Intelligence (Obsolete) , description: View to link GL Calendar to OPM Company , implementation_dba_data: APPS.PMI_GL_CALENDAR_V ,
-
APPS.PMI_PRODUCTION_SUM SQL Statements
12.1.1
-
VIEW: APPS.PMIFV_BATCH_TRANS_V
12.2.2
-
APPS.PMI_PRODUCTION_SUM SQL Statements
12.2.2
-
VIEW: APPS.PMIFV_BATCH_TRANS_V
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.PMIFV_BATCH_QC_V
12.2.2
-
VIEW: APPS.PMIFV_BATCH_QC_V
12.1.1
-
VIEW: APPS.PMIFV_PROD_EFFI_V
12.1.1
-
VIEW: APPS.PMIFV_PROD_EFFI_V
12.2.2
-
VIEW: APPS.PMIFV_BATCH_DETAILS_V
12.1.1
-
VIEW: APPS.PMIFV_BATCH_DETAILS_V
12.2.2
-
VIEW: APPS.PMIFV_BATCH_OPRN_DETAIL_V
12.1.1
-
VIEW: APPS.PMIFV_BATCH_OPRN_DETAIL_V
12.2.2
-
PACKAGE: APPS.PMI_SALES_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PMI_SALES_PKG, status:VALID,
-
PACKAGE: APPS.PMI_SALES_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PMI_SALES_PKG, status:VALID,
-
PACKAGE BODY: APPS.PMI_PRODUCTION_SUM
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PMI_PRODUCTION_SUM, status:VALID,
-
View: PMIFV_BTCH_QCRSLT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_BTCH_QCRSLT_V, object_name:PMIFV_BTCH_QCRSLT_V, status:VALID, product: PMI - Process Manufacturing Intelligence (Obsolete) , description: Batch QC Results , implementation_dba_data: APPS.PMIFV_BTCH_QCRSLT_V ,
-
VIEW: APPS.PMIFV_BTCH_QCRSLT_V
12.1.1
-
PACKAGE BODY: APPS.PMI_SALES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PMI_SALES_PKG, status:VALID,
-
VIEW: APPS.PMIFV_BTCH_QCRSLT_V
12.2.2
-
PACKAGE BODY: APPS.PMI_SALES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PMI_SALES_PKG, status:VALID,
-
PACKAGE BODY: APPS.PMI_PRODUCTION_SUM
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PMI_PRODUCTION_SUM, status:VALID,
-
View: PMIFV_BATCH_QC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_BATCH_QC_V, object_name:PMIFV_BATCH_QC_V, status:VALID, product: PMI - Process Manufacturing Intelligence , description: Batch QC Details Consolidated , implementation_dba_data: APPS.PMIFV_BATCH_QC_V ,
-
View: PMIFV_BATCH_TRANS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_BATCH_TRANS_V, object_name:PMIFV_BATCH_TRANS_V, status:VALID, product: PMI - Process Manufacturing Intelligence , description: Batch Transaction Details , implementation_dba_data: APPS.PMIFV_BATCH_TRANS_V ,
-
View: PMIFV_BATCH_TRANS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_BATCH_TRANS_V, object_name:PMIFV_BATCH_TRANS_V, status:VALID, product: PMI - Process Manufacturing Intelligence (Obsolete) , description: Batch Transaction Details , implementation_dba_data: APPS.PMIFV_BATCH_TRANS_V ,
-
View: PMIFV_BATCH_QC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_BATCH_QC_V, object_name:PMIFV_BATCH_QC_V, status:VALID, product: PMI - Process Manufacturing Intelligence (Obsolete) , description: Batch QC Details Consolidated , implementation_dba_data: APPS.PMIFV_BATCH_QC_V ,
-
VIEW: APPS.PMI_GL_CALENDAR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMI_GL_CALENDAR_V, object_name:PMI_GL_CALENDAR_V, status:VALID,
-
VIEW: APPS.PMI_GL_CALENDAR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMI_GL_CALENDAR_V, object_name:PMI_GL_CALENDAR_V, status:VALID,
-
View: PMIFV_BATCH_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_BATCH_DETAILS_V, object_name:PMIFV_BATCH_DETAILS_V, status:VALID, product: PMI - Process Manufacturing Intelligence (Obsolete) , description: Batch Details , implementation_dba_data: APPS.PMIFV_BATCH_DETAILS_V ,
-
View: PMIFV_BTCH_QCRSLT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_BTCH_QCRSLT_V, object_name:PMIFV_BTCH_QCRSLT_V, status:VALID, product: PMI - Process Manufacturing Intelligence , description: Batch QC Results , implementation_dba_data: APPS.PMIFV_BTCH_QCRSLT_V ,
-
View: PMIFV_PROD_EFFI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_PROD_EFFI_V, object_name:PMIFV_PROD_EFFI_V, status:VALID, product: PMI - Process Manufacturing Intelligence , description: Batch Efficiency , implementation_dba_data: APPS.PMIFV_PROD_EFFI_V ,
-
View: PMIFV_PROD_EFFI_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_PROD_EFFI_V, object_name:PMIFV_PROD_EFFI_V, status:VALID, product: PMI - Process Manufacturing Intelligence (Obsolete) , description: Batch Efficiency , implementation_dba_data: APPS.PMIFV_PROD_EFFI_V ,
-
VIEW: APPS.PMIFV_BATCH_QC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_BATCH_QC_V, object_name:PMIFV_BATCH_QC_V, status:VALID,
-
VIEW: APPS.PMIFV_BATCH_QC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_BATCH_QC_V, object_name:PMIFV_BATCH_QC_V, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
View: PMIFV_BATCH_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_BATCH_DETAILS_V, object_name:PMIFV_BATCH_DETAILS_V, status:VALID, product: PMI - Process Manufacturing Intelligence , description: Batch Details , implementation_dba_data: APPS.PMIFV_BATCH_DETAILS_V ,
-
VIEW: APPS.PMIFV_PROD_EFFI_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_PROD_EFFI_V, object_name:PMIFV_PROD_EFFI_V, status:VALID,
-
VIEW: APPS.PMIFV_BATCH_TRANS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_BATCH_TRANS_V, object_name:PMIFV_BATCH_TRANS_V, status:VALID,
-
VIEW: APPS.PMIFV_BATCH_TRANS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_BATCH_TRANS_V, object_name:PMIFV_BATCH_TRANS_V, status:VALID,
-
VIEW: APPS.PMIFV_PROD_EFFI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_PROD_EFFI_V, object_name:PMIFV_PROD_EFFI_V, status:VALID,
-
APPS.PMI_SALES_PKG SQL Statements
12.1.1
-
View: PMIFV_BATCH_OPRN_DETAIL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_BATCH_OPRN_DETAIL_V, object_name:PMIFV_BATCH_OPRN_DETAIL_V, status:VALID, product: PMI - Process Manufacturing Intelligence (Obsolete) , description: Batch Operation Details , implementation_dba_data: APPS.PMIFV_BATCH_OPRN_DETAIL_V ,
-
12.1.1 FND Design Data
12.1.1
-
View: PMIFV_BATCH_OPRN_DETAIL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_BATCH_OPRN_DETAIL_V, object_name:PMIFV_BATCH_OPRN_DETAIL_V, status:VALID, product: PMI - Process Manufacturing Intelligence , description: Batch Operation Details , implementation_dba_data: APPS.PMIFV_BATCH_OPRN_DETAIL_V ,
-
SYNONYM: APPS.GL_PLCY_MST
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_PLCY_MST, status:VALID,
-
VIEW: APPS.PMIFV_BTCH_QCRSLT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_BTCH_QCRSLT_V, object_name:PMIFV_BTCH_QCRSLT_V, status:VALID,
-
PACKAGE BODY: APPS.PMI_PRODUCTION_SUM
12.1.1