Search Results ddr_sv_inv_mv
Overview
DDR_SV_INV_MV is a materialized view object registered in the APPS schema and catalogued under the FND – Application Object Library product within Oracle E-Business Suite 12.1.1 and 12.2.2. The name follows the DDR_SV_INV_MV convention, indicating a demand-driven or scheduled refresh snapshot (SV) that consolidates inventory (INV) measures for downstream reporting rather than supporting transactional entry. The object exposes 81 columns and is classified as a standalone object; it does not serve as the parent of any documented foreign key relationship and does not participate in a normalized operational hierarchy. From a Data Vault modeling perspective, the ETRM metadata yields a standalone classification rather than a hub, link, or satellite designation. This suggests the object functions as a reporting aggregate — effectively a snapshot store — and would typically be modeled as a point-in-time satellite or a derived fact structure rather than as an integration hub.
Key Information Stored
The table is organized around a conformed dimensional grain composed of business calendar, organization, and item attributes, with an extensive set of calculated quantity and valuation measures layered on top.
- Grain / business-key candidates: BSNS_WK_ID, BSNS_MNTH_ID, ORG_RGN_ID, ORG_CHAIN_ID, MFG_ITEM_CLASS_ID, RTL_ITEM_CLASS_ID, ITM_TYP, and GROUPING_ID. These columns form the composite unique index I_SNAP$_DDR_SV_INV_MV, implemented with SYS_OP_MAP_NONNULL to permit indexed access on nullable key components.
- Dimensional context: BSNS_CLNDR_DIM_ID, ORG_DIM_ID, MFG_ITEM_DIM_ID, and RTL_ITEM_DIM_ID with their associated _LVL columns describe the reporting hierarchy level at which each row was aggregated.
- Inventory quantities: ON_HAND_QTY_PRMRY, ON_HAND_QTY_ALT, RECVD_QTY_PRMRY, IN_TRANSIT_QTY_PRMRY, BCK_ORDR_QTY_PRMRY, and QLTY_HOLD_QTY_PRMRY provide primary and alternate unit-of-measure snapshots.
- Valuation measures: ON_HAND_NET_COST_AMT, ON_HAND_RTL_AMT, RECVD_NET_COST_AMT, IN_TRANSIT_RTL_AMT, BCKORDR_NET_COST_AMT, and QLTY_HOLD_RTL_AMT, each with a corresponding *_RPT reporting-currency column.
- Coverage statistics: CNT_TOTAL, IN_STCK_BU_ITM_DAYS, UNDR_STCK_BU_ITM_DAYS, and their CNT_ prefixed counterparts count distinct items and days in each state.
- Count measures: the CNT_ prefixed quantity and amount columns allow weighted average and penetration analysis without inflating the base measures.
No hidden surrogate primary key is documented; the unique snapshot index is the closest structural analog and should be treated as the logical key for de-duplication and incremental loads.
Common Use Cases and Queries
Because the object is a pre-aggregated inventory snapshot, it is best consumed for trend, coverage, and valuation reporting rather than real-time inquiry. Typical usage includes week-over-week on-hand and in-transit valuation, backorder exposure by item class and organization chain, and inventory-days-of-supply analysis.
- Trend reporting: group by BSNS_WK_ID and summarize ON_HAND_NET_COST_AMT compared against prior periods.
- Hierarchy roll-up: filter on BSNS_CLNDR_DIM_LVL and ORG_DIM_LVL to control aggregation depth.
- Exception analysis: compare UNDR_STCK_BU_ITM_DAYS against IN_STCK_BU_ITM_DAYS per ORGANIZATION and item class.
- Grouping-scoped queries: join or filter on GROUPING_ID to retrieve a defined HR_DM_TABLE_GROUPINGS cohort.
A representative pattern selects BSNS_MNTH_ID, ORG_CHAIN_ID, MFG_ITEM_CLASS_ID, SUM(ON_HAND_QTY_PRMRY), and SUM(ON_HAND_RTL_AMT) from APPS.DDR_SV_INV_MV, filtered by BSNS_WK_ID and GROUPING_ID, grouped by the dimensional columns above.
Related Objects
The documented dependency set is narrow, reflecting the standalone classification.
- HR_DM_TABLE_GROUPINGS — referenced through DDR_SV_INV_MV.GROUPING_ID, providing the grouping definition that scopes each snapshot cohort.
- FND product tables — the object is catalogued under FND – Application Object Library, so metadata and concurrent-program refresh definitions for the underlying materialized view reside in FND objects.
- Inventory valuation and item/organization dimensions — the measure and dimension columns imply logical joins to on-hand, receiving, and item-class sources; these are populated at refresh time rather than enforced by foreign keys.
- Business calendar and organization hierarchies — referenced indirectly through BSNS_CLNDR_DIM_ID, ORG_DIM_ID, MFG_ITEM_DIM_ID, and RTL_ITEM_DIM_ID in downstream reporting views.
Administrators should confirm the refresh schedule and staleness tolerance for this snapshot before using it for period-close reporting, since values are only as current as the last materialized view refresh.
-
Table: DDR_SV_INV_MV
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:FND.DDR_SV_INV_MV, object_name:DDR_SV_INV_MV, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.DDR_SV_INV_MV ,
-
Table: DDR_SV_INV_MV
12.2.2
owner:APPS, object_type:TABLE, fnd_design_data:FND.DDR_SV_INV_MV, object_name:DDR_SV_INV_MV, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.DDR_SV_INV_MV ,
-
MATERIALIZED VIEW: APPS.DDR_SV_INV_MV
12.1.1
owner:APPS, object_type:MATERIALIZED VIEW, object_name:DDR_SV_INV_MV, status:VALID,
-
MATERIALIZED VIEW: APPS.DDR_SV_INV_MV
12.2.2
owner:APPS, object_type:MATERIALIZED VIEW, object_name:DDR_SV_INV_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
-
TABLE: APPS.DDR_SV_INV_MV
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:FND.DDR_SV_INV_MV, object_name:DDR_SV_INV_MV, status:VALID,
-
TABLE: APPS.DDR_SV_INV_MV
12.2.2
owner:APPS, object_type:TABLE, fnd_design_data:FND.DDR_SV_INV_MV, object_name:DDR_SV_INV_MV, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
TABLE: APPS.DDR_BS_INV_ITM_BU_WK_MV
12.2.2
owner:APPS, object_type:TABLE, fnd_design_data:DDR.DDR_BS_INV_ITM_BU_WK_MV FND.DDR_BS_INV_ITM_BU_WK_MV, object_name:DDR_BS_INV_ITM_BU_WK_MV, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.DDR_SV_INV_MV#
12.2.2
owner:APPS, object_type:VIEW, object_name:DDR_SV_INV_MV#, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
MATERIALIZED VIEW: APPS.DDR_BS_INV_ITM_BU_WK_MV
12.2.2
owner:APPS, object_type:MATERIALIZED VIEW, object_name:DDR_BS_INV_ITM_BU_WK_MV, status:VALID,
-
TABLE: APPS.DDR_BS_INV_ITM_BU_WK_MV
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:FND.DDR_BS_INV_ITM_BU_WK_MV, object_name:DDR_BS_INV_ITM_BU_WK_MV, status:VALID,
-
MATERIALIZED VIEW: APPS.DDR_BS_INV_ITM_BU_WK_MV
12.1.1
owner:APPS, object_type:MATERIALIZED VIEW, object_name:DDR_BS_INV_ITM_BU_WK_MV, status:VALID,
-
eTRM - DDR Tables and Views
12.2.2
-
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
-
eTRM - DDR Tables and Views
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 ,