Search Results shipping_method
Overview
ASO_I_SHIPPING_METHODS_V is a VALID Oracle E-Business Suite view owned by the APPS schema, registered under FND Design Data as ASO.ASO_I_SHIPPING_METHODS_V. It is classified as an internal view type, and the ETRM documentation carries the standard Oracle Internal Use Only advisory: Oracle Corporation does not support access to applications data through this object except from standard Oracle Applications programs. In practice, this means the view exists to support Oracle's own shipping and fulfillment processing logic rather than as a sanctioned public interface.
The view presents a denormalized, reporting-friendly list of shipping methods available to the Order Management and Shipping Execution functional areas. Each row combines the human-readable shipping method name with its underlying lookup code and a longer description, sourced from the shipping method lookup values maintained in Oracle Order Management. Its principal role is to give internal Oracle code a stable, read-only projection of shipping methods without requiring direct joins to lookup tables at runtime. Because it exposes a compact, code-and-description pairing, it is also a convenient reference for reporting and integration where a validated list of shipping methods is required.
Underlying Base Objects
Per the documented dependency information, ASO_I_SHIPPING_METHODS_V is defined over a single referenced base object: OE_SHIP_METHODS_V, itself a view owned by APPS. The view therefore acts as a thin, curated layer above the Order Management shipping methods view, inheriting its filtering and semantics rather than reading base tables directly.
On the consuming side, ASO_I_SHIPPING_METHODS_V is referenced by ASO_SHIPMENTS_BALI_V, confirming its role in the shipping/fulfillment data chain. Data is ultimately derived from shipping method lookup values of lookup type 'SHIPPING_METHOD' in OE_LOOKUPS, which supplies the meaning, lookup code, and description exposed through the query text.
Key Columns
- SHIPPING_METHOD (VARCHAR2, 80): The meaning, or display name, of the shipping method from OE_LOOKUPS for lookup type 'SHIPPING_METHOD'. This is the value typically shown to users.
- SHIPPING_METHOD_CODE (VARCHAR2, 30): The lookup code from OE_LOOKUPS for the same lookup type. This is the short code used for programmatic identification and validation.
- DESCRIPTION (VARCHAR2, 240): The description from OE_LOOKUPS for the lookup type 'SHIPPING_METHOD', providing extended explanatory text.
All three columns are non-mandatory at the view level, permitting nulls where lookup data is incomplete.
Common Use Cases and Queries
The view is most often used to populate shipping method lists in reports, interfaces, and validation routines. A typical retrieval of all available methods is straightforward:
SELECT SHIPPING_METHOD, SHIPPING_METHOD_CODE, DESCRIPTION FROM APPS.ASO_I_SHIPPING_METHODS_V;
A common refinement is to resolve a stored code back to its display name, for example: SELECT SHIPPING_METHOD FROM APPS.ASO_I_SHIPPING_METHODS_V WHERE SHIPPING_METHOD_CODE = :p_code; This pattern appears in validation logic that must confirm a submitted shipping method code is active before persisting it.
Because the view is documented as internal and unsupported for direct external access, any custom report or interface should treat it as a read-only reference and be aware that Oracle may change its definition between releases. Where possible, confirm current behavior against your specific 12.1.1 or 12.2.2 instance before relying on it in production customizations.
-
Lookup Type: SHIPPING_METHOD
12.1.1
product: OE - Order Entry , meaning: Meaning N/A for : SHIPPING_METHOD , description: Shipping method ,
-
Lookup Type: SHIPPING_METHOD
12.2.2
product: ONT - Order Management , meaning: Meaning N/A for : SHIPPING_METHOD , description: Shipping method ,
-
Lookup Type: SHIPPING_METHOD
12.1.1
product: ONT - Order Management , meaning: Meaning N/A for : SHIPPING_METHOD , description: Shipping method ,
-
Lookup Type: SHIPPING_METHOD
12.2.2
product: OE - Order Entry , meaning: Meaning N/A for : SHIPPING_METHOD , description: Shipping method ,
-
VIEW: APPS.ASO_I_SHIPPING_METHODS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_SHIPPING_METHODS_V, object_name:ASO_I_SHIPPING_METHODS_V, status:VALID,
-
VIEW: APPS.ASO_I_SHIPPING_METHODS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_SHIPPING_METHODS_V, object_name:ASO_I_SHIPPING_METHODS_V, status:VALID,
-
VIEW: CSP.CSP_CARRIER_DELIVERY_TIMES#
12.2.2
-
VIEW: FTE.FTE_SHIPMENT_STATUS_HEADERS#
12.2.2
-
VIEW: APPS.ASO_I_SHIPPING_METHODS_V
12.1.1
-
View: ASO_I_SHIPPING_METHODS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_SHIPPING_METHODS_V, object_name:ASO_I_SHIPPING_METHODS_V, status:VALID, product: ASO - Order Capture , description: view used to retrieve all valid shipping methods , implementation_dba_data: APPS.ASO_I_SHIPPING_METHODS_V ,
-
View: ASO_I_SHIPPING_METHODS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_SHIPPING_METHODS_V, object_name:ASO_I_SHIPPING_METHODS_V, status:VALID, product: ASO - Order Capture , description: view used to retrieve all valid shipping methods , implementation_dba_data: APPS.ASO_I_SHIPPING_METHODS_V ,
-
VIEW: CSM.CSF_M_DEBRIEF_PARTS_INQ#
12.2.2
-
VIEW: APPS.ASO_I_SHIPPING_METHODS_V
12.2.2
-
VIEW: APPS.CSP_DC_PARTS_V
12.2.2
-
APPS.CSP_PART_SEARCH_PVT SQL Statements
12.2.2
-
VIEW: APPS.IBE_MSITE_INFORMATION_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:IBE_MSITE_INFORMATION_DFV, status:VALID,
-
VIEW: APPS.IBE_MSITE_INFORMATION_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:IBE_MSITE_INFORMATION_DFV, status:VALID,
-
VIEW: APPS.MRPBV_REPLENISHMENT_SOURCES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_REPLENISHMENT_SOURCES, object_name:MRPBV_REPLENISHMENT_SOURCES, status:VALID,
-
VIEW: CSF.CSF_DEBRIEF_LINES#
12.2.2
-
VIEW: APPS.MRPBV_REPLENISHMENT_SOURCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_REPLENISHMENT_SOURCES, object_name:MRPBV_REPLENISHMENT_SOURCES, status:VALID,
-
VIEW: PON.PON_AUCTION_TEMPLATES#
12.2.2
-
VIEW: APPS.CSP_SHIPPING_DETAILS_V
12.2.2
-
VIEW: APPS.MRPFV_REPLENISHMENT_SOURCES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_REPLENISHMENT_SOURCES, object_name:MRPFV_REPLENISHMENT_SOURCES, status:VALID,
-
VIEW: APPS.AST_COLLTRL_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_COLLTRL_HISTORY_V, object_name:AST_COLLTRL_HISTORY_V, status:VALID,
-
VIEW: APPS.MRPFV_REPLENISHMENT_SOURCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_REPLENISHMENT_SOURCES, object_name:MRPFV_REPLENISHMENT_SOURCES, status:VALID,
-
TABLE: CSP.CSP_CARRIER_DELIVERY_TIMES
12.1.1
owner:CSP, object_type:TABLE, fnd_design_data:CSP.CSP_CARRIER_DELIVERY_TIMES, object_name:CSP_CARRIER_DELIVERY_TIMES, status:VALID,
-
VIEW: APPS.AST_COLLTRL_HISTORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_COLLTRL_HISTORY_V, object_name:AST_COLLTRL_HISTORY_V, 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: OE_BLKTPRT_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_BLKTPRT_LINES_V, object_name:OE_BLKTPRT_LINES_V, status:VALID, product: ONT - Order Management , description: This view is used to print the blanket lines information from the blanket sales agreement , implementation_dba_data: APPS.OE_BLKTPRT_LINES_V ,
-
VIEW: APPS.OE_BLKTPRT_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_BLKTPRT_LINES_V, object_name:OE_BLKTPRT_LINES_V, status:VALID,
-
VIEW: APPS.CSP_DC_PARTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_DC_PARTS_V, object_name:CSP_DC_PARTS_V, status:VALID,
-
VIEW: CSP.CSP_CARRIER_DELIVERY_TIMES#
12.2.2
owner:CSP, object_type:VIEW, object_name:CSP_CARRIER_DELIVERY_TIMES#, status:VALID,
-
TABLE: CSP.CSP_AVAILABLE_PARTS_TEMP
12.2.2
owner:CSP, object_type:TABLE, fnd_design_data:CSP.CSP_AVAILABLE_PARTS_TEMP, object_name:CSP_AVAILABLE_PARTS_TEMP, status:VALID,
-
VIEW: APPS.OE_BLKTPRT_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_BLKTPRT_LINES_V, object_name:OE_BLKTPRT_LINES_V, status:VALID,
-
View: OE_BLKTPRT_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_BLKTPRT_LINES_V, object_name:OE_BLKTPRT_LINES_V, status:VALID, product: ONT - Order Management , description: This view is used to print the blanket lines information from the blanket sales agreement , implementation_dba_data: APPS.OE_BLKTPRT_LINES_V ,
-
VIEW: APPS.MSC_PDR_RESOURCE_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PDR_RESOURCE_DETAILS_V, object_name:MSC_PDR_RESOURCE_DETAILS_V, status:VALID,
-
Lookup Type: ASO_TSN_TYPE
12.1.1
product: ASO - Order Capture , meaning: ASO : Terms Substitution Type , description: Determines whether type is ship method, payment term or freight term. ,
-
TABLE: CSP.CSP_CARRIER_DELIVERY_TIMES
12.2.2
owner:CSP, object_type:TABLE, fnd_design_data:CSP.CSP_CARRIER_DELIVERY_TIMES, object_name:CSP_CARRIER_DELIVERY_TIMES, status:VALID,
-
VIEW: APPS.MSC_PDR_RESOURCE_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_PDR_RESOURCE_DETAILS_V, object_name:MSC_PDR_RESOURCE_DETAILS_V, status:VALID,
-
VIEW: APPS.OE_BLKTPRT_LINES_V
12.1.1
-
VIEW: APPS.OE_BLKTPRT_LINES_V
12.2.2
-
Lookup Type: ASO_TSN_TYPE
12.2.2
product: ASO - Order Capture , meaning: ASO : Terms Substitution Type , description: Determines whether type is ship method, payment term or freight term. ,
-
VIEW: EC.ECE_PO_INTERFACE_SHIPMENTS#
12.2.2
-
View: MRPBV_REPLENISHMENT_SOURCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_REPLENISHMENT_SOURCES, object_name:MRPBV_REPLENISHMENT_SOURCES, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_REPLENISHMENT_SOURCES ,
-
View: MRPBV_REPLENISHMENT_SOURCES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_REPLENISHMENT_SOURCES, object_name:MRPBV_REPLENISHMENT_SOURCES, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_REPLENISHMENT_SOURCES ,
-
VIEW: CSM.CSF_M_DEBRIEF_PARTS_INQ#
12.2.2
owner:CSM, object_type:VIEW, object_name:CSF_M_DEBRIEF_PARTS_INQ#, status:VALID,
-
VIEW: APPS.OE_PC_VTMPLT_COLS_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:OE_PC_VTMPLT_COLS_DFV, status:VALID,
-
VIEW: FTE.FTE_SHIPMENT_STATUS_HEADERS#
12.2.2
owner:FTE, object_type:VIEW, object_name:FTE_SHIPMENT_STATUS_HEADERS#, status:VALID,
-
VIEW: APPS.OE_PC_VTMPLT_COLS_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:OE_PC_VTMPLT_COLS_DFV, status:VALID,
-
VIEW: CSF.CSF_DEBRIEF_LINES#
12.2.2
owner:CSF, object_type:VIEW, object_name:CSF_DEBRIEF_LINES#, status:VALID,