Search Results mtl_interorg_ship_methods
Overview
MTL_INTERORG_SHIP_METHODS is an Oracle Inventory (INV) transactional configuration table that defines the relationships between shipping networks and shipment methods for inter-organization transfers within Oracle E-Business Suite 12.1.1 and 12.2.2. Each row links a source organization, a destination organization, an optional source and destination location, and a shipping method, thereby enabling Oracle Shipping and Inventory to determine transit time, capacity constraints, and costing characteristics for the movement of goods between internal organizations.
The table is owned by the INV schema and holds 40 documented columns in the 12.2.2 ETRM physical schema. It is a configuration rather than a transactional object, meaning its rows are populated during implementation setup and maintained infrequently compared to high-volume inventory transaction tables. From a dimensional or Data Vault modeling perspective, the metadata classifies this object heuristically as a link, since it resolves relationships among multiple business entities (from/to organizations, from/to locations) rather than acting as an independent entity hub or a descriptive satellite.
Key Information Stored
The following columns carry the most functional weight:
- FROM_ORGANIZATION_ID and TO_ORGANIZATION_ID – Identify the source and destination inventory organizations, each referencing MTL_PARAMETERS.
- FROM_LOCATION_ID and TO_LOCATION_ID – Specify the shipping and receiving locations, referencing HR_LOCATIONS_ALL, allowing location-level granularity in addition to organization-level rules.
- SHIP_METHOD – Encodes the shipping method (for example, a lookup-based carrier or mode) applied to the network relationship.
- INTRANSIT_TIME with TIME_UOM_CODE – Define the expected transit duration and its unit of measure, which support scheduled arrival and planning calculations.
- DEFAULT_FLAG – Indicates whether the combination is the default method for the defined network.
- CURRENCY_CODE – References FND_CURRENCIES and anchors any monetary capacity or cost values.
- DAILY_LOAD_WEIGHT_CAPACITY, LOAD_WEIGHT_UOM_CODE, COST_PER_UNIT_LOAD_WEIGHT – Model weight-based capacity and per-unit cost characteristics.
- DAILY_VOLUME_CAPACITY, VOLUME_UOM_CODE, COST_PER_UNIT_LOAD_VOLUME – Model volume-based capacity and per-unit cost characteristics.
- DESTINATION_TYPE, ORIGIN_TYPE, TO_REGION_ID, FROM_REGION_ID – Classify the origin/destination as organization, location, or region, with region references for hierarchical shipping rules.
The documented primary key, MTL_INTERORG_SHIP_METHODS_PK, is a composite business key over (FROM_ORGANIZATION_ID, TO_ORGANIZATION_ID, FROM_LOCATION_ID, TO_LOCATION_ID, SHIP_METHOD). No separate surrogate key column is documented; therefore the composite columns themselves serve as the unique identifier. Standard audit columns (LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, LAST_UPDATE_LOGIN) and the fifteen ATTRIBUTE columns provide extensibility and change tracking.
Common Use Cases and Queries
Shipping and distribution teams consult this table when configuring inter-org transfer networks, validating that a shipment method exists for a given lane, or analyzing transit times and carrier capacity. Typical SQL patterns include:
- Retrieving all methods for a specific source-to-destination lane:
SELECT ship_method, intransit_time, time_uom_code FROM mtl_interorg_ship_methods WHERE from_organization_id = :src AND to_organization_id = :dest; - Joining to MTL_PARAMETERS twice to resolve organization names for reporting.
- Joining to HR_LOCATIONS_ALL to confirm the physical source and destination sites.
- Filtering on DEFAULT_FLAG to identify the standing method per network, or on capacity columns to evaluate load planning feasibility.
- Referencing CURRENCY_CODE with FND_CURRENCIES to convert cost values in multi-currency implementations.
Related Objects
- MTL_PARAMETERS – Referenced by FROM_ORGANIZATION_ID and TO_ORGANIZATION_ID; supplies organization definitions.
- HR_LOCATIONS_ALL – Referenced by FROM_LOCATION_ID and TO_LOCATION_ID; supplies location details.
- FND_CURRENCIES – Referenced by CURRENCY_CODE; supplies currency definitions.
- MTL_INTERORG_SHIP_METHODS_PK – The composite primary key constraint enforcing uniqueness.
- Shipping and Inventory transfer APIs – Inter-org transfer and shipping execution logic read this table to determine method, transit time, and capacity defaults.
-
Table: MTL_INTERORG_SHIP_METHODS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_INTERORG_SHIP_METHODS, object_name:MTL_INTERORG_SHIP_METHODS, status:VALID, product: INV - Inventory , description: Relationships between shipping networks and shipment methods , implementation_dba_data: INV.MTL_INTERORG_SHIP_METHODS ,
-
Table: MTL_INTERORG_SHIP_METHODS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_INTERORG_SHIP_METHODS, object_name:MTL_INTERORG_SHIP_METHODS, status:VALID, product: INV - Inventory , description: Relationships between shipping networks and shipment methods , implementation_dba_data: INV.MTL_INTERORG_SHIP_METHODS ,
-
APPS.MRP_SCATP_PVT SQL Statements
12.1.1
-
APPS.MRP_SCATP_PVT SQL Statements
12.2.2
-
VIEW: APPS.MTL_INTERORG_SHIP_METHODS_DFV
12.2.2
-
VIEW: APPS.MTL_INTERORG_SHIP_METHODS_DFV
12.1.1
-
VIEW: APPS.WSH_TRANSIT_TIMES_V
12.1.1
-
VIEW: APPS.CSP_SHIPPING_DETAILS_V
12.2.2
-
PACKAGE BODY: APPS.MRP_SCATP_PVT
12.2.2
-
VIEW: APPS.WSH_TRANSIT_TIMES_V
12.2.2
-
PACKAGE BODY: APPS.MRP_SCATP_PVT
12.1.1
-
VIEW: INV.MTL_INTERORG_SHIP_METHODS#
12.2.2
owner:INV, object_type:VIEW, object_name:MTL_INTERORG_SHIP_METHODS#, status:VALID,
-
VIEW: APPS.CSP_CARRIER_DELIVERY_TIMES_V
12.2.2
-
APPS.RCV_INTRANSIT_SV SQL Statements
12.2.2
-
APPS.RCV_INTRANSIT_SV SQL Statements
12.1.1
-
VIEW: APPS.MRPBV_REPLENISHMENT_SOURCES
12.2.2
-
VIEW: APPS.INVBV_INTERORG_LEAD_TIMES
12.1.1
-
VIEW: APPS.INVBV_INTERORG_LEAD_TIMES
12.2.2
-
View: MRP_ITEM_SOURCING_LEVELS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ITEM_SOURCING_LEVELS_V, object_name:MRP_ITEM_SOURCING_LEVELS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Inventory items sources view , implementation_dba_data: APPS.MRP_ITEM_SOURCING_LEVELS_V ,
-
PACKAGE BODY: APPS.RCV_INTRANSIT_SV
12.1.1
-
PACKAGE BODY: APPS.RCV_INTRANSIT_SV
12.2.2
-
SYNONYM: APPS.MTL_INTERORG_SHIP_METHODS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_INTERORG_SHIP_METHODS, status:VALID,
-
VIEW: APPS.MRPBV_REPLENISHMENT_SOURCES
12.1.1
-
View: MRP_ITEM_SOURCING_LEVELS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ITEM_SOURCING_LEVELS_V, object_name:MRP_ITEM_SOURCING_LEVELS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Inventory items sources view , implementation_dba_data: APPS.MRP_ITEM_SOURCING_LEVELS_V ,
-
VIEW: APPS.MRP_ITEM_SR_LEVELS_V
12.2.2
-
VIEW: APPS.MRP_ITEM_SR_LEVELS_V
12.1.1
-
VIEW: APPS.MRP_INTER_LOCATIONS_V
12.1.1
-
SYNONYM: APPS.MTL_INTERORG_SHIP_METHODS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_INTERORG_SHIP_METHODS, status:VALID,
-
VIEW: APPS.MRP_ITEM_SOURCING_LEVELS_V
12.1.1
-
VIEW: APPS.CSM_MTL_INTERORG_FREIGHTS_V
12.2.2
-
VIEW: APPS.MRP_SR_SOURCE_ORG_V
12.2.2
-
VIEW: APPS.MRP_INTER_LOCATIONS_V
12.2.2
-
VIEW: APPS.MRP_ITEM_SOURCING_LEVELS_V
12.2.2
-
View: OLD_ITEM_SOURCING_LEVELS_V
12.1.1
product: MRP - Master Scheduling/MRP , description: Inventory items sources view , implementation_dba_data: Not implemented in this database ,
-
VIEW: INV.MTL_INTERORG_SHIP_METHODS#
12.2.2
-
View: OLD_ITEM_SOURCING_LEVELS_V
12.2.2
product: MRP - Master Scheduling/MRP , description: Inventory items sources view , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.MRP_SR_SOURCE_ORG_V
12.1.1
-
APPS.MSC_SATP_FUNC SQL Statements
12.2.2
-
VIEW: APPS.MRPFV_REPLENISHMENT_SOURCES
12.2.2
-
VIEW: APPS.MRPFV_REPLENISHMENT_SOURCES
12.1.1
-
VIEW: APPS.INVFV_INTERORG_LEAD_TIMES
12.1.1
-
APPS.MSC_SATP_FUNC SQL Statements
12.1.1
-
View: MRP_ITEM_SR_LEVELS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ITEM_SR_LEVELS_V, object_name:MRP_ITEM_SR_LEVELS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Inventory items sources view , implementation_dba_data: APPS.MRP_ITEM_SR_LEVELS_V ,
-
VIEW: APPS.INVFV_INTERORG_LEAD_TIMES
12.2.2
-
View: WSH_TRANSIT_TIMES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_TRANSIT_TIMES_V, object_name:WSH_TRANSIT_TIMES_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_TRANSIT_TIMES_V ,
-
View: WSH_TRANSIT_TIMES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_TRANSIT_TIMES_V, object_name:WSH_TRANSIT_TIMES_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_TRANSIT_TIMES_V ,
-
View: MRP_ITEM_SR_LEVELS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ITEM_SR_LEVELS_V, object_name:MRP_ITEM_SR_LEVELS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Inventory items sources view , implementation_dba_data: APPS.MRP_ITEM_SR_LEVELS_V ,
-
PACKAGE BODY: APPS.MRP_SCATP_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MRP_SCATP_PVT, status:VALID,
-
PACKAGE BODY: APPS.RCV_INTRANSIT_SV
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:RCV_INTRANSIT_SV, status:VALID,
-
PACKAGE BODY: APPS.MRP_SCATP_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MRP_SCATP_PVT, status:VALID,