Search Results oprn_class_desc
Overview
APPS.EDW_OPI_OPRN_OPRC_LCV is a reporting and integration view in the Oracle E-Business Suite (EBS) data warehouse layer, exposed under the APPS schema. The name follows Oracle's EDW (Enterprise Data Warehouse) naming convention for views that feed operational reporting, extract, and analytics pipelines spanning Oracle Process Manufacturing (OPM) and discrete manufacturing data models. The "LCV" suffix denotes a local coverage view within the EDW_OPI (Open Interfaces / Process Intelligence) family, indicating that it consolidates source records for extraction into downstream staging areas or BI repositories.
The view presents a denormalized, presentation-ready projection of operation class definitions. It combines the operation class code, the operation class description, and the local instance identifier into a single descriptive column, and additionally exposes the description ("oprn_class_desc") as a standalone field. This dual representation is characteristic of EDW coverage views, which frequently emit both a composite display value and individual attributes so that consumers do not have to concatenate values themselves. The view is documented in ETRM for Release 12.2.2 and applies equally to 12.1.1 deployments where the OPM and EDW modules are installed.
The mention of "oprn_class_desc" in search queries confirms that users reach this view primarily to resolve operation class descriptions rather than to perform transactional processing.
Underlying Base Objects
The documented view text defines the projection over exactly two base relations: FM_OPRN_CLS (aliased FO) and EDW_LOCAL_INSTANCE (aliased I). No additional base tables are documented in the ETRM metadata associated with this view.
- FM_OPRN_CLS — the OPM operation class master table. It supplies OPRN_CLASS, OPRN_CLASS_DESC, LAST_UPDATE_DATE, and CREATION_DATE. This is the authoritative source for operation classification within process manufacturing.
- EDW_LOCAL_INSTANCE — the EDW instance registry. It supplies INSTANCE_CODE, which identifies the source EBS instance and allows the view to stamp each row with its origin.
Because the FROM clause lists the two tables without a WHERE predicate, the view produces a cross join: every operation class row is combined with every row in EDW_LOCAL_INSTANCE. In a standard EBS installation this is typically a single-row instance record, so the effective cardinality equals the number of rows in FM_OPRN_CLS. In multi-instance or consolidated warehouse configurations, the row count multiplies by the number of registered instances, which is the intended behavior for local coverage views that must carry instance provenance.
Key Columns
- Column 1 ('ALL') — a literal constant, conventionally used by EDW ETL routines as a wildcard or aggregation marker.
- Column 2 (OPRN_CLASS || '-' || I.INSTANCE_CODE || '-OPM') — the composite key or display code, blending the operation class, instance code, and the "-OPM" suffix that flags the process manufacturing origin.
- Column 3 ('OPRC') — a literal type/domain discriminator, identifying the record as belonging to the operation class category.
- Column 4 (OPRN_CLASS_DESC || '(' || OPRN_CLASS || ')') — the formatted label, combining the human-readable description with the underlying code in parentheses.
- OPRN_CLASS_DESC — the raw operation class description from FM_OPRN_CLS; this is the column most commonly searched for and referenced by consumers.
- Five NULL placeholders — reserved slots that maintain a fixed column layout across the EDW view family for union compatibility.
- LAST_UPDATE_DATE and CREATION_DATE — audit timestamps propagated from FM_OPRN_CLS for incremental extraction and change tracking.
Common Use Cases and Queries
The view is typically used to populate lookup or dimension tables in a reporting layer, to validate operation class codes during conversions, and to drive parameter lists in process manufacturing reports. A representative query follows:
- Retrieve all operation class descriptions: SELECT oprn_class_desc FROM apps.edw_opi_oprn_oprc_lcv ORDER BY oprn_class_desc;
- Resolve composite label and instance: SELECT column2, oprn_class_desc, last_update_date FROM apps.edw_opi_oprn_oprc_lcv WHERE column2 LIKE '%-OPM';
- Incremental extraction: SELECT * FROM apps.edw_opi_oprn_oprc_lcv WHERE last_update_date >= :last_run;
Because the column names in the fixed-width projection are not explicitly aliased in the documented text, consumers should query the view definition or use positional references when exact column labels are required. Filters should generally be pushed against OPRN_CLASS_DESC or the audit dates to keep result sets compact given the cross-join construction.
-
VIEW: APPS.EDW_OPI_OPRN_OPRC_LCV
12.1.1
-
VIEW: GMD.GMD_OPERATION_CLASS_B#
12.2.2
-
VIEW: GMD.GMD_OPERATIONS_CLASS_B#
12.2.2
-
VIEW: GMD.GMD_OPERATION_CLASS_TL#
12.2.2
-
TABLE: GMD.GMD_OPERATION_CLASS_TL
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_OPERATION_CLASS_TL, object_name:GMD_OPERATION_CLASS_TL, 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 ,
-
APPS.GMD_OPERATION_CLASS_PKG SQL Statements
12.1.1
-
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 ,
-
APPS.GMD_OPERATION_CLASS_PKG SQL Statements
12.2.2
-
VIEW: GMD.GMD_OPERATIONS_CLASS_B#
12.2.2
owner:GMD, object_type:VIEW, object_name:GMD_OPERATIONS_CLASS_B#, status:VALID,
-
VIEW: GMD.GMD_OPERATION_CLASS_B#
12.2.2
owner:GMD, object_type:VIEW, object_name:GMD_OPERATION_CLASS_B#, status:VALID,
-
View: 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, product: GMD - Process Manufacturing Product Development , description: View for Operation Class Base and translation tables , implementation_dba_data: APPS.GMD_OPERATION_CLASS_VL ,
-
VIEW: GMD.GMD_OPERATION_CLASS_TL#
12.2.2
owner:GMD, object_type:VIEW, object_name:GMD_OPERATION_CLASS_TL#, status:VALID,
-
TABLE: GMD.GMD_OPERATIONS_CLASS_B
12.2.2
owner:GMD, object_type:TABLE, object_name:GMD_OPERATIONS_CLASS_B, status:VALID,
-
TABLE: GMD.GMD_OPERATIONS_CLASS_B
12.1.1
owner:GMD, object_type:TABLE, object_name:GMD_OPERATIONS_CLASS_B, status:VALID,
-
APPS.EDW_OPI_OPRN_MOPM_SZ SQL Statements
12.1.1
-
TABLE: GMD.GMD_OPERATION_CLASS_TL
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_OPERATION_CLASS_TL, object_name:GMD_OPERATION_CLASS_TL, status:VALID,
-
TABLE: GMD.GMD_OPERATION_CLASS_B
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_OPERATION_CLASS_B, object_name:GMD_OPERATION_CLASS_B, 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,
-
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,
-
PACKAGE BODY: APPS.GMD_OPERATION_CLASS_PKG
12.1.1
-
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.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,
-
TABLE: GMD.GMD_OPERATION_CLASS_B
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_OPERATION_CLASS_B, object_name:GMD_OPERATION_CLASS_B, status:VALID,
-
PACKAGE BODY: APPS.GMD_OPERATION_CLASS_PKG
12.2.2
-
View: 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, product: GMD - Process Manufacturing Product Development , description: View for Operation Class Base and translation tables , implementation_dba_data: APPS.GMD_OPERATION_CLASS_VL ,
-
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: 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 ,
-
PACKAGE BODY: APPS.EDW_OPI_OPRN_MOPM_SZ
12.1.1
-
APPS.GME_GANTT_PKG SQL Statements
12.1.1
-
APPS.GME_GANTT_PKG SQL Statements
12.2.2
-
APPS.GMD_OPERATION_CLASS_PKG dependencies on GMD_OPERATION_CLASS_TL
12.2.2
-
APPS.GMD_OPERATION_CLASS_PKG dependencies on GMD_OPERATION_CLASS_TL
12.1.1
-
APPS.EDW_OPI_OPRN_MOPM_SZ dependencies on FM_OPRN_CLS
12.1.1
-
APPS.GME_GANTT_PKG dependencies on GMD_OPERATION_CLASS
12.1.1
-
APPS.GME_GANTT_PKG dependencies on GMD_OPERATION_CLASS
12.2.2
-
PACKAGE BODY: APPS.GME_GANTT_PKG
12.1.1
-
PACKAGE BODY: APPS.GME_GANTT_PKG
12.2.2
-
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 - PMI Tables and Views
12.1.1
-
eTRM - PMI Tables and Views
12.2.2