Search Results isc_dbi_cpm_002_mv
Overview
ISC_DBI_CPM_002_MV is a materialized view owned by the APPS schema within Oracle E-Business Suite, catalogued under the product family ISC – Supply Chain Intelligence. In ETRM release 12.1.1 the object is documented with a physical schema of 21 columns, and it is flagged as obsolete in the ISC module. The ETRM record states "Not implemented in this database," indicating the definition exists in the reference metadata but was not instantiated in the target instance examined. The "DBI" prefix and "MV" suffix identify it as a Supply Chain Intelligence business-intelligence aggregation, a denormalized snapshot maintained for analytic reporting rather than transactional processing.
Heuristic Data Vault classification, mined from the foreign-key structure, returns standalone. No parent-child links beyond a single reference to FND_DM_PRODUCTS were detected, and no dependent tables were identified. From a modeling standpoint this object is therefore best treated as a satellite-like aggregation rather than a true hub or link: it carries descriptive and additive measures keyed by a composite business grain, with no downstream dependency chain.
Key Information Stored
The view stores a multidimensional aggregation of booked and returned transaction amounts, sliced by customer, item category, time, and organizational grouping. The most significant columns are:
- PRODUCT_ID – the only documented foreign key, resolving to FND_DM_PRODUCTS and identifying the product dimension driving the aggregation.
- CUSTOMER_ID – customer dimension key for the reported amounts.
- ITEM_CATEGORY_ID – item category dimension key.
- CLASS_CODE – classification code used to segment the aggregated rows.
- GRP_ID – organizational grouping identifier.
- CUSTOMER_FLAG and ITEM_CAT_FLAG – indicator columns that signal whether the row aggregates by customer, by item category, or across both.
- REPORT_DATE_JULIAN, WEEK_ID, ENT_PERIOD_ID, ENT_QTR_ID, and TIME_ID – the time hierarchy, captured at Julian date, week, period, and quarter granularity.
- BOOKED_AMT_G, BOOKED_AMT_G1, RETURNED_AMT_G, RETURNED_AMT_G1 – additive booked and returned amount measures; the G and G1 variants distinguish two aggregation dimensions.
- C_BOOKED_AMT_G, C_BOOKED_AMT_G1, C_RETURNED_AMT_G, C_RETURNED_AMT_G1 – the corresponding calculated or comparison (C-prefixed) measure set.
- C_TOTAL – the consolidated calculated total for the row.
The unique index I_SNAP$_ISC_DBI_CPM_002_MV defines the business-key candidate grain: CLASS_CODE, CUSTOMER_ID, ITEM_CATEGORY_ID, PRODUCT_ID, ENT_QTR_ID, ENT_PERIOD_ID, WEEK_ID, REPORT_DATE_JULIAN, CUSTOMER_FLAG, ITEM_CAT_FLAG, and GRP_ID, each wrapped in SYS_OP_MAP_NONNULL. No separate surrogate primary key column is documented.
Common Use Cases and Queries
Typical usage centers on period-over-period booked-versus-returned analysis, customer and item-category profitability, and trend reporting across the week/period/quarter hierarchy.
- Booked-to-returned ratio by product and quarter, grouping on ENT_QTR_ID and summing BOOKED_AMT_G against RETURNED_AMT_G.
- Customer-level net revenue, filtering CUSTOMER_FLAG to the appropriate aggregation level.
- Comparison reporting between BOOKED_AMT_G and BOOKED_AMT_G1 to expose shift between two aggregation dimensions.
- Trend lines driven by REPORT_DATE_JULIAN or WEEK_ID for the C-prefixed calculated measures.
Sample pattern: SELECT PRODUCT_ID, ENT_QTR_ID, SUM(BOOKED_AMT_G), SUM(RETURNED_AMT_G) FROM ISC_DBI_CPM_002_MV WHERE CUSTOMER_FLAG = 'Y' GROUP BY PRODUCT_ID, ENT_QTR_ID;
Related Objects
- FND_DM_PRODUCTS – joined on ISC_DBI_CPM_002_MV.PRODUCT_ID = FND_DM_PRODUCTS.PRODUCT_ID; the sole documented foreign-key relationship.
- ISC_DBI_CPM_001_MV and sibling ISC_DBI_CPM_00x_MV aggregations – parallel Supply Chain Intelligence snapshots sharing dimension keys (CUSTOMER_ID, ITEM_CATEGORY_ID, time hierarchy) for combined reporting.
- ISC_DBI_MV family views – additional DBI materialized views in the same product that reuse PRODUCT_ID and the shared time columns.
Because the table is obsolete and documented as not implemented, integration effort should confirm whether a replacement view or native DBI subject area now serves the same analytic requirement.
-
Table: ISC_DBI_CPM_002_MV
12.2.2
product: ISC - Supply Chain Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
Table: ISC_DBI_CPM_002_MV
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:ISC.ISC_DBI_CPM_002_MV, object_name:ISC_DBI_CPM_002_MV, status:VALID, product: ISC - Supply Chain Intelligence , implementation_dba_data: APPS.ISC_DBI_CPM_002_MV ,
-
MATERIALIZED VIEW: APPS.ISC_DBI_CPM_005_MV
12.1.1
owner:APPS, object_type:MATERIALIZED VIEW, object_name:ISC_DBI_CPM_005_MV, status:VALID,
-
MATERIALIZED VIEW: APPS.ISC_DBI_CPM_002_MV
12.1.1
owner:APPS, object_type:MATERIALIZED VIEW, object_name:ISC_DBI_CPM_002_MV, status:VALID,
-
TABLE: APPS.ISC_DBI_CPM_002_MV
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:ISC.ISC_DBI_CPM_002_MV, object_name:ISC_DBI_CPM_002_MV, status:VALID,
-
MATERIALIZED VIEW: APPS.ISC_DBI_CPM_005_MV
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
-
12.1.1 DBA Data
12.1.1
-
TABLE: FII.FII_PARTY_MKT_CLASS
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.FII_PARTY_MKT_CLASS, object_name:FII_PARTY_MKT_CLASS, status:VALID,
-
TABLE: ENI.ENI_OLTP_ITEM_STAR
12.1.1
owner:ENI, object_type:TABLE, object_name:ENI_OLTP_ITEM_STAR, 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
-
TABLE: ISC.ISC_BOOK_SUM2_F
12.1.1
owner:ISC, object_type:TABLE, object_name:ISC_BOOK_SUM2_F, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.ISC_DBI_CPM_CP_ACT_TREND_PKG
12.1.1
-
eTRM - ISC Tables and Views
12.1.1
description: This is a temporary table used by the Bookings collection program ,
-
PACKAGE BODY: APPS.ISC_DBI_CPM_CP_ACT_PKG
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 - ISC Tables and Views
12.1.1
description: This is a temporary table used by the Bookings collection program ,
-
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 ,