Search Results mode_of_transport
The APPS.ISC_TRN_002_MV
table is a materialized view within Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2, specifically designed to support the Inventory and Supply Chain (ISC) modules. Materialized views in Oracle EBS are precomputed result sets stored as physical tables to enhance query performance, particularly for complex analytical operations. This view is part of Oracle's data warehousing and reporting infrastructure, optimized for transactional and analytical reporting in supply chain management.
Purpose and Functional Context
The APPS.ISC_TRN_002_MV
materialized view is primarily used to aggregate and store transactional data related to inventory movements, order fulfillment, and supply chain logistics. It serves as a performance optimization layer for reporting tools like Oracle Business Intelligence (OBIEE), Oracle Discoverer, or custom dashboards. By precomputing and refreshing data periodically, it reduces the load on transactional tables (e.g., MTL_TRANSACTIONS_INTERFACE
, MTL_MATERIAL_TRANSACTIONS
) and accelerates queries involving large datasets.
Key Data Attributes
The view typically includes columns such as:
- Transaction ID: Unique identifier for inventory transactions.
- Item Code/Description: References items from
MTL_SYSTEM_ITEMS_B
. - Source/Destination: Tracks movement between organizations, subinventories, or locators.
- Quantity/UOM: Captures transactional quantities and units of measure.
- Date Stamps: Includes creation dates, transaction dates, and last update timestamps.
- Cost Data: May link to
CST_ITEM_COSTS
for valuation reporting.
Technical Implementation
In EBS 12.1.1/12.2.2, this materialized view is built using Oracle's CREATE MATERIALIZED VIEW
syntax, often with:
- Refresh Mechanism: Configured as
COMPLETE
,FAST
(incremental), orON DEMAND
, depending on data volatility. - Partitioning: May use range or list partitioning (e.g., by date ranges) for manageability.
- Query Rewrite: Enabled to allow the optimizer to redirect queries from base tables to the materialized view.
Integration with EBS Modules
The view integrates data from:
- Inventory (INV): Transactional data from
MTL_MATERIAL_TRANSACTIONS
. - Order Management (OM): Sales order references from
OE_ORDER_HEADERS_ALL
. - Purchasing (PO): Purchase order details from
PO_HEADERS_ALL
.
Performance Considerations
To maintain efficiency:
- Refresh Scheduling: Aligned with off-peak hours to minimize contention.
- Indexing: Custom indexes on frequently filtered columns (e.g.,
TRANSACTION_DATE
). - Storage: Often assigned to a tablespace separate from transactional data.
Customization and Extensions
In implementations, this view may be extended with:
- Additional Joins: To include custom attributes from flexfields.
- Aggregations: Summarizing data by period, item category, or geography.
- Security: VPD (Virtual Private Database) policies to restrict data access.
Conclusion
The APPS.ISC_TRN_002_MV
materialized view is a critical component for supply chain analytics in Oracle EBS 12.1.1 and 12.2.2, balancing performance and data freshness. Its design reflects Oracle's best practices for data warehousing within EBS, enabling faster reporting while reducing operational system overhead. Administrators should monitor refresh cycles and query patterns to ensure optimal performance.
-
APPS.WSH_DELIVERY_DETAILS_UTILITIES dependencies on FND_GLOBAL
12.1.1
-
APPS.WSH_DELIVERY_DETAILS_UTILITIES dependencies on FND_GLOBAL
12.2.2
-
APPS.MST_WB_UTIL dependencies on WSH_LOOKUPS
12.1.1
-
VIEW: MSC.MSC_ST_CARRIER_SERVICES#
12.2.2
-
TABLE: APPS.ISC_TRN_002_MV
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:FND.ISC_TRN_002_MV, object_name:ISC_TRN_002_MV, status:VALID,
-
VIEW: MSC.MSC_CARRIER_SERVICES#
12.2.2
-
TABLE: APPS.ISC_TRN_004_MV
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:FND.ISC_TRN_004_MV, object_name:ISC_TRN_004_MV, status:VALID,
-
TABLE: APPS.ISC_TRN_006_MV
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:FND.ISC_TRN_006_MV, object_name:ISC_TRN_006_MV, status:VALID,
-
VIEW: FTE.FTE_CARRIER_RANK_LIST#
12.2.2
-
APPS.WSH_TRIPS_ACTIONS dependencies on WSH_TRIPS
12.2.2
-
TABLE: APPS.ISC_TRN_003_MV
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:FND.ISC_TRN_003_MV, object_name:ISC_TRN_003_MV, status:VALID,
-
APPS.FTE_FREIGHT_RATING_PUB dependencies on FTE_LANE_REC
12.2.2
-
APPS.FTE_DELIVERY_ACTIVITY SQL Statements
12.2.2
-
VIEW: WSH.WSH_DELIVERY_LEG_ACTIVITIES#
12.2.2
-
TABLE: APPS.ISC_TRN_000_MV
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:FND.ISC_TRN_000_MV, object_name:ISC_TRN_000_MV, status:VALID,
-
APPS.WSH_TRIPS_ACTIONS dependencies on WSH_TRIPS
12.1.1
-
TABLE: APPS.ISC_TRN_001_MV
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:FND.ISC_TRN_001_MV, object_name:ISC_TRN_001_MV, status:VALID,
-
VIEW: FTE.FTE_INVOICE_HEADERS#
12.2.2
-
APPS.FTE_FREIGHT_RATING_PUB dependencies on FTE_LANE_REC
12.1.1
-
VIEW: WSH.WSH_CONSOL_BATCHES#
12.2.2
-
APPS.FTE_DELIVERY_ACTIVITY SQL Statements
12.1.1
-
APPS.WSH_MAP_LOCATION_REGION_PKG dependencies on WSH_CARRIER_SERVICES
12.1.1
-
APPS.MST_CMP_KPIS dependencies on MST_PLANS
12.1.1
-
VIEW: APPS.MST_CARR_LOAD_SUMMARY_V
12.1.1
-
VIEW: APPS.MST_PQ_EXCEP_DETAILS_V
12.1.1
-
APPS.FTE_TENDER_PVT dependencies on WF_ENGINE
12.2.2
-
VIEW: APPS.MST_CR_SERVICES_V
12.1.1
-
APPS.WSH_CONC_UTIL_PKG SQL Statements
12.1.1
-
APPS.WSH_MAP_LOCATION_REGION_PKG dependencies on WSH_CARRIER_SERVICES
12.2.2
-
VIEW: APPS.MST_LOADNUMBERS_V
12.1.1
-
APPS.WSH_TRIP_STOPS_ACTIONS dependencies on FND_GLOBAL
12.2.2
-
VIEW: APPS.MST_R_MASTER_SUM_CARR_DET_V
12.1.1
-
APPS.FTE_TENDER_PVT dependencies on WF_ENGINE
12.1.1
-
APPS.WSH_DELIVERY_AUTOCREATE dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.WSH_TRIP_STOPS_ACTIONS dependencies on FND_GLOBAL
12.1.1
-
VIEW: APPS.MST_MAP_SELECTED_OBJECTS_V
12.1.1
-
VIEW: WSH.WSH_TRIPS_INTERFACE#
12.2.2
-
APPS.WSH_CONC_UTIL_PKG SQL Statements
12.2.2
-
APPS.FTE_FREIGHT_RATING_DLVY_GRP dependencies on FTE_LANE_REC
12.1.1
-
APPS.FTE_FREIGHT_RATING_DLVY_GRP dependencies on FTE_LANE_REC
12.2.2
-
APPS.FTE_DELIVERY_ACTIVITY dependencies on WSH_TRIPS
12.1.1
-
APPS.WSH_TP_RELEASE_INT dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
APPS.WSH_TP_RELEASE_INT dependencies on WSH_DELIVERY_DETAILS
12.2.2
-
APPS.WSH_DELIVERY_DETAILS_UTILITIES SQL Statements
12.1.1
-
APPS.MST_CMP_KPIS dependencies on MST_TRIPS
12.1.1
-
VIEW: WSH.WSH_CARRIER_SERVICES#
12.2.2
-
APPS.WSH_DELIVERY_AUTOCREATE dependencies on WSH_DELIVERY_DETAILS
12.2.2
-
VIEW: APPS.MST_LOW_COST_CAR_AVAILABLE_V
12.1.1
owner:APPS, object_type:VIEW, object_name:MST_LOW_COST_CAR_AVAILABLE_V, status:VALID,
-
APPS.WSH_CONC_UTIL_PKG dependencies on WSH_DELIVERY_DETAILS
12.1.1
-
VIEW: WSH.WSH_TRIPS#
12.2.2