Search Results isc_dr_service_code_mv
Overview
ISC_DR_SERVICE_CODE_MV is a materialized view container registered in the APPS schema under the FND - Application Object Library product grouping within Oracle E-Business Suite 12.1.1 and 12.2.2. The object functions as a pre-aggregated reporting structure for Service (the "ISC" prefix denotes Service Contracts/Service module lineage, while the "DR" segment reflects a demand/repair summary category) metrics, specifically counting repair service-code activity. It summarizes transactional activity against service codes and repair types across multiple time hierarchies (quarter, month, week, day) and organizational dimensions (item organization, repair organization, product category, customer).
The heuristic Data Vault classification mined from the foreign-key structure is standalone. That is, the entity does not participate in the surrogate-key hub or link chains that characterize a normalized Data Vault model; it is instead a denormalized reporting aggregate. Modelers should treat it as a derived, non-authoritative snapshot rather than a system-of-record table.
Key Information Stored
The physical schema contains 16 columns. The principal business-key candidates are expressed through the unique index I_SNAP$_ISC_DR_SERVICE_COD, which combines eleven non-nullable dimensions:
- SERVICE_CODE_ID — foreign key to CSD_SERVICE_CODES_B; the service code under which work was performed.
- REPAIR_TYPE_ID — foreign key to CSD_REPAIR_TYPES_B; the classification of repair activity.
- REPAIR_ORGANIZATION_ID — the servicing/repair organization.
- ITEM_ORG_ID — the inventory organization tied to the repaired item.
- PRODUCT_CATEGORY_ID — category roll-up of the covered product.
- CUSTOMER_ID — the customer associated with the repair transaction.
- QTR_ID, MONTH_ID, WEEK_ID, DAY_ID, TIME_ID — the multi-grain time hierarchy.
- PERIOD_TYPE_ID — identifies which time grain the row reflects.
- MV_GRP_ID — an internal materialized-view grouping key used for refresh partitioning.
The measures are RO_COUNT (repair-order count) and MV_COUNT (materialized-view aggregate count), complemented by AGGREGATION_FLAG, which indicates whether the row is a base-level record or a rolled-up total. There is no independent surrogate primary key beyond the composite unique-index construct; the eleven-column business key defines row uniqueness.
Common Use Cases and Queries
This object is used primarily for service-desk and depot-repair analytics: trending repair volumes by service code, benchmarking repair organizations, and rolling up demand by customer or product category.
A typical trend query filters to a single service code and month grain:
- SELECT month_id, repair_organization_id, SUM(ro_count) FROM isc_dr_service_code_mv WHERE service_code_id = :p_code AND period_type_id = :p_month GROUP BY month_id, repair_organization_id;
Because it is a materialized view, refresh scheduling (fast vs. complete) and staleness must be considered before using it for operational reporting. For near-real-time needs, source tables CSD_SERVICE_CODES_B and CSD_REPAIR_TYPES_B should be queried directly. Bulk extracts for BI publishers should filter on AGGREGATION_FLAG to avoid double-counting rolled-up rows.
Related Objects
- CSD_SERVICE_CODES_B — joined via SERVICE_CODE_ID; supplies code descriptions.
- CSD_REPAIR_TYPES_B — joined via REPAIR_TYPE_ID; supplies repair-type names.
- CSD_SERVICE_CODES_TL — translation table for service-code display values.
- CSD_REPAIR_TYPES_TL — translation table for repair-type display values.
- HR_ALL_ORGANIZATION_UNITS — resolves REPAIR_ORGANIZATION_ID and ITEM_ORG_ID.
- MTL_CATEGORIES_B — resolves PRODUCT_CATEGORY_ID.
- HZ_CUST_ACCOUNTS — resolves CUSTOMER_ID.
These joins form the standard dimensional view used when reporting service-code repair demand across the Service module.
-
Table: ISC_DR_SERVICE_CODE_MV
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:FND.ISC_DR_SERVICE_CODE_MV, object_name:ISC_DR_SERVICE_CODE_MV, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.ISC_DR_SERVICE_CODE_MV ,
-
Table: ISC_DR_SERVICE_CODE_MV
12.2.2
product: FND - Application Object Library , implementation_dba_data: Not implemented in this database ,
-
MATERIALIZED VIEW: APPS.ISC_DR_SERVICE_CODE_MV
12.1.1
owner:APPS, object_type:MATERIALIZED VIEW, object_name:ISC_DR_SERVICE_CODE_MV, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
TABLE: APPS.ISC_DR_SERVICE_CODE_MV
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:FND.ISC_DR_SERVICE_CODE_MV, object_name:ISC_DR_SERVICE_CODE_MV, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
TABLE: ISC.ISC_DR_REPAIR_ORDERS_F
12.1.1
owner:ISC, object_type:TABLE, object_name:ISC_DR_REPAIR_ORDERS_F, 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: CSD.CSD_RO_SERVICE_CODES
12.1.1
owner:CSD, object_type:TABLE, fnd_design_data:CSD.CSD_RO_SERVICE_CODES, object_name:CSD_RO_SERVICE_CODES, 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 - CSD Tables and Views
12.1.1
description: Transaction table for the High Volume Repair module. ,
-
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 - CSD Tables and Views
12.1.1
description: Transaction table for the High Volume Repair module. ,
-
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 ,