Search Results fm_oprn_cls
Overview
The FM_OPRN_CLS table is a foundational data object within the Oracle E-Business Suite Process Manufacturing (GMD) module, specifically under the Product Development family. Its primary function is to serve as a master reference table for operation classes, which are logical groupings used to categorize and organize manufacturing operations. In the context of formula and process management, operation classes provide a structured method to classify different types of production steps, such as mixing, heating, or packaging. This classification is critical for standardizing process definitions, enabling efficient reporting, and supporting consistent operational execution across the manufacturing enterprise.
Key Information Stored
While the provided ETRM metadata does not list specific columns, the structure and relationships define its core data. The table's primary key is the OPRN_CLASS column, which stores the unique identifier for each operation class. A critical foreign key relationship exists with the FM_TEXT_HDR table via a TEXT_CODE column, indicating that descriptive, multilingual text for each class is stored in a separate descriptive flexfield (DFF) enabled table. This design separates transactional data from translatable descriptions, a common pattern in Oracle EBS. The table's sole purpose is to maintain this master list of valid classification codes.
Common Use Cases and Queries
The primary use case for FM_OPRN_CLS is as a validation and reporting source for manufacturing operations defined in the FM_OPRN_MST (Formula Operation Master) table. It ensures that any operation assigned a class uses a predefined, consistent value. Common queries involve listing all available classes for setup purposes or joining to the operation master for reports. A typical SQL pattern to retrieve all operations with their class descriptions would involve joining through the text table.
SELECT oprn.oprn_id,
oprn.oprn_no,
oprn.oprn_class,
txt.description
FROM fm_oprn_mst oprn,
fm_oprn_cls cls,
fm_text_hdr txt
WHERE oprn.oprn_class = cls.oprn_class
AND cls.text_code = txt.text_code(+);
Administrative use cases include populating list of values (LOVs) in application forms where users assign or search for operations by class.
Related Objects
- FM_OPRN_MST (Formula Operation Master): This is the primary child table. It stores the detailed definition of individual manufacturing operations, each of which can be assigned a class via the
OPRN_CLASScolumn, which referencesFM_OPRN_CLS.OPRN_CLASS. - FM_TEXT_HDR (Formula Text Header): This table stores the translatable description for the operation class, linked via the
TEXT_CODEforeign key. This relationship is standard for descriptive flexfields in Oracle EBS. - FM_OPRN_CLS_PK: The primary key constraint enforcing uniqueness on the
OPRN_CLASScolumn.
It is important to note the ETRM metadata states this table is "Not implemented in this database," which may indicate it is a legacy or placeholder object in certain versions or instances, though its defined relationships clarify its intended logical role.
-
Table: FM_OPRN_CLS
12.1.1
product: GMD - Process Manufacturing Product Development , description: Formula operation class. Used to group operations. , implementation_dba_data: Not implemented in this database ,
-
Table: FM_OPRN_CLS
12.2.2
product: GMD - Process Manufacturing Product Development , description: Formula operation class. Used to group operations. , implementation_dba_data: Not implemented in this database ,
-
APPS.GMDOPVAL_PUB dependencies on FM_OPRN_CLS
12.1.1
-
APPS.GMDOPVAL_PUB dependencies on FM_OPRN_CLS
12.2.2
-
APPS.EDW_OPI_OPRN_MOPM_SZ dependencies on FM_OPRN_CLS
12.1.1
-
TRIGGER: APPS.GMD_OPERATION_CLASS_DL
12.2.2
-
TRIGGER: APPS.GMD_OPERATION_CLASS_DL
12.1.1
-
VIEW: APPS.EDW_OPI_OPRN_OPRC_LCV
12.1.1
-
TRIGGER: APPS.GMD_OPERATION_CLASS_UL
12.1.1
-
TRIGGER: APPS.GMD_OPERATION_CLASS_IL
12.1.1
-
TRIGGER: APPS.GMD_OPERATION_CLASS_IL
12.2.2
-
TRIGGER: APPS.GMD_OPERATION_CLASS_UL
12.2.2
-
APPS.EDW_OPI_OPRN_MOPM_SZ SQL Statements
12.1.1
-
APPS.GMD_OPERATION_CLASS_UL dependencies on GMD_OPERATION_CLASS_PKG
12.2.2
-
APPS.GMD_OPERATION_CLASS_DL dependencies on GMD_OPERATION_CLASS_PKG
12.1.1
-
PACKAGE BODY: APPS.EDW_OPI_OPRN_MOPM_SZ
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:EDW_OPI_OPRN_MOPM_SZ, status:VALID,
-
Table: FM_OPRN_MST
12.1.1
product: GMD - Process Manufacturing Product Development , description: Operation master , implementation_dba_data: Not implemented in this database ,
-
APPS.GMD_OPERATION_CLASS_DL dependencies on GMD_OPERATION_CLASS_PKG
12.2.2
-
APPS.GMD_OPERATION_CLASS_UL dependencies on GMD_OPERATION_CLASS_PKG
12.1.1
-
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 ,
-
SYNONYM: APPS.FM_OPRN_CLS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FM_OPRN_CLS, status:VALID,
-
SYNONYM: APPS.FM_OPRN_CLS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FM_OPRN_CLS, status:VALID,
-
View: EDW_OPI_OPRN_OPRC_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.EDW_OPI_OPRN_OPRC_LCV, object_name:EDW_OPI_OPRN_OPRC_LCV, status:VALID, product: OPI - Operations Intelligence , description: This View Sources the Operations Class associated to operations from Discrete and Process Manufacturing , implementation_dba_data: APPS.EDW_OPI_OPRN_OPRC_LCV ,
-
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 ,
-
Table: FM_OPRN_MST
12.2.2
product: GMD - Process Manufacturing Product Development , description: Operation master , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.GMDOPVAL_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMDOPVAL_PUB, status:VALID,
-
View: EDW_OPI_OPRN_OPRC_LCV
12.2.2
product: OPI - Operations Intelligence (Obsolete) , description: This View Sources the Operations Class associated to operations from Discrete and Process Manufacturing , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.GMDOPVAL_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMDOPVAL_PUB, status:VALID,
-
APPS.EDW_OPI_OPRN_MOPM_SZ dependencies on FM_OPRN_MST
12.1.1
-
APPS.GMDOPVAL_PUB SQL Statements
12.1.1
-
Table: FM_TEXT_HDR
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.FM_TEXT_HDR, object_name:FM_TEXT_HDR, status:VALID, product: GMD - Process Manufacturing Product Development , description: Table used to store text types for Formula Model , implementation_dba_data: GMD.FM_TEXT_HDR ,
-
APPS.GMDOPVAL_PUB SQL Statements
12.2.2
-
Table: FM_TEXT_HDR
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.FM_TEXT_HDR, object_name:FM_TEXT_HDR, status:VALID, product: GMD - Process Manufacturing Product Development , description: Table used to store text types for Formula Model , implementation_dba_data: GMD.FM_TEXT_HDR ,
-
VIEW: APPS.GMD_OPERATION_CLASS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_OPERATION_CLASS_VL, object_name:GMD_OPERATION_CLASS_VL, status:VALID,
-
VIEW: APPS.GMD_OPERATION_CLASS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_OPERATION_CLASS_VL, object_name:GMD_OPERATION_CLASS_VL, status:VALID,
-
VIEW: APPS.EDW_OPI_OPRN_OPRC_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.EDW_OPI_OPRN_OPRC_LCV, object_name:EDW_OPI_OPRN_OPRC_LCV, status:VALID,
-
PACKAGE BODY: APPS.EDW_OPI_OPRN_MOPM_SZ
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
APPS.GMDOPVAL_PUB dependencies on DUAL
12.2.2
-
APPS.GMDOPVAL_PUB dependencies on DUAL
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.GMDOPVAL_PUB
12.1.1
-
PACKAGE BODY: APPS.GMDOPVAL_PUB
12.2.2
-
eTRM - OPI Tables and Views
12.1.1
-
eTRM - GMD Tables and Views
12.1.1
description: QC Module Text Lines. Descriptive text for all tables in this module. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - OPI Tables and Views
12.1.1
-
eTRM - GMD Tables and Views
12.1.1
description: QC Module Text Lines. Descriptive text for all tables in this module. ,