Search Results ddr_sv_frcst_mv
Overview
DDR_SV_FRCST_MV is a materialized view owned by the APPS schema in Oracle E-Business Suite 12.1.1 and 12.2.2, catalogued under the FND – Application Object Library product. Its name indicates a forecast summary object ("DDR" denoting a data repository or demand planning construct, "SV" indicating a summary view, and "FRCST" referencing forecast data). Within the EBS architecture, this object serves as a pre-aggregated analytical structure that consolidates sales and forecast figures across business calendar, organization, manufacturing item, and retail item dimensions. Because it is materialized, it stores physically persisted rows rather than resolving a query at runtime, which supports performance-intensive planning, demand review, and retail forecasting reporting.
From a Data Vault modeling perspective, the heuristic classification mined from the foreign key structure is standalone. This suggests the object functions independently of a strict hub/link/satellite hierarchy and is best modeled as a reporting satellite or aggregate fact structure. Practitioners designing downstream data vaults should treat it as a pre-joined aggregate rather than a normalized business entity.
Key Information Stored
The object contains 31 physical columns in the documented 12.2.2 schema. The most significant include the business-key dimension columns and the forecast measures:
- Business-key candidates: BSNS_WK_ID (business week), BSNS_MNTH_ID (business month), ORG_RGN_ID (organization region), ORG_CHAIN_ID (organization chain), MFG_ITEM_CLASS_ID and RTL_ITEM_CLASS_ID (manufacturing and retail item classes), ITM_TYP (item type), FRCST_PURP (forecast purpose), FRCST_TYP (forecast type), and GROUPING_ID (referencing HR_DM_TABLE_GROUPINGS).
- Dimension identifiers and levels: BSNS_CLNDR_DIM_ID/BSNS_CLNDR_DIM_LVL, ORG_DIM_ID/ORG_DIM_LVL, MFG_ITEM_DIM_ID/MFG_ITEM_DIM_LVL, and RTL_ITEM_DIM_ID/RTL_ITEM_DIM_LVL capture both the dimension surrogate and its aggregation level.
- Measures: ACT_FRCST_SLS_AMT_RPT, ACT_FRCST_SLS_QTY_PRMRY, FRCST_SLS_QTY_PRMRY, FRCST_SLS_QTY_ALT, FRCST_SLS_AMT, and FRCST_SLS_AMT_RPT hold actual-versus-forecast sales amounts and quantities, in both primary and alternate units and in reporting currency.
- Count columns: CNT_TOTAL and the CNT_* prefixed measures (e.g., CNT_ACT_FRCST_SLS_AMT_RPT, CNT_FRCST_SLS_QTY_PRMRY) support weighted aggregation and row counting.
The unique index I_SNAP$_DDR_SV_FRCST_MV, built with SYS_OP_MAP_NONNULL on the ten business-key columns, confirms that the table's grain is defined by the combination of business week, region, chain, item classes, item type, forecast purpose, and forecast type.
Common Use Cases and Queries
Typical usage involves aggregating forecast accuracy and variance across organizational and item hierarchies. A representative query pattern joins measures by business period:
- Forecast-versus-actual variance: SELECT BSNS_MNTH_ID, SUM(FRCST_SLS_AMT_RPT), SUM(ACT_FRCST_SLS_AMT_RPT) FROM DDR_SV_FRCST_MV GROUP BY BSNS_MNTH_ID;
- Organization chain performance: filtering on ORG_CHAIN_ID and FRCST_TYP to compare primary forecast quantities against alternate units.
- Item class roll-ups: grouping on MFG_ITEM_CLASS_ID or RTL_ITEM_CLASS_ID for category-level demand review.
- Grouping-based slicing: joining GROUPING_ID to HR_DM_TABLE_GROUPINGS to apply user-defined grouping hierarchies.
Related Objects
- HR_DM_TABLE_GROUPINGS — referenced via GROUPING_ID; supplies grouping definitions used to slice the forecast data.
- DDR_SV_FRCST_MV underlying base tables — forecast and sales transaction sources that populate the materialized view.
- Business calendar and organization dimension tables — joined through BSNS_CLNDR_DIM_ID and ORG_DIM_ID.
- Manufacturing and retail item dimension tables — joined through MFG_ITEM_DIM_ID and RTL_ITEM_DIM_ID.
- HR_DM_* data mining and grouping infrastructure — provides the dimensional grouping framework referenced by GROUPING_ID.
-
Table: DDR_SV_FRCST_MV
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:FND.DDR_SV_FRCST_MV, object_name:DDR_SV_FRCST_MV, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.DDR_SV_FRCST_MV ,
-
Table: DDR_SV_FRCST_MV
12.2.2
owner:APPS, object_type:TABLE, fnd_design_data:DDR.DDR_SV_FRCST_MV FND.DDR_SV_FRCST_MV, object_name:DDR_SV_FRCST_MV, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.DDR_SV_FRCST_MV ,
-
Table: DDR_SV_FRCST_MV
12.2.2
owner:APPS, object_type:TABLE, fnd_design_data:DDR.DDR_SV_FRCST_MV FND.DDR_SV_FRCST_MV, object_name:DDR_SV_FRCST_MV, status:VALID, product: DDR - Demand Signal Repository , implementation_dba_data: APPS.DDR_SV_FRCST_MV ,
-
MATERIALIZED VIEW: APPS.DDR_SV_FRCST_MV
12.2.2
owner:APPS, object_type:MATERIALIZED VIEW, object_name:DDR_SV_FRCST_MV, status:VALID,
-
MATERIALIZED VIEW: APPS.DDR_SV_FRCST_MV
12.1.1
owner:APPS, object_type:MATERIALIZED VIEW, object_name:DDR_SV_FRCST_MV, status:VALID,
-
TABLE: APPS.DDR_SV_FRCST_MV
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:FND.DDR_SV_FRCST_MV, object_name:DDR_SV_FRCST_MV, status:VALID,
-
TABLE: APPS.DDR_SV_FRCST_MV
12.2.2
owner:APPS, object_type:TABLE, fnd_design_data:DDR.DDR_SV_FRCST_MV FND.DDR_SV_FRCST_MV, object_name:DDR_SV_FRCST_MV, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
TABLE: APPS.DDR_BS_FRCST_ITM_BU_WK_MV
12.2.2
owner:APPS, object_type:TABLE, fnd_design_data:DDR.DDR_BS_FRCST_ITM_BU_WK_MV FND.DDR_BS_FRCST_ITM_BU_WK_MV, object_name:DDR_BS_FRCST_ITM_BU_WK_MV, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.DDR_SV_FRCST_MV#
12.2.2
owner:APPS, object_type:VIEW, object_name:DDR_SV_FRCST_MV#, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
MATERIALIZED VIEW: APPS.DDR_BS_FRCST_ITM_BU_WK_MV
12.2.2
owner:APPS, object_type:MATERIALIZED VIEW, object_name:DDR_BS_FRCST_ITM_BU_WK_MV, status:VALID,
-
TABLE: APPS.DDR_BS_FRCST_ITM_BU_WK_MV
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:FND.DDR_BS_FRCST_ITM_BU_WK_MV, object_name:DDR_BS_FRCST_ITM_BU_WK_MV, status:VALID,
-
eTRM - DDR Tables and Views
12.2.2
-
12.2.2 DBA Data
12.2.2
-
MATERIALIZED VIEW: APPS.DDR_BS_FRCST_ITM_BU_WK_MV
12.1.1
owner:APPS, object_type:MATERIALIZED VIEW, object_name:DDR_BS_FRCST_ITM_BU_WK_MV, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
eTRM - DDR Tables and Views
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
eTRM - FND Tables and Views
12.2.2
description: No longer used ,
-
12.2.2 DBA Data
12.2.2
-
eTRM - FND Tables and Views
12.1.1
description: No longer used ,
-
eTRM - FND Tables and Views
12.2.2
description: No longer used ,
-
eTRM - FND Tables and Views
12.1.1
description: No longer used ,