Search Results gmd_all_spec_vrs
Overview
APPS.GMD_QC_E_ALL_SPEC_VRS_DISP_V is a display-oriented view within the Oracle E-Business Suite Process Manufacturing (OPM) Quality module. It exposes version-level specification data for quality specifications defined in OPM, combining the underlying specification version record with descriptive "meaning" values decoded from the FND_LOOKUP_VALUES_VL lookup view. The suffix "DISP" indicates that the view is intended primarily for user-facing presentation, such as in Oracle Forms-based OPM Quality windows, OAF pages, and reporting queries where code values must be rendered as human-readable descriptions.
Because the view resolves lookup codes into their display meanings, it serves a key role in reporting and integration: consumers do not need to re-implement DECODE logic against FND_LOOKUP_VALUES to obtain readable labels for fields such as spec_type_disp, coa_type_disp, sample_inv_trans_ind_disp, and control_batch_step_ind_disp. The view is owned by APPS and is therefore typically referenced by custom reports, Discoverer workbooks, and BI Publisher data templates that require specification version information in a business-friendly form.
The user search term "qc_source" maps directly to the qc_source lookup reference used in the view definition to derive spec_type_disp via qc_source.meaning. This indicates that specification types (such as Ingredient, Product, Packaging, or Stability specifications) are resolved through the QC_SOURCE lookup type maintained in FND_LOOKUP_VALUES_VL.
Underlying Base Objects
The documented base objects for this view are:
- GMD_ALL_SPEC_VRS (referenced via a SYNONYM) — the core table storing all specification versions in OPM Quality. It supplies the primary key
spec_vr_id, parentspec_id, organization, dates, status flags, sampling plan references, and the numerous indicator flags and foreign key relationships (recipe, formula, routing, step, operation, customer, order) exposed by the view. - FND_LOOKUP_VALUES_VL (VIEW) — the standard Oracle Application Object Library lookup view, joined multiple times (aliased as
qc_source,fly,fln,coa_ind) to translate stored codes into their display meanings.
The view therefore acts as a semantic layer over GMD_ALL_SPEC_VRS, enriching raw specification version data with lookup-based descriptive columns while preserving all original identifier and attribute columns.
Key Columns
SPEC_VR_ID,SPEC_ID— primary and foreign keys identifying the specification version and its parent specification.ORGANIZATION_CODE— the inventory organization context for the specification.SPEC_TYPE/SPEC_TYPE_DISP— the raw specification type code and its decoded meaning derived from theqc_sourcelookup.SPEC_NAME,SPEC_VERS,REVISION,DESCRIPTION— identifying and descriptive attributes.SPEC_STATUS/SPEC_STATUS_DESCandSPEC_VR_STATUS/SPEC_VR_STATUS_DESC— specification and version lifecycle states.LOT_NUMBER,PARENT_LOT_NUMBER,SUBDINVENTORY,LOCATOR— lot and material location scoping.START_DATE,END_DATE— effective dating of the version.- Indicator columns with paired display values:
SAMPLE_INV_TRANS_IND,CONTROL_LOT_ATTRIB_IND,CONTROL_BATCH_STEP_IND,COA_AT_SHIP_IND,COA_AT_INVOICE_IND,COA_REQ_FROM_SUPL_IND,AUTO_SAMPLE_IND, each with a corresponding_DISPcolumn decoded viafly/fln. COA_TYPE/COA_TYPE_DISP— certificate of analysis type, decoded viacoa_ind.OUT_OF_SPEC_LOT_STATUS,IN_SPEC_LOT_STATUS— lot status codes applied on out-of-spec and in-spec outcomes.SAMPLING_PLAN_ID,RECIPE_ID,FORMULA_ID,ROUTING_ID,STEP_ID,OPRN_ID— references linking the specification to manufacturing definitions.CUST_ID,ORDER_ID,SHIP_TO_SITE_ID,SUPPLIER_ID,ORG_ID— business entity and multi-org context columns.
Common Use Cases and Queries
Typical uses include quality specification reporting, COA setup review, and integration extracts where readable labels are required.
List active specification versions with decoded type for an organization:
SELECT spec_name, spec_vers, spec_type_disp, spec_vr_status_desc
FROM apps.gmd_qc_e_all_spec_vrs_disp_v
WHERE organization_code = 'M1'
AND spec_vr_status = 'ACTIVE'
Review COA configuration across specifications:
SELECT spec_name, spec_vers, coa_type_disp,
coa_at_ship_ind_disp, coa_at_invoice_ind_disp
FROM apps.gmd_qc_e_all_spec_vrs_disp_v
WHERE coa_type IS NOT NULL
Filter by specification source/type:
SELECT spec_name, spec_type, spec_type_disp
FROM apps.gmd_qc_e_all_spec_vrs_disp_v
WHERE spec_type IN (SELECT lookup_code
FROM fnd_lookup_values_vl
WHERE lookup_type = 'QC_SOURCE')
The view is read-only and should be queried through the APPS schema; it is well suited to BI Publisher and custom concurrent program output where specification data must be presented with meaningful, localized lookup descriptions.
-
SYNONYM: APPS.GMD_ALL_SPEC_VRS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GMD_ALL_SPEC_VRS, status:VALID,
-
SYNONYM: APPS.GMD_ALL_SPEC_VRS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GMD_ALL_SPEC_VRS, status:VALID,
-
VIEW: APPS.GMD_QC_E_ALL_SPEC_VRS_DISP_V
12.2.2
-
VIEW: APPS.GMD_QC_E_ALL_SPEC_VRS_DISP_V
12.1.1
-
VIEW: APPS.PMITS_QC_SAMPLES_V
12.1.1
-
VIEW: APPS.PMITS_QC_SAMPLES_V
12.2.2
-
12.2.2 DBA Data
12.2.2
-
View: PMITS_QC_ALL_SPEC_VRS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMITS_QC_ALL_SPEC_VRS_V, object_name:PMITS_QC_ALL_SPEC_VRS_V, status:VALID, product: PMI - Process Manufacturing Intelligence (Obsolete) , description: This view gives Information about Spec Validity Rules defined in OPM QC Module , implementation_dba_data: APPS.PMITS_QC_ALL_SPEC_VRS_V ,
-
12.1.1 DBA Data
12.1.1
-
View: GMD_QC_E_ALL_SPEC_VRS_DISP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_QC_E_ALL_SPEC_VRS_DISP_V, object_name:GMD_QC_E_ALL_SPEC_VRS_DISP_V, status:VALID, product: GMD - Process Manufacturing Product Development , implementation_dba_data: APPS.GMD_QC_E_ALL_SPEC_VRS_DISP_V ,
-
View: GMD_QC_E_ALL_SPEC_VRS_DISP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_QC_E_ALL_SPEC_VRS_DISP_V, object_name:GMD_QC_E_ALL_SPEC_VRS_DISP_V, status:VALID, product: GMD - Process Manufacturing Product Development , implementation_dba_data: APPS.GMD_QC_E_ALL_SPEC_VRS_DISP_V ,
-
View: PMITS_QC_ALL_SPEC_VRS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMITS_QC_ALL_SPEC_VRS_V, object_name:PMITS_QC_ALL_SPEC_VRS_V, status:VALID, product: PMI - Process Manufacturing Intelligence , description: This view gives Information about Spec Validity Rules defined in OPM QC Module , implementation_dba_data: APPS.PMITS_QC_ALL_SPEC_VRS_V ,
-
APPS.GMD_QC_ERES_CHANGE_STATUS_PVT SQL Statements
12.1.1
-
APPS.GMD_QC_ERES_CHANGE_STATUS_PVT SQL Statements
12.2.2
-
APPS.GMD_QMSMC SQL Statements
12.1.1
-
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 ,
-
VIEW: APPS.GMD_QC_E_ALL_SPEC_VRS_DISP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_QC_E_ALL_SPEC_VRS_DISP_V, object_name:GMD_QC_E_ALL_SPEC_VRS_DISP_V, status:VALID,
-
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: APPS.GMD_ALL_SPEC_VRS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_ALL_SPEC_VRS_VL, object_name:GMD_ALL_SPEC_VRS_VL, status:VALID,
-
VIEW: APPS.GMD_ALL_SPEC_VRS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_ALL_SPEC_VRS_VL, object_name:GMD_ALL_SPEC_VRS_VL, status:VALID,
-
VIEW: APPS.GMD_QC_E_ALL_SPEC_VRS_DISP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_QC_E_ALL_SPEC_VRS_DISP_V, object_name:GMD_QC_E_ALL_SPEC_VRS_DISP_V, status:VALID,
-
VIEW: APPS.PMIFV_QCRESULT_V
12.2.2
-
VIEW: APPS.PMIFV_QCRESULT_V
12.1.1
-
VIEW: APPS.PMIFV_QCRESULT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_QCRESULT_V, object_name:PMIFV_QCRESULT_V, status:VALID,
-
VIEW: APPS.PMIFV_QCRESULT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_QCRESULT_V, object_name:PMIFV_QCRESULT_V, status:VALID,
-
APPS.GMD_QMSMC SQL Statements
12.2.2
-
APPS.GMD_AUTO_SAMPLE_PKG SQL Statements
12.1.1
-
APPS.GMD_AUTO_SAMPLE_PKG SQL Statements
12.2.2
-
View: PMIFV_QCRESULT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_QCRESULT_V, object_name:PMIFV_QCRESULT_V, status:VALID, product: PMI - Process Manufacturing Intelligence (Obsolete) , description: QC Results View , implementation_dba_data: APPS.PMIFV_QCRESULT_V ,
-
View: PMIFV_QCRESULT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_QCRESULT_V, object_name:PMIFV_QCRESULT_V, status:VALID, product: PMI - Process Manufacturing Intelligence , description: QC Results View , implementation_dba_data: APPS.PMIFV_QCRESULT_V ,
-
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: 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,
-
APPS.GMD_SAMPLES_PUB SQL Statements
12.1.1
-
APPS.GMD_SAMPLES_PUB SQL Statements
12.2.2
-
PACKAGE BODY: APPS.GMD_QC_ERES_CHANGE_STATUS_PVT
12.1.1
-
PACKAGE BODY: APPS.GMD_QC_ERES_CHANGE_STATUS_PVT
12.2.2
-
APPS.GMD_SPEC_GRP SQL Statements
12.1.1
-
APPS.GMD_SPEC_GRP SQL Statements
12.2.2
-
PACKAGE BODY: APPS.GMD_AUTO_SAMPLE_PKG
12.2.2
-
PACKAGE BODY: APPS.GMD_AUTO_SAMPLE_PKG
12.1.1
-
PACKAGE BODY: APPS.GMDQSVRS_APPROVAL_WF_PKG
12.1.1
-
PACKAGE BODY: APPS.GMDQSVRS_APPROVAL_WF_PKG
12.2.2
-
APPS.GMD_RESULTS_GRP dependencies on GMD_COM_SPEC_VRS_VL
12.2.2
-
APPS.GMD_QMSMC dependencies on GMD_COM_SPEC_VRS_VL
12.1.1
-
eTRM - PMI Tables and Views
12.2.2
-
APPS.GMD_QMSMC dependencies on GMD_COM_SPEC_VRS_VL
12.2.2
-
APPS.GMD_RESULTS_GRP dependencies on GMD_COM_SPEC_VRS_VL
12.1.1
-
APPS.GMD_COA_DATA_OM_NEW dependencies on GMD_COM_SPEC_VRS_VL
12.2.2
-
APPS.GMD_COA_DATA_OM_NEW dependencies on GMD_COM_SPEC_VRS_VL
12.1.1
-
eTRM - PMI Tables and Views
12.1.1