Search Results destination_type
Overview
APPS.WSH_TRANSIT_TIMES_V is a reporting and integration view within the Oracle E-Business Suite Shipping (WSH) module. It presents a distinct set of origin and destination location, region, and type combinations used to define inter-organization shipping methods and their associated transit times. Rather than exposing raw transactional data, the view delivers a normalized, de-duplicated representation of the location matrix that governs transit time calculations between inventory organizations.
In Oracle EBS 12.1.1 and 12.2.2, transit times are a critical input for planning, order promising, and inter-org transfer scheduling. This view allows reporting tools, custom concurrent programs, and integrations to retrieve valid origin/destination pairings without querying the base shipping method table directly. Because it applies DISTINCT and NVL logic, it simplifies downstream consumption by ensuring each combination appears once and by defaulting null type indicators.
Underlying Base Objects
The view is defined over a single base object, referenced through a synonym:
- MTL_INTERORG_SHIP_METHODS (accessed via synonym) — the base table storing inter-organization shipping method assignments, including shipping method, from/to locations, and origin/destination type and region information.
The view is a straightforward projection of selected columns from this table, wrapped in a SELECT DISTINCT. It introduces no joins and no aggregations. The NVL functions applied to DESTINATION_TYPE and ORIGIN_TYPE substitute a default value of 'L' (typically indicating a Location-level entry) whenever the underlying column is null. Because the view is owned by APPS and defined on a synonym, it is accessible to any user or responsibility granted the appropriate privileges.
Key Columns
- FROM_LOCATION_ID — Identifier of the originating inventory location for the shipping method.
- ORIGIN_TYPE — Classification of the origin, defaulted to
'L'viaNVLwhen null. This column was the specific term searched by the user and distinguishes how the origin is interpreted (for example, location versus region). - FROM_REGION_ID — Identifier of the originating region when the origin is defined at a regional level.
- TO_LOCATION_ID — Identifier of the destination inventory location.
- DESTINATION_TYPE — Classification of the destination, defaulted to
'L'viaNVLwhen null. - TO_REGION_ID — Identifier of the destination region when the destination is defined at a regional level.
Each row therefore represents a unique origin/destination tuple, with type indicators resolved and region columns available to support geographic transit modeling.
Common Use Cases and Queries
Typical scenarios include validating configured inter-org transit lanes, populating planning parameters, and driving integrations that require a list of supported origin/destination pairs. The following example filters on the origin type indicator, directly addressing the "origin_type" search:
SELECT from_location_id, origin_type, from_region_id,
to_location_id, destination_type, to_region_id
FROM apps.wsh_transit_times_v
WHERE origin_type = 'L';
A second common query retrieves all lanes involving a specific region:
SELECT from_location_id, from_region_id, to_location_id, to_region_id
FROM apps.wsh_transit_times_v
WHERE from_region_id = :p_region_id
OR to_region_id = :p_region_id;
Because the view is distinct and free of joins, it performs efficiently for these lookups and is well suited to embedded LOVs, BI Publisher data sets, and custom PL/SQL validation routines operating on inter-organization shipping configurations.
-
VIEW: APPS.WSH_TRANSIT_TIMES_V
12.1.1
-
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: APPS.WSH_TRANSIT_TIMES_V
12.2.2
-
VIEW: CS.CS_KB_AUTOLINKS_B#
12.2.2
-
VIEW: INV.MTL_INTERORG_SHIP_METHODS#
12.2.2
-
VIEW: SYS.ALL_SCHEDULER_DESTS
12.1.1
-
VIEW: SYS.CDB_SCHEDULER_DESTS
12.2.2
-
View: PO_CXML_DELIVERTO_ARCH_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_CXML_DELIVERTO_ARCH_V, object_name:PO_CXML_DELIVERTO_ARCH_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_CXML_DELIVERTO_ARCH_V ,
-
VIEW: SYS.ALL_SCHEDULER_DESTS
12.2.2
-
VIEW: SYS.CDB_SCHEDULER_DESTS
12.1.1
-
VIEW: APPS.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,
-
View: PO_CXML_DELIVERTO_ARCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_CXML_DELIVERTO_ARCH_V, object_name:PO_CXML_DELIVERTO_ARCH_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_CXML_DELIVERTO_ARCH_V ,
-
VIEW: SYS.ALL_SCHEDULER_DESTS
12.2.2
owner:SYS, object_type:VIEW, object_name:ALL_SCHEDULER_DESTS, status:VALID,
-
VIEW: SYS.USER_SCHEDULER_DESTS
12.1.1
owner:SYS, object_type:VIEW, object_name:USER_SCHEDULER_DESTS, status:VALID,
-
VIEW: SYS.CDB_SCHEDULER_DESTS
12.1.1
owner:SYS, object_type:VIEW, object_name:CDB_SCHEDULER_DESTS, status:VALID,
-
VIEW: SYS.DBA_SCHEDULER_DESTS
12.1.1
owner:SYS, object_type:VIEW, object_name:DBA_SCHEDULER_DESTS, status:VALID,
-
View: ITG_PO_DISTRBN_ARCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ITG.ITG_PO_DISTRBN_ARCH_V, object_name:ITG_PO_DISTRBN_ARCH_V, status:VALID, product: ITG - Internet Procurement Enterprise Connector , description: Used for XML mapping in the distribution level , implementation_dba_data: APPS.ITG_PO_DISTRBN_ARCH_V ,
-
VIEW: APPS.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,
-
VIEW: APPS.CSP_SHIPPING_DETAILS_V
12.2.2
-
VIEW: APPS.PO_CXML_DELIVERTO_ARCH_V
12.2.2
-
VIEW: SYS.DBA_SCHEDULER_DESTS
12.2.2
owner:SYS, object_type:VIEW, object_name:DBA_SCHEDULER_DESTS, status:VALID,
-
VIEW: SYS.USER_SCHEDULER_DESTS
12.2.2
owner:SYS, object_type:VIEW, object_name:USER_SCHEDULER_DESTS, status:VALID,
-
VIEW: SYS.ALL_SCHEDULER_DESTS
12.1.1
owner:SYS, object_type:VIEW, object_name:ALL_SCHEDULER_DESTS, status:VALID,
-
VIEW: APPS.PO_CXML_DELIVERTO_ARCH_V
12.1.1
-
VIEW: SYS.CDB_SCHEDULER_DESTS
12.2.2
owner:SYS, object_type:VIEW, object_name:CDB_SCHEDULER_DESTS, status:VALID,
-
View: OKE_DTS_SEARCH_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_DTS_SEARCH_LOV_V, object_name:OKE_DTS_SEARCH_LOV_V, status:VALID, product: OKE - Project Contracts , implementation_dba_data: APPS.OKE_DTS_SEARCH_LOV_V ,
-
View: ITG_PO_DISTRBN_ARCH_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ITG.ITG_PO_DISTRBN_ARCH_V, object_name:ITG_PO_DISTRBN_ARCH_V, status:VALID, product: ITG - Internet Procurement Enterprise Connector , description: Used for XML mapping in the distribution level , implementation_dba_data: APPS.ITG_PO_DISTRBN_ARCH_V ,
-
VIEW: APPS.OKE_DTS_SEARCH_LOV_V
12.2.2
-
VIEW: APPS.RCV_DISTRIBUTIONS_PRINT_REQ
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_DISTRIBUTIONS_PRINT_REQ, object_name:RCV_DISTRIBUTIONS_PRINT_REQ, status:VALID,
-
VIEW: APPS.OKE_DTS_SEARCH_LOV_V
12.1.1
-
View: JAI_RCV_ACCT_DIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_RCV_ACCT_DIST_V, object_name:JAI_RCV_ACCT_DIST_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_RCV_ACCT_DIST_V ,
-
VIEW: APPS.RCV_DISTRIBUTIONS_PRINT_INV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_DISTRIBUTIONS_PRINT_INV, object_name:RCV_DISTRIBUTIONS_PRINT_INV, status:VALID,
-
VIEW: APPS.RCV_DISTRIBUTIONS_PRINT_INV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_DISTRIBUTIONS_PRINT_INV, object_name:RCV_DISTRIBUTIONS_PRINT_INV, status:VALID,
-
VIEW: APPS.CSP_SHIPPING_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, object_name:CSP_SHIPPING_DETAILS_V, status:VALID,
-
VIEW: APPS.ITG_PO_DISTRBN_ARCH_V
12.2.2
-
VIEW: APPS.RCV_DISTRIBUTIONS_PRINT_PO
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_DISTRIBUTIONS_PRINT_PO, object_name:RCV_DISTRIBUTIONS_PRINT_PO, status:VALID,
-
VIEW: APPS.PO_CXML_DELIVERTO_ARCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_CXML_DELIVERTO_ARCH_V, object_name:PO_CXML_DELIVERTO_ARCH_V, status:VALID,
-
VIEW: APPS.RCV_DISTRIBUTIONS_PRINT
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_DISTRIBUTIONS_PRINT, object_name:RCV_DISTRIBUTIONS_PRINT, status:VALID,
-
View: OKE_DTS_SEARCH_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_DTS_SEARCH_LOV_V, object_name:OKE_DTS_SEARCH_LOV_V, status:VALID, product: OKE - Project Contracts , implementation_dba_data: APPS.OKE_DTS_SEARCH_LOV_V ,
-
VIEW: APPS.ITG_PO_DISTRBN_ARCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ITG.ITG_PO_DISTRBN_ARCH_V, object_name:ITG_PO_DISTRBN_ARCH_V, status:VALID,
-
View: RCV_RECEIVING_ACCT_DISTR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_RECEIVING_ACCT_DISTR_V, object_name:RCV_RECEIVING_ACCT_DISTR_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted - Retrofitted , implementation_dba_data: APPS.RCV_RECEIVING_ACCT_DISTR_V ,
-
VIEW: APPS.RCV_DISTRIBUTIONS_PRINT_REQ
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_DISTRIBUTIONS_PRINT_REQ, object_name:RCV_DISTRIBUTIONS_PRINT_REQ, status:VALID,
-
VIEW: APPS.PO_DISTRIBUTIONS_PRINT
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_DISTRIBUTIONS_PRINT, object_name:PO_DISTRIBUTIONS_PRINT, status:VALID,
-
View: POS_RCV_RETURNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_RCV_RETURNS_V, object_name:POS_RCV_RETURNS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_RCV_RETURNS_V ,
-
VIEW: APPS.ITG_PO_DISTRBN_ARCH_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ITG.ITG_PO_DISTRBN_ARCH_V, object_name:ITG_PO_DISTRBN_ARCH_V, status:VALID,
-
VIEW: INV.MTL_INTERORG_SHIP_METHODS#
12.2.2
owner:INV, object_type:VIEW, object_name:MTL_INTERORG_SHIP_METHODS#, status:VALID,
-
View: RCV_REC_ACCT_DISTR_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_REC_ACCT_DISTR_MRC_V, object_name:RCV_REC_ACCT_DISTR_MRC_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.RCV_REC_ACCT_DISTR_MRC_V ,
-
VIEW: APPS.JAI_RCV_ACCT_DIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_RCV_ACCT_DIST_V, object_name:JAI_RCV_ACCT_DIST_V, status:VALID,
-
View: RCV_REC_ACCT_DISTR_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_REC_ACCT_DISTR_MRC_V, object_name:RCV_REC_ACCT_DISTR_MRC_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.RCV_REC_ACCT_DISTR_MRC_V ,