Search Results gmd_qc_e_supp_sample_dtls_v
Overview
GMD_QC_E_SUPP_SAMPLE_DTLS_V is a critical reporting view within the Oracle E-Business Suite (EBS) Process Manufacturing (GMD) module, specifically focused on Product Development and Quality Control. The view provides a consolidated, denormalized perspective of supplier-related quality sample records. It serves as a bridge between the Quality module's sample tracking and the Procurement and Receiving sub-ledgers. By joining sample data with purchasing and receiving information, this view enables quality managers and supply chain analysts to trace a specific quality sample directly back to its originating purchase order (PO) and receipt. The inclusion of the RECEIPT_LINE_NUMBER and PO_LINE_NUMBER columns makes it an essential tool for reconciling quality inspections with physical inventory movements, ensuring that supplier quality issues can be pinpointed to exact shipment lines.
Underlying Base Objects
The view is defined over a complex join of several key EBS tables and views, primarily located in the APPS schema. The core driving table is GMD_SAMPLES (synonym for the base sample table), which holds the quality sample header information. It is joined to procurement entities including PO_VENDORS and PO_VENDOR_SITES_ALL to retrieve supplier details, and PO_HEADERS_ALL and PO_LINES_ALL to capture PO context. Receiving information is sourced from RCV_SHIPMENT_HEADERS and RCV_SHIPMENT_LINES. Operational unit data is derived from HR_OPERATING_UNITS, and inventory organization details are fetched from MTL_PARAMETERS. The view employs outer joins (indicated by (+)) on the PO and RCV tables, meaning that a quality sample will still appear even if it is not yet linked to a PO or receipt. The join condition GSMP.SOURCE = 'S' restricts the view to supplier-sourced samples only.
Key Columns
The view exposes a focused set of columns that map the quality sample lifecycle:
- SAMPLE_ID: The unique identifier for the quality sample from GMD_SAMPLES.
- SUPPLIER_CODE, SUPPLIER_NAME, SUPPLIER_SITE: Identify the vendor and specific site associated with the sample.
- PO_NUMBER, PO_LINE_NUMBER: The purchasing document number and its line, providing procurement context.
- RECEIPT_NUMBER, RECEIPT_LINE_NUMBER: The receiving transaction number and the specific line on that receipt. The
receipt_line_numberis critical for identifying which item on a multi-line receipt was sampled. - SUPPLIER_OPERATING_UNIT: The name of the HR operating unit responsible for the supplier relationship.
- ORGANIZATION_ID, ORGANIZATION_CODE: The inventory organization where the sample or associated receipt is processed.
Common Use Cases and Queries
This view is typically used in quality assurance reports, supplier scorecards, and receiving discrepancy inquiries. A common requirement is to list all supplier quality samples alongside their receipt details to investigate a specific receipt line. The following query demonstrates retrieving samples for a given receipt number:
SELECT sample_id, supplier_name, po_number, receipt_number, receipt_line_number, organization_code
FROM apps.gmd_qc_e_supp_sample_dtls_v
WHERE receipt_number = :p_receipt_num;
Another frequent use case is analyzing supplier quality by operating unit, which can be achieved by grouping on SUPPLIER_OPERATING_UNIT and counting sample occurrences. The view is also useful for integration with external quality systems, as it provides a flat, query-friendly structure that avoids the complexity of joining the underlying transactional tables directly. Because the view includes outer joins, users should be aware that PO_NUMBER or RECEIPT_NUMBER may be null for samples that are not yet tied to a procurement or receiving transaction.
-
View: GMD_QC_E_SUPP_SAMPLE_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_QC_E_SUPP_SAMPLE_DTLS_V, object_name:GMD_QC_E_SUPP_SAMPLE_DTLS_V, status:VALID, product: GMD - Process Manufacturing Product Development , implementation_dba_data: APPS.GMD_QC_E_SUPP_SAMPLE_DTLS_V ,
-
View: GMD_QC_E_SUPP_SAMPLE_DTLS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_QC_E_SUPP_SAMPLE_DTLS_V, object_name:GMD_QC_E_SUPP_SAMPLE_DTLS_V, status:VALID, product: GMD - Process Manufacturing Product Development , implementation_dba_data: APPS.GMD_QC_E_SUPP_SAMPLE_DTLS_V ,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.GMD_QC_E_SUPP_SAMPLE_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_QC_E_SUPP_SAMPLE_DTLS_V, object_name:GMD_QC_E_SUPP_SAMPLE_DTLS_V, status:VALID,
-
VIEW: APPS.GMD_QC_E_SUPP_SAMPLE_DTLS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_QC_E_SUPP_SAMPLE_DTLS_V, object_name:GMD_QC_E_SUPP_SAMPLE_DTLS_V, status:VALID,
-
SYNONYM: APPS.GMD_SAMPLES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GMD_SAMPLES, status:VALID,
-
SYNONYM: APPS.GMD_SAMPLES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GMD_SAMPLES, status:VALID,
-
APPS.GMD_QC_LABELS_UTIL SQL Statements
12.2.2
-
APPS.GMD_QC_LABELS_UTIL SQL Statements
12.1.1
-
SYNONYM: APPS.RCV_SHIPMENT_HEADERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:RCV_SHIPMENT_HEADERS, status:VALID,
-
SYNONYM: APPS.RCV_SHIPMENT_LINES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:RCV_SHIPMENT_LINES, status:VALID,
-
SYNONYM: APPS.RCV_SHIPMENT_HEADERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:RCV_SHIPMENT_HEADERS, status:VALID,
-
SYNONYM: APPS.RCV_SHIPMENT_LINES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:RCV_SHIPMENT_LINES, status:VALID,
-
VIEW: APPS.HR_OPERATING_UNITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_OPERATING_UNITS, object_name:HR_OPERATING_UNITS, status:VALID,
-
VIEW: APPS.HR_OPERATING_UNITS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_OPERATING_UNITS, object_name:HR_OPERATING_UNITS, status:VALID,
-
SYNONYM: APPS.PO_LINES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_LINES_ALL, status:VALID,
-
SYNONYM: APPS.PO_LINES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_LINES_ALL, status:VALID,
-
VIEW: APPS.PO_VENDOR_SITES_ALL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDOR_SITES_ALL, object_name:PO_VENDOR_SITES_ALL, status:VALID,
-
VIEW: APPS.PO_VENDOR_SITES_ALL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDOR_SITES_ALL, object_name:PO_VENDOR_SITES_ALL, status:VALID,
-
SYNONYM: APPS.PO_HEADERS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_HEADERS_ALL, status:VALID,
-
SYNONYM: APPS.PO_HEADERS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_HEADERS_ALL, status:VALID,
-
VIEW: APPS.PO_VENDORS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDORS, object_name:PO_VENDORS, status:VALID,
-
VIEW: APPS.PO_VENDORS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDORS, object_name:PO_VENDORS, status:VALID,
-
PACKAGE BODY: APPS.GMD_QC_LABELS_UTIL
12.2.2
-
PACKAGE BODY: APPS.GMD_QC_LABELS_UTIL
12.1.1
-
SYNONYM: APPS.MTL_PARAMETERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_PARAMETERS, status:VALID,
-
SYNONYM: APPS.MTL_PARAMETERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_PARAMETERS, status:VALID,
-
eTRM - GMD Tables and Views
12.2.2
description: QC Module Text Lines. Descriptive text for all tables in this module. ,
-
eTRM - GMD Tables and Views
12.1.1
description: QC Module Text Lines. Descriptive text for all tables in this module. ,
-
eTRM - SQLAP Tables and Views
12.1.1
description: Set Distribution Table. ,
-
eTRM - SQLAP Tables and Views
12.2.2
description: Set Distribution Table. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.FND_GLOBAL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
eTRM - GMD Tables and Views
12.1.1
description: QC Module Text Lines. Descriptive text for all tables in this module. ,
-
eTRM - GMD Tables and Views
12.2.2
description: QC Module Text Lines. Descriptive text for all tables in this module. ,
-
eTRM - SQLAP Tables and Views
12.2.2
description: Set Distribution Table. ,
-
eTRM - SQLAP Tables and Views
12.1.1
description: Set Distribution Table. ,
-
eTRM - PER Tables and Views
12.1.1
description: Table to store NQF Training info for a person ,
-
eTRM - PER Tables and Views
12.1.1
description: Table to store NQF Training info for a person ,