Search Results ship_to_site_name
Overview
The GMD_QC_E_CUST_SMPEVT_DTLS_V view is a customer-facing sampling event reporting object owned by the APPS schema within the Process Manufacturing Product Development (GMD) module of Oracle E-Business Suite. It exposes quality sampling events that originate from customer-initiated sources and enriches them with descriptive attributes drawn from Oracle's trading partner, order management, and human resources data models. Rather than surfacing raw foreign key identifiers, the view resolves those identifiers into business-friendly names such as the customer name, operating unit name, ship-to site name, order number, order type, and order line number.
This view is particularly relevant to reporting and integration scenarios where users need a consolidated, denormalized picture of quality sampling activity tied to a specific customer and sales order. Its defining filter, GSMPEVT.SOURCE = 'C', restricts the result set to sampling events flagged as customer-related, distinguishing them from internal or process-driven sampling events.
Underlying Base Objects
The view is defined over eight documented base objects. The driving table is GMD_SAMPLING_EVENTS, which supplies the sampling event ID and the foreign keys to customer, operating unit, ship-to site, order, and order line. The remaining objects participate through joins:
- HZ_PARTIES and HZ_CUST_ACCOUNTS_ALL — joined on
PARTY_IDandCUST_ACCOUNT_IDrespectively to resolve the customer identity. - HR_OPERATING_UNITS — an outer join on
ORGANIZATION_IDto derive the operating unit name. - HZ_CUST_SITE_USES_ALL — an outer join on
SITE_USE_IDto derive the ship-to site name. - OE_ORDER_HEADERS_ALL and OE_ORDER_LINES_ALL — outer joins on
HEADER_IDandLINE_IDto retrieve order and line context. - OE_TRANSACTION_TYPES — an outer join on
ORDER_TYPE_IDto resolve the transaction (order) type name.
Because most joins outside of the customer account relationship are outer joins, the view tolerates sampling events that lack an associated order, line, ship-to site, or operating unit, returning those columns as null.
Key Columns
- SAMPLING_EVENT_ID — the primary identifier of the sampling event, inherited directly from GMD_SAMPLING_EVENTS.
- CUSTOMER_NAME — the party name resolved from HZ_PARTIES, identifying the customer associated with the event.
- OPERATING_UNIT_NAME — the organizational unit name from HR_OPERATING_UNITS.
- SHIP_TO_SITE_NAME — the location/ship-to site description resolved from HZ_CUST_SITE_USES_ALL. This is the column most commonly used to associate sampling activity with a specific delivery destination.
- ORDER_NUMBER — the sales order number from OE_ORDER_HEADERS_ALL.
- ORDER_TYPE — the transaction type name from OE_TRANSACTION_TYPES.
- ORDER_LINE_NUMBER — the order line number from OE_ORDER_LINES_ALL.
Common Use Cases and Queries
Typical usage includes quality dashboards that summarize customer-linked sampling events, traceability reports linking a sample to a specific shipment destination, and extracts feeding downstream quality or logistics systems.
To locate sampling events for a given ship-to site:
SELECT sampling_event_id, customer_name, ship_to_site_name, order_number FROM apps.gmd_qc_e_cust_smpevt_dtls_v WHERE ship_to_site_name = :site_name;
To report all customer-originated sampling events against a sales order:
SELECT order_number, order_line_number, customer_name, ship_to_site_name FROM apps.gmd_qc_e_cust_smpevt_dtls_v WHERE order_number = :order_number ORDER BY order_line_number;
Because the view already constrains SOURCE = 'C', queries should not re-filter on source. Given the outer joins, consumers should expect nullable values in the order, operating unit, and ship-to columns and design reporting logic accordingly.
-
View: GMD_QC_E_CUST_SMPEVT_DTLS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_QC_E_CUST_SMPEVT_DTLS_V, object_name:GMD_QC_E_CUST_SMPEVT_DTLS_V, status:VALID, product: GMD - Process Manufacturing Product Development , implementation_dba_data: APPS.GMD_QC_E_CUST_SMPEVT_DTLS_V ,
-
View: GMD_QC_E_CUST_SAMPLE_DTLS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_QC_E_CUST_SAMPLE_DTLS_V, object_name:GMD_QC_E_CUST_SAMPLE_DTLS_V, status:VALID, product: GMD - Process Manufacturing Product Development , implementation_dba_data: APPS.GMD_QC_E_CUST_SAMPLE_DTLS_V ,
-
VIEW: APPS.GMD_QC_E_CUST_SMPEVT_DTLS_V
12.2.2
-
View: GMD_QC_E_CUST_SMPEVT_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_QC_E_CUST_SMPEVT_DTLS_V, object_name:GMD_QC_E_CUST_SMPEVT_DTLS_V, status:VALID, product: GMD - Process Manufacturing Product Development , implementation_dba_data: APPS.GMD_QC_E_CUST_SMPEVT_DTLS_V ,
-
View: GMD_QC_E_CUST_SAMPLE_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_QC_E_CUST_SAMPLE_DTLS_V, object_name:GMD_QC_E_CUST_SAMPLE_DTLS_V, status:VALID, product: GMD - Process Manufacturing Product Development , implementation_dba_data: APPS.GMD_QC_E_CUST_SAMPLE_DTLS_V ,
-
VIEW: APPS.GMD_QC_E_CUST_SMPEVT_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_QC_E_CUST_SMPEVT_DTLS_V, object_name:GMD_QC_E_CUST_SMPEVT_DTLS_V, status:VALID,
-
VIEW: APPS.GMD_QC_E_CUST_SAMPLE_DTLS_V
12.1.1
-
VIEW: APPS.GMD_QC_E_CUST_SAMPLE_DTLS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_QC_E_CUST_SAMPLE_DTLS_V, object_name:GMD_QC_E_CUST_SAMPLE_DTLS_V, status:VALID,
-
VIEW: APPS.GMD_QC_E_CUST_SAMPLE_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_QC_E_CUST_SAMPLE_DTLS_V, object_name:GMD_QC_E_CUST_SAMPLE_DTLS_V, status:VALID,
-
VIEW: APPS.GMD_QC_E_CUST_SMPEVT_DTLS_V
12.1.1
-
VIEW: APPS.GMD_QC_E_CUST_SAMPLE_DTLS_V
12.2.2
-
VIEW: APPS.GMD_QC_E_CUST_SMPEVT_DTLS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_QC_E_CUST_SMPEVT_DTLS_V, object_name:GMD_QC_E_CUST_SMPEVT_DTLS_V, status:VALID,
-
View: ECE_POO_SHIPMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_POO_SHIPMENTS_V, object_name:ECE_POO_SHIPMENTS_V, status:VALID, product: EC - e-Commerce Gateway , description: /*#* This view extracts shipment information* for the outbound Purchase Order (850/ORDERS) transaction.* @rep:scope private* @rep:product PO* @rep:lifecycle active* @rep:displayname Purchase Order Shipment View* @rep:category BUSINESS_ENTIT , implementation_dba_data: APPS.ECE_POO_SHIPMENTS_V ,
-
View: ECE_POCO_SHIPMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_POCO_SHIPMENTS_V, object_name:ECE_POCO_SHIPMENTS_V, status:VALID, product: EC - e-Commerce Gateway , description: This view extracts shipment informationfor the outbound Purchase Order Change (860/ORDCHG) transaction.@rep:scope private@rep:product PO@rep:lifecycle active@rep:displayname Purchase Order Change Shipment View@rep:category BUSINESS_ENTITY P , implementation_dba_data: APPS.ECE_POCO_SHIPMENTS_V ,
-
View: ECE_POCO_SHIPMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_POCO_SHIPMENTS_V, object_name:ECE_POCO_SHIPMENTS_V, status:VALID, product: EC - e-Commerce Gateway , description: This view extracts shipment informationfor the outbound Purchase Order Change (860/ORDCHG) transaction.@rep:scope private@rep:product PO@rep:lifecycle active@rep:displayname Purchase Order Change Shipment View@rep:category BUSINESS_ENTITY P , implementation_dba_data: APPS.ECE_POCO_SHIPMENTS_V ,
-
VIEW: APPS.ECE_POCO_SHIPMENTS_V
12.1.1
-
VIEW: APPS.ECE_POO_SHIPMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_POO_SHIPMENTS_V, object_name:ECE_POO_SHIPMENTS_V, status:VALID,
-
VIEW: APPS.ECE_POO_SHIPMENTS_V
12.1.1
-
VIEW: EC.ECE_PO_INTERFACE_SHIPMENTS#
12.2.2
-
View: PMITS_QC_SAMPLES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMITS_QC_SAMPLES_V, object_name:PMITS_QC_SAMPLES_V, status:VALID, product: PMI - Process Manufacturing Intelligence (Obsolete) , description: This view Provide Sample information , implementation_dba_data: APPS.PMITS_QC_SAMPLES_V ,
-
View: ECE_POO_SHIPMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_POO_SHIPMENTS_V, object_name:ECE_POO_SHIPMENTS_V, status:VALID, product: EC - e-Commerce Gateway , description: /*#* This view extracts shipment information* for the outbound Purchase Order (850/ORDERS) transaction.* @rep:scope private* @rep:product PO* @rep:lifecycle active* @rep:displayname Purchase Order Shipment View* @rep:category BUSINESS_ENTIT , implementation_dba_data: APPS.ECE_POO_SHIPMENTS_V ,
-
VIEW: APPS.ECE_POO_SHIPMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_POO_SHIPMENTS_V, object_name:ECE_POO_SHIPMENTS_V, status:VALID,
-
VIEW: APPS.ECE_POCO_SHIPMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_POCO_SHIPMENTS_V, object_name:ECE_POCO_SHIPMENTS_V, status:VALID,
-
VIEW: APPS.ECE_POCO_SHIPMENTS_V
12.2.2
-
VIEW: APPS.ECE_POO_SHIPMENTS_V
12.2.2
-
VIEW: APPS.ECE_POCO_SHIPMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_POCO_SHIPMENTS_V, object_name:ECE_POCO_SHIPMENTS_V, status:VALID,
-
View: PMITS_QC_SAMPLES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMITS_QC_SAMPLES_V, object_name:PMITS_QC_SAMPLES_V, status:VALID, product: PMI - Process Manufacturing Intelligence , description: This view Provide Sample information , implementation_dba_data: APPS.PMITS_QC_SAMPLES_V ,
-
APPS.GMD_QC_LABELS_UTIL SQL Statements
12.2.2
-
APPS.GMD_QC_LABELS_UTIL SQL Statements
12.1.1
-
VIEW: APPS.PMITS_QC_SAMPLES_V
12.1.1
-
VIEW: EC.ECE_PO_INTERFACE_HEADERS#
12.2.2
-
VIEW: APPS.PMITS_QC_SAMPLES_V
12.2.2
-
TYPE: SYSTEM.GMD_CUST_SPEC_VR_REC_TYPE
12.2.2
owner:SYSTEM, object_type:TYPE, object_name:GMD_CUST_SPEC_VR_REC_TYPE, status:VALID,
-
TYPE: SYSTEM.GMD_SAMPLING_EVENT_REC_TYPE
12.1.1
owner:SYSTEM, object_type:TYPE, object_name:GMD_SAMPLING_EVENT_REC_TYPE, status:VALID,
-
TYPE: SYSTEM.GMD_CUST_SPEC_VR_REC_TYPE
12.1.1
owner:SYSTEM, object_type:TYPE, object_name:GMD_CUST_SPEC_VR_REC_TYPE, status:VALID,
-
VIEW: APPS.PMITS_QC_SAMPLES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMITS_QC_SAMPLES_V, object_name:PMITS_QC_SAMPLES_V, status:VALID,
-
TYPE: SYSTEM.GMD_SAMPLING_EVENT_REC_TYPE
12.2.2
owner:SYSTEM, object_type:TYPE, object_name:GMD_SAMPLING_EVENT_REC_TYPE, status:VALID,
-
VIEW: APPS.PMITS_QC_SAMPLES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMITS_QC_SAMPLES_V, object_name:PMITS_QC_SAMPLES_V, status:VALID,
-
VIEW: EC.ECE_PO_INTERFACE_SHIPMENTS#
12.2.2
owner:EC, object_type:VIEW, object_name:ECE_PO_INTERFACE_SHIPMENTS#, status:VALID,
-
VIEW: APPS.MSC_ORDERS_COL_V
12.1.1
owner:APPS, object_type:VIEW, object_name:MSC_ORDERS_COL_V, status:VALID,
-
VIEW: APPS.MSC_PEGGING_DEMAND_V
12.2.2
owner:APPS, object_type:VIEW, object_name:MSC_PEGGING_DEMAND_V, status:VALID,
-
VIEW: APPS.MSC_ORDERS_DRP_COL_V
12.2.2
owner:APPS, object_type:VIEW, object_name:MSC_ORDERS_DRP_COL_V, status:VALID,
-
VIEW: APPS.MSC_PEGGING_SUPPLY_V3
12.2.2
owner:APPS, object_type:VIEW, object_name:MSC_PEGGING_SUPPLY_V3, status:VALID,
-
VIEW: APPS.MSC_ORDERS_COL_V
12.2.2
owner:APPS, object_type:VIEW, object_name:MSC_ORDERS_COL_V, status:VALID,
-
VIEW: APPS.MSC_PEGGING_SUPPLY_V
12.2.2
owner:APPS, object_type:VIEW, object_name:MSC_PEGGING_SUPPLY_V, status:VALID,
-
VIEW: APPS.MSC_ORDERS_DRP_COL_V
12.1.1
owner:APPS, object_type:VIEW, object_name:MSC_ORDERS_DRP_COL_V, status:VALID,
-
VIEW: APPS.MSC_ORDERS_RP_V
12.2.2
owner:APPS, object_type:VIEW, object_name:MSC_ORDERS_RP_V, status:VALID,
-
VIEW: APPS.MSC_ORDERS_DRP_V
12.1.1
owner:APPS, object_type:VIEW, object_name:MSC_ORDERS_DRP_V, status:VALID,
-
VIEW: APPS.MSC_ORDERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MSC.MSC_ORDERS_V, object_name:MSC_ORDERS_V, status:VALID,
-
VIEW: APPS.MSC_ORDERS_DRP_V
12.2.2
owner:APPS, object_type:VIEW, object_name:MSC_ORDERS_DRP_V, status:VALID,