Search Results isc_dr_charges_01_mv
AI-generated from documented ETRM metadata — verify critical details on the linked pages.
Overview
ISC_DR_CHARGES_01_MV is an APPS-owned materialized view (exposed through the FND – Application Object Library product registration) that consolidates depot repair charge data for reporting and analytics within Oracle E-Business Suite Release 12.1.1 and 12.2.2. The object is part of the Depot Repair (ISC) schema family and aggregates material, labor, and expense charges across repair organizations, customers, products, and multiple time hierarchies. Its 26 documented columns hold both aggregated monetary measures and supporting count metrics used by Oracle's business intelligence layer.
The ETRM metadata classifies this object heuristically as standalone from a Data Vault perspective, meaning no parent-child FK chain was mined from its structure itself (it holds the FK, but is not referenced by others). In a Data Vault model this would typically suggest a satellite pattern — a table carrying descriptive measures keyed by a composite business key — rather than a hub or link. The unique index I_SNAP$_ISC_DR_CHARGES_01_ on the ten business attributes reinforces this satellite-style interpretation.
Key Information Stored
The materialized view's grain is defined by the composite business key enforced by the unique index, comprising ten dimension attributes:
- REPAIR_ORGANIZATION_ID – the operating unit / repair organization generating the charges.
- REPAIR_TYPE_ID – the repair classification; the only documented foreign key, pointing to CSD_REPAIR_TYPES_B.
- CUSTOMER_ID – the customer associated with the repair transaction.
- PRODUCT_CATEGORY_ID and ITEM_ORG_ID – product classification and inventory organization context.
- GRP_ID, QTR_ID, PERIOD_ID, WEEK_ID, DAY_ID – the time hierarchy dimensions enabling roll-up reporting at day, week, period, quarter, or group level.
- TIME_ID and PERIOD_TYPE_ID – the time key and period-type discriminator.
- AGGREGATION_FLAG – indicates the aggregation level represented by the row.
The measure columns capture charges split by cost type and by the G (global/organization) versus SG (secondary grouping) allocation basis: MATERIAL_CHARGES_G / _SG, LABOR_CHARGES_G / _SG, and EXPENSE_CHARGES_G / _SG. Parallel MV_*_CNT columns (MV_MATERIAL_CHARGES_G_CNT, MV_LABOR_CHARGES_SG_CNT, etc.) plus MV_CNT provide record counts supporting weighted averages and reconciliation. No surrogate single-column primary key is documented; the ten-attribute unique index serves as the business-key candidate.
Common Use Cases and Queries
This MV is typically used by Oracle Depot Repair reporting and Oracle Business Intelligence applications to present repair cost summaries without querying the transactional tables directly. A common pattern aggregates material and labor charges by repair organization and period:
- SELECT rep_org, period_id, SUM(material_charges_g + labor_charges_g + expense_charges_g) FROM isc_dr_charges_01_mv GROUP BY rep_org, period_id;
- Filtering by AGGREGATION_FLAG to select a specific roll-up level.
- Joining REPAIR_TYPE_ID to CSD_REPAIR_TYPES_B to decode repair type descriptions.
- Comparing G versus SG charge columns to analyze allocation differences.
Because it is a materialized view, refresh behavior and staleness should be verified before using it for real-time reporting; for point-in-time needs, DBMS_MVIEW.REFRESH may be invoked.
Related Objects
- CSD_REPAIR_TYPES_B – base repair type table; join on CSD_REPAIR_TYPES_B.REPAIR_TYPE_ID = ISC_DR_CHARGES_01_MV.REPAIR_TYPE_ID.
- CSD_REPAIR_TYPES_TL – translated repair type names for reporting.
- ISC_DR_CHARGES – underlying transactional charge source feeding the MV.
- GL_PERIODS / FND_CALENDARS – period and calendar context for the PERIOD_ID and QTR_ID dimensions.
- HZ_CUST_ACCOUNTS – customer master joined on CUSTOMER_ID.
- MTL_SYSTEM_ITEMS_B / MTL_CATEGORIES_B – item and product category lookups.
These relationships allow the MV to be integrated into standard depot repair and cost analytics dashboards.
-
Table: ISC_DR_CHARGES_01_MV
12.2.2
product: FND - Application Object Library , implementation_dba_data: Not implemented in this database ,
-
Table: ISC_DR_CHARGES_01_MV
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:FND.ISC_DR_CHARGES_01_MV, object_name:ISC_DR_CHARGES_01_MV, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.ISC_DR_CHARGES_01_MV ,
-
MATERIALIZED VIEW: APPS.ISC_DR_CHARGES_02_MV
12.1.1
owner:APPS, object_type:MATERIALIZED VIEW, object_name:ISC_DR_CHARGES_02_MV, status:VALID,
-
MATERIALIZED VIEW: APPS.ISC_DR_CHARGES_01_MV
12.1.1
owner:APPS, object_type:MATERIALIZED VIEW, object_name:ISC_DR_CHARGES_01_MV, status:VALID,
-
VIEW: APPS.ISC_DR_MRGN_01_V
12.1.1
-
MATERIALIZED VIEW: APPS.ISC_DR_CHARGES_02_MV
12.1.1
-
12.1.1 DBA Data
12.1.1
-
TABLE: APPS.ISC_DR_CHARGES_01_MV
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:FND.ISC_DR_CHARGES_01_MV, object_name:ISC_DR_CHARGES_01_MV, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
TABLE: ISC.ISC_DR_CHARGES_F
12.1.1
owner:ISC, object_type:TABLE, object_name:ISC_DR_CHARGES_F, status:VALID,
-
VIEW: APPS.ISC_DR_MRGN_01_V
12.1.1
owner:APPS, object_type:VIEW, object_name:ISC_DR_MRGN_01_V, status:VALID,
-
TABLE: ISC.ISC_DR_REPAIR_ORDERS_F
12.1.1
owner:ISC, object_type:TABLE, object_name:ISC_DR_REPAIR_ORDERS_F, status:VALID,
-
APPS.ISC_DEPOT_RPT_UTIL_PKG SQL Statements
12.1.1
-
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
-
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
-
PACKAGE BODY: APPS.ISC_DEPOT_RPT_UTIL_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 - FND Tables and Views
12.1.1
description: No longer used ,
-
eTRM - FND Tables and Views
12.1.1
description: No longer used ,
-
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 ,