Search Results oprn_vers
Overview
FM_OPRN_MST_VW1 is a public view owned by the APPS schema in Oracle E-Business Suite, registered under the FND design data namespace GMD.FM_OPRN_MST_VW1. It is documented as a public view that may be useful for custom reporting or other data requirements, and its stated purpose is to present operation master information. In the Process Manufacturing (OPM) module, an "operation" represents a discrete unit of processing activity performed within a routing or recipe, such as mixing, heating, or packaging. This view consolidates the header-level attributes of those operations into a single, denormalized read interface.
The view is marked VALID in both the 12.1.1 and 12.2.2 releases and follows the standard EBS convention of exposing a business entity through a stable, query-only interface. Because it is a view rather than a base table, it abstracts the physical storage of operation data and shields custom reports and integrations from changes to the underlying table structure. It is not intended for direct DML; consumers should treat it strictly as a reporting and integration surface.
Underlying Base Objects
The documented metadata identifies a single referenced base object: the synonym GMD_OPERATIONS. At runtime this synonym resolves to the Process Manufacturing operations master table within the GMD (Process Manufacturing) product family. FM_OPRN_MST_VW1 is therefore a projection, or virtual copy, of that table, exposing its principal columns under the APPS schema for governed reporting access. Because the view depends on GMD_OPERATIONS, its returned data reflects the current state of the operation master records maintained by the OPM application, including their versioning, activation status, and descriptive flexfield content. The dependency is one-directional: changes committed to the base table are immediately visible through this view, and no materialization or refresh is involved.
Key Columns
- OPRN_ID (NUMBER, 10) — Unique identifier of the operation; the primary key and join column to routings, recipes, and operation dependencies.
- OPRN_NO (VARCHAR2, 57) — Operation number or code used by planners and production staff.
- OPRN_DESC (VARCHAR2, 240) — Descriptive text explaining what the operation does.
- OPRN_VERS (NUMBER) — Version of the operation, supporting revision-aware reporting.
- PROCESS_QTY_UM (VARCHAR2) — Unit of measure for the quantity processed by the operation.
- OPRN_CLASS (VARCHAR2) — Class of the operation, used for categorization and filtering.
- INACTIVE_IND (NUMBER) — Indicator that the operation is inactive and should be excluded from active production reporting.
- DELETE_MARK (NUMBER) — Marks records logically deleted; queries should normally filter this to zero.
- TEXT_CODE (NUMBER, 10) — Code linking to the edit-text facility used for long descriptions.
- LAST_UPDATED_BY, CREATED_BY, CREATION_DATE, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — Standard WHO audit columns for change tracking and lineage.
- ATTRIBUTE1 through ATTRIBUTE13 (VARCHAR2, 240) — Standard descriptive flexfield segments, allowing site-specific extensions to be surfaced in reports.
- POC_CTL_CLASS and IN_USE — Documented as not used.
Common Use Cases and Queries
Typical usage includes operation master listings for production planning, validation extracts feeding manufacturing execution systems, and reconciliation of operation codes against routing steps. Because the view is denormalized at the operation-header level, it is frequently joined to routing and recipe views on OPRN_ID. A representative query is:
SELECT oprn_id,
oprn_no,
oprn_desc,
oprn_vers,
oprn_class,
process_qty_um
FROM apps.fm_oprn_mst_vw1
WHERE inactive_ind = 0
AND delete_mark = 0
ORDER BY oprn_no, oprn_vers;
Analysts requiring flexfield detail may add ATTRIBUTE columns to the projection. All access should be read-only and granted through the APPS schema, consistent with the view's documented role as a reporting interface.
-
VIEW: APPS.FM_OPRN_MST_VW1
12.1.1
-
VIEW: APPS.FM_OPRN_MST_VW1
12.2.2
-
View: FM_OPRN_MST_VW1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.FM_OPRN_MST_VW1, object_name:FM_OPRN_MST_VW1, status:VALID, product: GMD - Process Manufacturing Product Development , description: Operation master view , implementation_dba_data: APPS.FM_OPRN_MST_VW1 ,
-
VIEW: GMD.GMD_OPERATIONS_B#
12.2.2
-
View: FM_OPRN_MST_VW1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMD.FM_OPRN_MST_VW1, object_name:FM_OPRN_MST_VW1, status:VALID, product: GMD - Process Manufacturing Product Development , description: Operation master view , implementation_dba_data: APPS.FM_OPRN_MST_VW1 ,
-
VIEW: GMD.GMD_WIP_SPEC_VRS#
12.2.2
-
VIEW: APPS.GMD_COM_SPEC_VRS_VL
12.1.1
-
View: GMD_COM_SPEC_VRS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_COM_SPEC_VRS_VL, object_name:GMD_COM_SPEC_VRS_VL, status:VALID, product: GMD - Process Manufacturing Product Development , description: View of base columns of all Specification Validity Rules tables , implementation_dba_data: APPS.GMD_COM_SPEC_VRS_VL ,
-
VIEW: APPS.GMD_COM_SPEC_VRS_VL
12.2.2
-
View: GMD_COM_SPEC_VRS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_COM_SPEC_VRS_VL, object_name:GMD_COM_SPEC_VRS_VL, status:VALID, product: GMD - Process Manufacturing Product Development , description: View of base columns of all Specification Validity Rules tables , implementation_dba_data: APPS.GMD_COM_SPEC_VRS_VL ,
-
VIEW: APPS.GMD_QC_E_WIP_SMPEVT_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_QC_E_WIP_SMPEVT_DTLS_V, object_name:GMD_QC_E_WIP_SMPEVT_DTLS_V, status:VALID,
-
VIEW: APPS.GMD_QC_E_WIP_SAMPLE_DTLS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_QC_E_WIP_SAMPLE_DTLS_V, object_name:GMD_QC_E_WIP_SAMPLE_DTLS_V, status:VALID,
-
VIEW: APPS.GMD_QC_E_WIP_SAMPLE_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_QC_E_WIP_SAMPLE_DTLS_V, object_name:GMD_QC_E_WIP_SAMPLE_DTLS_V, status:VALID,
-
TABLE: GMD.GMD_OPERATIONS_B
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_OPERATIONS_B, object_name:GMD_OPERATIONS_B, status:VALID,
-
VIEW: APPS.GMD_QC_E_WIP_SMPEVT_DTLS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_QC_E_WIP_SMPEVT_DTLS_V, object_name:GMD_QC_E_WIP_SMPEVT_DTLS_V, status:VALID,
-
VIEW: APPS.PMITS_OPERATION_MASTER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMITS_OPERATION_MASTER_V, object_name:PMITS_OPERATION_MASTER_V, status:VALID,
-
VIEW: APPS.PMITS_OPERATION_MASTER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMITS_OPERATION_MASTER_V, object_name:PMITS_OPERATION_MASTER_V, status:VALID,
-
TABLE: GMD.GMD_OPERATIONS_B
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_OPERATIONS_B, object_name:GMD_OPERATIONS_B, status:VALID,
-
Table: GMD_OPERATIONS_B
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_OPERATIONS_B, object_name:GMD_OPERATIONS_B, status:VALID, product: GMD - Process Manufacturing Product Development , description: Operations base table. , implementation_dba_data: GMD.GMD_OPERATIONS_B ,
-
Table: GMD_OPERATIONS_B
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_OPERATIONS_B, object_name:GMD_OPERATIONS_B, status:VALID, product: GMD - Process Manufacturing Product Development , description: Operations base table. , implementation_dba_data: GMD.GMD_OPERATIONS_B ,
-
VIEW: APPS.GMD_MBR_STEP_OPRN_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_MBR_STEP_OPRN_V1, object_name:GMD_MBR_STEP_OPRN_V1, status:VALID,
-
VIEW: APPS.GMD_MBR_STEP_OPRN_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_MBR_STEP_OPRN_V1, object_name:GMD_MBR_STEP_OPRN_V1, status:VALID,
-
VIEW: APPS.GMO_BATCH_STEPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMO.GMO_BATCH_STEPS_V, object_name:GMO_BATCH_STEPS_V, status:VALID,
-
VIEW: GMD.GMD_OPERATIONS_B#
12.2.2
owner:GMD, object_type:VIEW, object_name:GMD_OPERATIONS_B#, status:VALID,
-
View: 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, product: GMD - Process Manufacturing Product Development , implementation_dba_data: APPS.GMD_ALL_SPEC_VRS_VL ,
-
View: 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, product: GMD - Process Manufacturing Product Development , implementation_dba_data: APPS.GMD_ALL_SPEC_VRS_VL ,
-
VIEW: APPS.GMD_MBR_RECIPE_RSRC_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_MBR_RECIPE_RSRC_V1, object_name:GMD_MBR_RECIPE_RSRC_V1, status:VALID,
-
VIEW: APPS.GMO_BATCH_STEPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMO.GMO_BATCH_STEPS_V, object_name:GMO_BATCH_STEPS_V, status:VALID,
-
VIEW: APPS.GMD_MBR_OPRN_ACTIVITIY_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_MBR_OPRN_ACTIVITIY_V1, object_name:GMD_MBR_OPRN_ACTIVITIY_V1, status:VALID,
-
VIEW: APPS.GMD_MBR_OPRN_ACTIVITIY_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_MBR_OPRN_ACTIVITIY_V1, object_name:GMD_MBR_OPRN_ACTIVITIY_V1, status:VALID,
-
VIEW: APPS.GME_INGRED_PICK_VW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GME.GME_INGRED_PICK_VW, object_name:GME_INGRED_PICK_VW, status:VALID,
-
VIEW: APPS.GMD_MBR_RECIPE_RSRC_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_MBR_RECIPE_RSRC_V1, object_name:GMD_MBR_RECIPE_RSRC_V1, status:VALID,
-
View: GMD_QC_E_WIP_SMPEVT_DTLS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_QC_E_WIP_SMPEVT_DTLS_V, object_name:GMD_QC_E_WIP_SMPEVT_DTLS_V, status:VALID, product: GMD - Process Manufacturing Product Development , implementation_dba_data: APPS.GMD_QC_E_WIP_SMPEVT_DTLS_V ,
-
VIEW: APPS.GME_INGRED_PICK_VW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GME.GME_INGRED_PICK_VW, object_name:GME_INGRED_PICK_VW, status:VALID,
-
View: GMD_QC_E_WIP_SAMPLE_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_QC_E_WIP_SAMPLE_DTLS_V, object_name:GMD_QC_E_WIP_SAMPLE_DTLS_V, status:VALID, product: GMD - Process Manufacturing Product Development , implementation_dba_data: APPS.GMD_QC_E_WIP_SAMPLE_DTLS_V ,
-
View: GMD_QC_E_WIP_SAMPLE_DTLS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_QC_E_WIP_SAMPLE_DTLS_V, object_name:GMD_QC_E_WIP_SAMPLE_DTLS_V, status:VALID, product: GMD - Process Manufacturing Product Development , implementation_dba_data: APPS.GMD_QC_E_WIP_SAMPLE_DTLS_V ,
-
VIEW: APPS.GMD_OPERATIONS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_OPERATIONS_VL, object_name:GMD_OPERATIONS_VL, status:VALID,
-
View: GMD_QC_E_WIP_SMPEVT_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_QC_E_WIP_SMPEVT_DTLS_V, object_name:GMD_QC_E_WIP_SMPEVT_DTLS_V, status:VALID, product: GMD - Process Manufacturing Product Development , implementation_dba_data: APPS.GMD_QC_E_WIP_SMPEVT_DTLS_V ,
-
View: GMD_MBR_STEP_OPRN_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_MBR_STEP_OPRN_V1, object_name:GMD_MBR_STEP_OPRN_V1, status:VALID, product: GMD - Process Manufacturing Product Development , description: This view is used to retrieve Step information to generate Master Batch Record XML , implementation_dba_data: APPS.GMD_MBR_STEP_OPRN_V1 ,
-
View: GMO_BATCH_STEPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMO.GMO_BATCH_STEPS_V, object_name:GMO_BATCH_STEPS_V, status:VALID, product: GMO - Manufacturing Execution System for Process Manufacturing , implementation_dba_data: APPS.GMO_BATCH_STEPS_V ,
-
View: PMITS_OPERATION_MASTER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMITS_OPERATION_MASTER_V, object_name:PMITS_OPERATION_MASTER_V, status:VALID, product: PMI - Process Manufacturing Intelligence (Obsolete) , description: GMD Operation Master View , implementation_dba_data: APPS.PMITS_OPERATION_MASTER_V ,
-
View: GMO_BATCH_STEPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMO.GMO_BATCH_STEPS_V, object_name:GMO_BATCH_STEPS_V, status:VALID, product: GMO - Manufacturing Execution System for Process Manufacturing , implementation_dba_data: APPS.GMO_BATCH_STEPS_V ,
-
View: PMITS_OPERATION_MASTER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMITS_OPERATION_MASTER_V, object_name:PMITS_OPERATION_MASTER_V, status:VALID, product: PMI - Process Manufacturing Intelligence , description: GMD Operation Master View , implementation_dba_data: APPS.PMITS_OPERATION_MASTER_V ,
-
View: GMD_MBR_OPRN_ACTIVITIY_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_MBR_OPRN_ACTIVITIY_V1, object_name:GMD_MBR_OPRN_ACTIVITIY_V1, status:VALID, product: GMD - Process Manufacturing Product Development , description: This view is used to retrieve Operation Activities information for Master BAtch Record XML generation , implementation_dba_data: APPS.GMD_MBR_OPRN_ACTIVITIY_V1 ,
-
VIEW: APPS.GMD_ALL_SPEC_VRS_VL
12.1.1
-
VIEW: APPS.GMD_OPERATIONS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_OPERATIONS_VL, object_name:GMD_OPERATIONS_VL, status:VALID,
-
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: 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
-
View: GMD_MBR_OPRN_ACTIVITIY_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_MBR_OPRN_ACTIVITIY_V1, object_name:GMD_MBR_OPRN_ACTIVITIY_V1, status:VALID, product: GMD - Process Manufacturing Product Development , description: This view is used to retrieve Operation Activities information for Master BAtch Record XML generation , implementation_dba_data: APPS.GMD_MBR_OPRN_ACTIVITIY_V1 ,