Search Results pooled_ship_to
Overview
WSH_DELIVERY_TEMPLATES_V is a reporting and inquiry view in Oracle E-Business Suite that exposes delivery template definitions used by Oracle Shipping and Order Management. Delivery templates allow planners and shipping personnel to predefine recurring delivery schedules, departure templates, and the ship-to routing hierarchy (customer, ultimate ship-to, intermediate ship-to, and pooled ship-to) associated with consolidated or pooled outbound shipments. The view is catalogued under the OE – Order Entry product grouping and is primarily consumed by reporting, integration, and inquiry routines that need to resolve delivery template identifiers and their associated location names without joining the base shipping tables directly.
The view is significant for users searching on the column pooled_ship_to, because it denormalizes the pooled ship-to location into a single readable value derived from the RA_SITE_USES_ALL table, removing the need to resolve the ship-to identifier manually. In ETRM metadata for 12.2.2, the object lists no referenced base objects and is marked "Not implemented in this database," indicating that the view is defined at the application layer and may not exist in every environment or schema against which the documentation was generated. In practice it is created in the APPS schema and accessible to reporting users and concurrent programs.
Underlying Base Objects
The view is defined over a join of four documented base objects:
- WSH_DELIVERY_TEMPLATES WDELT — the primary driving table holding the delivery template header, including organization, name, planned departure template, sequencing, and the three ship-to identifiers.
- WSH_DEPARTURE_TEMPLATES WDEPT — supplies the planned departure template name (PLANNED_DEP_TEMPLATE_NAME).
- RA_CUSTOMERS RC — supplies the customer name associated with the template.
- RA_SITE_USES_ALL RSUA1, RSUA2, RSUA3 — three aliases of the site uses table that resolve the ultimate ship-to, intermediate ship-to, and pooled ship-to location values respectively.
The join is rooted on the delivery template record and extends outward to resolve descriptive names for the customer and each ship-to level. This structure enables a single-row result per delivery template, with all three location names available as text.
Key Columns
- DELIVERY_TEMPLATE_ID / NAME / ORGANIZATION_ID — the template's unique identifier, user-defined name, and owning inventory organization.
- PLANNED_DEP_TEMPLATE_ID / PLANNED_DEP_TEMPLATE_NAME — the linked departure template and its description.
- CUSTOMER_ID / CUSTOMER_NAME — the customer tied to the template.
- ULTIMATE_SHIP_TO_ID / ULTIMATE_SHIP_TO — the final consignee location.
- INTERMEDIATE_SHIP_TO_ID / INTERMEDIATE_SHIP_TO — any intermediate destination in a multi-leg routing.
- POOLED_SHIP_TO_ID / POOLED_SHIP_TO — the pooled ship-to location, resolved from the third RA_SITE_USES_ALL alias.
- LOADING_ORDER_FLAG, SEQUENCE_NUMBER, WEIGHT_UOM_CODE, VOLUME_UOM_CODE — sequencing, loading behavior, and unit-of-measure defaults.
- EXPECTED_ARRIVAL_DAY/HOUR/MIN_OFFSET, PLANNED_FREQUENCY, PLANNED_DAY, PLANNED_TIME — scheduling attributes controlling expected arrival timing and recurrence.
- ATTRIBUTE1–15, GLOBAL_ATTRIBUTE1–20 — descriptive flexfield columns for extensibility.
- CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN, PROGRAM_*, REQUEST_ID — standard audit and concurrent program context columns.
Common Use Cases and Queries
The most frequent use is resolving the pooled ship-to name for a given template or reporting on routing configuration. For example, to list templates and their pooled destinations:
SELECT name, organization_id, customer_name, pooled_ship_to
FROM wsh_delivery_templates_v
WHERE pooled_ship_to IS NOT NULL;
To identify templates linked to a specific customer and review all routing levels:
SELECT name, customer_name, ultimate_ship_to, intermediate_ship_to, pooled_ship_to
FROM wsh_delivery_templates_v
WHERE customer_id = :p_customer_id;
It is also used to validate scheduled templates by planned frequency:
SELECT name, planned_frequency, planned_day, planned_time, expected_arrival_day_offset
FROM wsh_delivery_templates_v
WHERE organization_id = :p_org_id;
Integrations often query the view to populate downstream systems with template-to-location mappings without performing separate joins to RA_SITE_USES_ALL. Because the view spans shipping and receivables base objects, organizations should confirm that the view exists and is valid in the target environment before relying on it in custom code, per the ETRM note that it was not implemented in the documented database.
-
View: WSH_DELIVERY_TEMPLATES_V
12.1.1
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: WSH_DELIVERY_TEMPLATES_V
12.2.2
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.QA_ERES_WSH_NEW_DELIVERIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_ERES_WSH_NEW_DELIVERIES_V, object_name:QA_ERES_WSH_NEW_DELIVERIES_V, status:VALID,
-
View: WSHFV_DELIVERY
12.1.1
product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: WSHFV_DELIVERY
12.2.2
product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: WSH_DELIVERIES_V
12.1.1
product: OE - Order Entry , description: Deliveries for departure planning or ship confirm , implementation_dba_data: Not implemented in this database ,
-
View: WSH_DELIVERIES_V
12.2.2
product: OE - Order Entry , description: Deliveries for departure planning or ship confirm , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.QA_ERES_WSH_NEW_DELIVERIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_ERES_WSH_NEW_DELIVERIES_V, object_name:QA_ERES_WSH_NEW_DELIVERIES_V, status:VALID,
-
View: QA_ERES_WSH_NEW_DELIVERIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_ERES_WSH_NEW_DELIVERIES_V, object_name:QA_ERES_WSH_NEW_DELIVERIES_V, status:VALID, product: QA - Quality , description: shipping delivery electronic record , implementation_dba_data: APPS.QA_ERES_WSH_NEW_DELIVERIES_V ,
-
View: QA_ERES_WSH_NEW_DELIVERIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_ERES_WSH_NEW_DELIVERIES_V, object_name:QA_ERES_WSH_NEW_DELIVERIES_V, status:VALID, product: QA - Quality , description: shipping delivery electronic record , implementation_dba_data: APPS.QA_ERES_WSH_NEW_DELIVERIES_V ,
-
View: WSH_DELIVERY_LINES_DPW_V
12.2.2
product: OE - Order Entry , description: Delivery lines for Departure Planning Workbench , implementation_dba_data: Not implemented in this database ,
-
View: WSH_DELIVERY_LINES_DPW_V
12.1.1
product: OE - Order Entry , description: Delivery lines for Departure Planning Workbench , implementation_dba_data: Not implemented in this database ,
-
eTRM - QA Tables and Views
12.1.1
description: Define information on applicability of a collection plan for a Quality Collection transaction ,
-
eTRM - QA Tables and Views
12.2.2
description: Define information on applicability of a collection plan for a Quality Collection transaction ,