Search Results gmd_wip_spec_vrs
Overview
GMD_WIP_SPEC_VRS is a Process Manufacturing Product Development (GMD) table that stores Oracle Process Manufacturing (OPM) work-in-process specification validity rules. It defines the conditions under which quality specifications apply to in-process batches and operations, controlling attributes such as sampling behavior, lot status assignment, Certificates of Analysis (COA), and batch step completion. The table resides in the GMD schema and is part of the Oracle E-Business Suite 12.1.1 and 12.2.2 data model. It carries a status of VALID and comprises 83 documented physical columns. Since validity rules are typically effective-dated, each row governs a specification's applicability across a defined time window and organizational or recipe context.
From a Data Vault modeling perspective, the mined foreign key structure classifies this object heuristically as a standalone construct. This suggests it could be modeled as a satellite-like record capturing descriptive rule attributes, though the absence of a hub-style parent in the given FK inventory means the classification should be treated as a modeling suggestion rather than a definitive structural claim. The primary key GMD_WIP_SPEC_VRS_PK on SPEC_VR_ID provides the surrogate identifier for each rule instance.
Key Information Stored
The table centers on identifying and scoping WIP specification validity rules. The most significant columns include:
- SPEC_VR_ID — surrogate primary key, uniquely identifying each validity rule row via GMD_WIP_SPEC_VRS_PK.
- SPEC_ID — the quality specification to which the validity rule applies.
- ORGN_CODE and ORGANIZATION_ID — the operating unit or organization scope of the rule.
- BATCH_ID — the batch context for the validity restriction.
- RECIPE_ID, RECIPE_NO, RECIPE_VERSION — the recipe linkage constraining applicability.
- FORMULA_ID, FORMULALINE_ID, FORMULA_NO, FORMULA_VERS — formula-level scoping of the specification rule.
- ROUTING_ID, ROUTING_NO, ROUTING_VERS, STEP_ID, STEP_NO, OPRN_ID — routing and operation step context.
- START_DATE and END_DATE — effective dating of the rule.
- SAMPLING_PLAN_ID — references QA_SAMPLING_PLANS, defining sampling behavior.
- SPEC_VR_STATUS — the active/inactive state of the validity rule.
- OUT_OF_SPEC_LOT_STATUS, IN_SPEC_LOT_STATUS — lot statuses (and their corresponding _ID columns) assigned based on specification outcome.
- AUTO_SAMPLE_IND, AUTO_COMPLETE_BATCH_STEP, BATCH_FREQUENCY — automation and frequency controls for batch execution.
The unique index GMD_WIP_SPEC_VRS_PK on SPEC_VR_ID is the documented business-key candidate. The extensive ATTRIBUTE1 through ATTRIBUTE30 descriptive flexfield columns provide extensibility.
Common Use Cases and Queries
Typical use cases include reporting active specification rules for a given batch or recipe, validating sampling schemes prior to quality data collection, and auditing COA requirements at ship or invoice. A representative query retrieves active rules for an organization:
SELECT vr.spec_vr_id, vr.spec_id, vr.recipe_no, vr.start_date, vr.end_date
FROM gmd_wip_spec_vrs vr
WHERE vr.orgn_code = :orgn
AND vr.spec_vr_status = 'A'
AND SYSDATE BETWEEN vr.start_date AND NVL(vr.end_date, SYSDATE);
Joining to GMD_RECIPES_B on RECIPE_ID supports recipe-driven rule analysis, while joins to QA_SAMPLING_PLANS on SAMPLING_PLAN_ID enable sampling-plan reporting. The table also supports COA and lot-status analysis through its COA_TYPE and lot-status columns.
Related Objects
- GMD_RECIPES_B — referenced via GMD_WIP_SPEC_VRS.RECIPE_ID, linking rules to recipe definitions.
- QA_SAMPLING_PLANS — referenced via GMD_WIP_SPEC_VRS.SAMPLING_PLAN_ID, defining sampling behavior.
- Specification tables (SPEC_ID domain) — supply the specification master referenced by SPEC_ID.
- Organization and lot status reference tables — resolved through ORGN_CODE, ORGANIZATION_ID, and the lot-status _ID columns.
- Routing- and formula-related tables — joined through ROUTING_ID, STEP_ID, and FORMULA_ID.
-
Table: GMD_WIP_SPEC_VRS
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_WIP_SPEC_VRS, object_name:GMD_WIP_SPEC_VRS, status:VALID, product: GMD - Process Manufacturing Product Development , description: OPM Work-in-Process Specification validity rules , implementation_dba_data: GMD.GMD_WIP_SPEC_VRS ,
-
Table: GMD_WIP_SPEC_VRS
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_WIP_SPEC_VRS, object_name:GMD_WIP_SPEC_VRS, status:VALID, product: GMD - Process Manufacturing Product Development , description: OPM Work-in-Process Specification validity rules , implementation_dba_data: GMD.GMD_WIP_SPEC_VRS ,
-
APPS.GMD_WIP_SPEC_VRS_PVT SQL Statements
12.1.1
-
APPS.GMD_WIP_SPEC_VRS_PVT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.GMD_WIP_SPEC_VRS_PVT
12.1.1
-
PACKAGE: APPS.GMD_WIP_SPEC_VRS_PVT
12.2.2
-
PACKAGE BODY: APPS.GMD_WIP_SPEC_VRS_PVT
12.2.2
-
PACKAGE: APPS.GMD_WIP_SPEC_VRS_PVT
12.1.1
-
VIEW: APPS.GMD_WIP_SPEC_VRS_DFV
12.2.2
-
VIEW: APPS.GMD_WIP_SPEC_VRS_DFV
12.1.1
-
PACKAGE: APPS.GMD_SPEC_VRS_GRP
12.1.1
-
SYNONYM: APPS.GMD_WIP_SPEC_VRS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GMD_WIP_SPEC_VRS, status:VALID,
-
SYNONYM: APPS.GMD_WIP_SPEC_VRS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GMD_WIP_SPEC_VRS, status:VALID,
-
APPS.GMD_QC_ERES_CHANGE_STATUS_PVT SQL Statements
12.1.1
-
APPS.GMD_QC_ERES_CHANGE_STATUS_PVT SQL Statements
12.2.2
-
PACKAGE: APPS.GMD_SPEC_VRS_GRP
12.2.2
-
APPS.GMD_QC_MIGB12 SQL Statements
12.2.2
-
APPS.GMD_QC_MIGB12 SQL Statements
12.1.1
-
VIEW: GMD.GMD_WIP_SPEC_VRS#
12.2.2
owner:GMD, object_type:VIEW, object_name:GMD_WIP_SPEC_VRS#, status:VALID,
-
PACKAGE BODY: APPS.GMD_QC_MIGB12
12.1.1
-
PACKAGE BODY: APPS.GMD_QC_MIGB12
12.2.2
-
PACKAGE: APPS.GMD_SPEC_VRS_GRP
12.2.2
owner:APPS, object_type:PACKAGE, object_name:GMD_SPEC_VRS_GRP, status:VALID,
-
PACKAGE: APPS.GMD_SPEC_VRS_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:GMD_SPEC_VRS_PUB, status:VALID,
-
PACKAGE: APPS.GMD_SPEC_VRS_GRP
12.1.1
owner:APPS, object_type:PACKAGE, object_name:GMD_SPEC_VRS_GRP, status:VALID,
-
PACKAGE: APPS.GMD_WIP_SPEC_VRS_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:GMD_WIP_SPEC_VRS_PVT, status:VALID,
-
PACKAGE BODY: APPS.GMD_MBR_UTIL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_MBR_UTIL_PKG, status:VALID,
-
PACKAGE BODY: APPS.GMD_MBR_UTIL_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_MBR_UTIL_PKG, status:VALID,
-
PACKAGE BODY: APPS.GMD_QC_ERES_CHANGE_STATUS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_QC_ERES_CHANGE_STATUS_PVT, status:VALID,
-
PACKAGE: APPS.GMD_SPEC_VRS_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:GMD_SPEC_VRS_PUB, status:VALID,
-
PACKAGE BODY: APPS.GMD_QC_MIGB12
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_QC_MIGB12, status:VALID,
-
PACKAGE BODY: APPS.GMD_QCR03USR_XMLP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_QCR03USR_XMLP_PKG, status:VALID,
-
VIEW: APPS.GMD_WIP_SPEC_VRS_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:GMD_WIP_SPEC_VRS_DFV, status:VALID,
-
PACKAGE BODY: APPS.GMD_QC_MIGB12
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_QC_MIGB12, status:VALID,
-
PACKAGE: APPS.GMD_WIP_SPEC_VRS_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:GMD_WIP_SPEC_VRS_PVT, status:VALID,
-
PACKAGE BODY: APPS.GMD_WIP_SPEC_VRS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_WIP_SPEC_VRS_PVT, status:VALID,
-
PACKAGE BODY: APPS.GMD_WIP_SPEC_VRS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_WIP_SPEC_VRS_PVT, status:VALID,
-
PACKAGE BODY: APPS.GMD_GME_INT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_GME_INT, status:VALID,
-
PACKAGE BODY: APPS.GMD_SPEC_MATCH_MIG_GRP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_SPEC_MATCH_MIG_GRP, status:VALID,
-
PACKAGE BODY: APPS.GMD_SPEC_MATCH_GRP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_SPEC_MATCH_GRP, status:VALID,
-
PACKAGE BODY: APPS.GMD_QCR03USR_XMLP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_QCR03USR_XMLP_PKG, status:VALID,
-
VIEW: APPS.GMD_WIP_SPEC_VRS_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:GMD_WIP_SPEC_VRS_DFV, status:VALID,
-
PACKAGE BODY: APPS.GMD_SPEC_MATCH_GRP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_SPEC_MATCH_GRP, status:VALID,
-
PACKAGE BODY: APPS.GMD_SPEC_MATCH_MIG_GRP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_SPEC_MATCH_MIG_GRP, status:VALID,
-
PACKAGE BODY: APPS.GMD_QC_ERES_CHANGE_STATUS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_QC_ERES_CHANGE_STATUS_PVT, status:VALID,
-
PACKAGE BODY: APPS.GMD_SPEC_VRS_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_SPEC_VRS_PUB, status:VALID,
-
PACKAGE BODY: APPS.GMD_AUTO_SAMPLE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_AUTO_SAMPLE_PKG, status:VALID,
-
APPS.GMD_GME_INT SQL Statements
12.2.2
-
VIEW: GMD.GMD_WIP_SPEC_VRS#
12.2.2
-
PACKAGE BODY: APPS.GMD_AUTO_SAMPLE_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_AUTO_SAMPLE_PKG, status:VALID,
-
PACKAGE BODY: APPS.GMD_SPEC_VRS_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_SPEC_VRS_PUB, status:VALID,