Search Results mth_year_d
Overview
MTH_YEAR_D is a reference and configuration table owned by the MTH schema, which belongs to the Oracle Manufacturing Operations Center (MOC) product family in Oracle E-Business Suite 12.1.1 and 12.2.2. The table stores calendar year definitions that are consumed by the Manufacturing Operations Center analytics and reporting infrastructure. Each row represents a named year within a specific hierarchy, giving MOC the ability to associate manufacturing performance data with user-defined or system-defined time hierarchies used in dashboards, KPIs, and time-phased comparisons.
The table is classified as VALID in the ETRM repository and contains 23 documented columns. Heuristic Data Vault classification mined from the foreign-key structure identifies MTH_YEAR_D as a standalone object. In Data Vault modeling terms, this suggests the table behaves closer to a reference or lookup entity than a transactional hub, link, or satellite. It supplies descriptive attributes (start date, end date, name) that other MOC fact and dimension objects can reference without itself capturing measure-based business events.
Key Information Stored
The most important columns are those that define the identity, ordering, and temporal boundaries of each year record:
- HIERARCHY_ID — Identifies the hierarchy to which the year belongs. It participates in the unique index MTH_YEAR_D_U1 and is central to scoping year definitions.
- NAME — The business-facing name of the year (for example, a fiscal or calendar label). NAME is the second component of the MTH_YEAR_D_U1 unique index.
- YEAR_ID — A surrogate or foreign reference to the underlying year definition. Documented as referencing JAI_FA_AST_YEARS.
- START_DATE and END_DATE — Define the effective date range of the year, enabling time-phased joins and period-based reporting.
- SYSTEM_FK_KEY — A system-generated foreign key used for internal referential linking.
- USER_ATTR1 through USER_ATTR5 — Five descriptive attributes available for customer-specific extension and classification.
- USER_MEASURE1 through USER_MEASURE5 — Five numeric measure columns for customer-defined quantitative values.
- CREATION_DATE, LAST_UPDATE_DATE, CREATED_BY, LAST_UPDATED_BY, LAST_UPDATE_LOGIN — Standard EBS audit columns tracking who created and last modified each row.
- CREATION_SYSTEM_ID, LAST_UPDATE_SYSTEM_ID — Identify the source systems responsible for record creation and update.
The unique index MTH_YEAR_D_U1 (NAME, HIERARCHY_ID) serves as the business-key candidate, while YEAR_ID links outward to the asset years reference table.
Common Use Cases and Queries
Typical uses include populating time-hierarchy filters in MOC dashboards, validating year ranges before loading manufacturing metrics, and joining year definitions to fact data by START_DATE and END_DATE ranges. A representative query retrieves all years for a given hierarchy:
SELECT NAME, START_DATE, END_DATE FROM MTH.MTH_YEAR_D WHERE HIERARCHY_ID = :hierarchy_id ORDER BY START_DATE;SELECT d.NAME, d.START_DATE, d.END_DATE FROM MTH.MTH_YEAR_D d JOIN JAI_FA_AST_YEARS y ON d.YEAR_ID = y.YEAR_ID;
Reporting teams use these patterns to align production, quality, and OEE metrics to the correct fiscal or calendar period, and to build parameter lists (LOVs) for concurrent programs and BI Publisher templates.
Related Objects
The most significant related objects are:
- JAI_FA_AST_YEARS — Referenced by MTH_YEAR_D.YEAR_ID; supplies the underlying asset year definition.
- MTH_YEAR_D_U1 — The unique index enforcing the (NAME, HIERARCHY_ID) business key.
- MTH hierarchy tables — Parent hierarchy objects referenced through HIERARCHY_ID that scope year definitions.
- MTH fact and staging tables — Manufacturing metrics joined to year records via START_DATE and END_DATE ranges.
- MOC reporting views and concurrent programs — Consume year definitions for dashboard filters and period comparisons.
Because the documented foreign-key footprint is limited to JAI_FA_AST_YEARS, MTH_YEAR_D functions largely as a self-contained reference table within the MOC data model.
-
Table: MTH_YEAR_D
12.1.1
owner:MTH, object_type:TABLE, fnd_design_data:MTH.MTH_YEAR_D, object_name:MTH_YEAR_D, status:VALID, product: MTH - Oracle Manufacturing Operations Center , implementation_dba_data: MTH.MTH_YEAR_D ,
-
Table: MTH_YEAR_D
12.2.2
owner:MTH, object_type:TABLE, fnd_design_data:MTH.MTH_YEAR_D, object_name:MTH_YEAR_D, status:VALID, product: MTH - Oracle Manufacturing Operations Center , description: This table stores information on year level definition for time dimension hierarchies. , implementation_dba_data: MTH.MTH_YEAR_D ,
-
SYNONYM: APPS.MTH_YEAR_D
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTH_YEAR_D, status:VALID,
-
VIEW: MTH.MTH_YEAR_D#
12.2.2
owner:MTH, object_type:VIEW, object_name:MTH_YEAR_D#, status:VALID,
-
SYNONYM: APPS.MTH_YEAR_D
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTH_YEAR_D, status:VALID,
-
VIEW: MTH.MTH_YEAR_D#
12.2.2
-
Table: MTH_YEAR_ERR
12.2.2
owner:MTH, object_type:TABLE, fnd_design_data:MTH.MTH_YEAR_ERR, object_name:MTH_YEAR_ERR, status:VALID, product: MTH - Oracle Manufacturing Operations Center , description: Error table for MTH_YEAR_D , implementation_dba_data: MTH.MTH_YEAR_ERR ,
-
TABLE: MTH.MTH_YEAR_D
12.2.2
owner:MTH, object_type:TABLE, fnd_design_data:MTH.MTH_YEAR_D, object_name:MTH_YEAR_D, status:VALID,
-
PACKAGE BODY: APPS.MTH_CALENDAR_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MTH_CALENDAR_PKG, status:VALID,
-
TABLE: MTH.MTH_YEAR_D
12.1.1
owner:MTH, object_type:TABLE, fnd_design_data:MTH.MTH_YEAR_D, object_name:MTH_YEAR_D, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
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 DBA Data
12.2.2
-
Lookup Type: MTH_MOC_CLEANUP_LIST
12.2.2
product: MTH - Oracle Manufacturing Operations Center , meaning: MTH_MOC_CLEANUP_LIST ,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
TABLE: MTH.MTH_YEAR_ERR
12.2.2
owner:MTH, object_type:TABLE, fnd_design_data:MTH.MTH_YEAR_ERR, object_name:MTH_YEAR_ERR, status:VALID,
-
TABLE: MTH.MTH_YEAR_ERR
12.1.1
owner:MTH, object_type:TABLE, fnd_design_data:MTH.MTH_YEAR_ERR, object_name:MTH_YEAR_ERR, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
Lookup Type: MTH_ALL_CLEANUP_LIST
12.2.2
product: MTH - Oracle Manufacturing Operations Center , meaning: MTH_ALL_CLEANUP_LIST ,
-
12.2.2 DBA Data
12.2.2
-
APPS.MTH_CALENDAR_PKG dependencies on MTH_YEAR_D
12.2.2
-
APPS.MTH_CALENDAR_PKG SQL Statements
12.2.2
-
eTRM - MTH Tables and Views
12.1.1
-
eTRM - MTH Tables and Views
12.2.2
-
APPS.MTH_CALENDAR_PKG dependencies on MTH_QUARTER_D
12.2.2
-
PACKAGE BODY: APPS.MTH_CALENDAR_PKG
12.2.2
-
APPS.MTH_CALENDAR_PKG dependencies on MTH_SYSTEMS_SETUP
12.2.2
-
APPS.MTH_CALENDAR_PKG dependencies on MTH_DIM_HIERARCHY
12.2.2
-
eTRM - MTH Tables and Views
12.1.1
-
eTRM - MTH Tables and Views
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1