Search Results fm_fmct_cls
Overview
The FM_FMCT_CLS table, owned by the GMD (Process Manufacturing Product Development) schema, is a reference table designed to store formula control classes within Oracle E-Business Suite 12.1.1 and 12.2.2. Its primary role is to categorize and enforce business rules or validation controls for formulas in the Process Manufacturing module. However, a critical detail from the official documentation is its explicit description as "-NOT USED-". This indicates that while the table structure exists within the database schema and maintains defined relationships with core formula tables, its functional implementation for storing active control class data may be deprecated or reserved for future use. Its presence is primarily architectural, supporting referential integrity through its foreign key constraints.
Key Information Stored
The table's structure is centered on the control class identifier. The primary column is FMCONTROL_CLASS, which serves as the unique key (Primary Key: FM_FMCT_CLS_PK) for identifying a specific formula control class. Based on standard Oracle EBS design patterns for reference tables with descriptive text, it likely includes a TEXT_CODE column. This column would typically be a foreign key to the FND_TEXT_HDR table (represented as FM_TEXT_HDR in the metadata), enabling the storage of translatable descriptions and long text for the control class. The "-NOT USED-" status suggests that any records present may be seed data or placeholders rather than actively maintained application data.
Common Use Cases and Queries
Given its documented status, direct operational use cases are minimal. Its primary utility is for technical analysis, data integrity checks, and understanding the application's schema. Common queries would involve investigating its relationships or verifying the absence of active data. A sample query to list all defined control classes and their descriptions would be:
- SELECT fct.fmcontrol_class, tl.description FROM gmd.fm_fmct_cls fct, fnd_text_tl tl WHERE fct.text_code = tl.text_id AND tl.language = USERENV('LANG');
Another critical query would be to confirm its unused status by checking for any references in the main formula tables: SELECT DISTINCT fmcontrol_class FROM gmd.fm_form_mst_b WHERE fmcontrol_class IS NOT NULL;
Related Objects
The FM_FMCT_CLS table is structurally integrated into the Process Manufacturing formula foundation through several foreign key relationships, as documented in the ETRM. The key related objects are:
- FM_FORM_MST_B and FM_FORM_MST: The primary formula master tables. They reference FM_FMCT_CLS via their FMCONTROL_CLASS column, linking a formula to a potential control class.
- LM_FORM_MST: The formula master table for laboratory management, which also references this control class table.
- FM_TEXT_HDR: The table that stores the header for descriptive text entities, linked via the TEXT_CODE column in FM_FMCT_CLS.
These relationships underscore the table's intended role in the data model, even if its business logic is currently inactive.
-
Table: FM_FMCT_CLS
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.FM_FMCT_CLS, object_name:FM_FMCT_CLS, status:VALID, product: GMD - Process Manufacturing Product Development , description: Formula control classes -NOT USED- , implementation_dba_data: GMD.FM_FMCT_CLS ,
-
Table: FM_FMCT_CLS
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.FM_FMCT_CLS, object_name:FM_FMCT_CLS, status:VALID, product: GMD - Process Manufacturing Product Development , description: Formula control classes -NOT USED- , implementation_dba_data: GMD.FM_FMCT_CLS ,
-
VIEW: GMD.FM_FMCT_CLS#
12.2.2
owner:GMD, object_type:VIEW, object_name:FM_FMCT_CLS#, status:VALID,
-
SYNONYM: APPS.FM_FMCT_CLS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FM_FMCT_CLS, status:VALID,
-
SYNONYM: APPS.FM_FMCT_CLS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FM_FMCT_CLS, status:VALID,
-
VIEW: GMD.FM_FMCT_CLS#
12.2.2
-
Table: FM_FORM_MST
12.1.1
product: GMD - Process Manufacturing Product Development , description: Formula header table , implementation_dba_data: Not implemented in this database ,
-
Table: FM_FORM_MST_B
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.FM_FORM_MST_B, object_name:FM_FORM_MST_B, status:VALID, product: GMD - Process Manufacturing Product Development , description: Formula header base table , implementation_dba_data: GMD.FM_FORM_MST_B ,
-
TABLE: GMD.FM_FMCT_CLS
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.FM_FMCT_CLS, object_name:FM_FMCT_CLS, status:VALID,
-
TABLE: GMD.FM_FMCT_CLS
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.FM_FMCT_CLS, object_name:FM_FMCT_CLS, status:VALID,
-
Table: FM_FORM_MST_B
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.FM_FORM_MST_B, object_name:FM_FORM_MST_B, status:VALID, product: GMD - Process Manufacturing Product Development , description: Formula header base table , implementation_dba_data: GMD.FM_FORM_MST_B ,
-
Table: LM_FORM_MST
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.LM_FORM_MST, object_name:LM_FORM_MST, status:VALID, product: GMD - Process Manufacturing Product Development , description: OBSOLETE as of 11.5.6 (OPM PF.G) , implementation_dba_data: GMD.LM_FORM_MST ,
-
Table: LM_FORM_MST
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.LM_FORM_MST, object_name:LM_FORM_MST, status:VALID, product: GMD - Process Manufacturing Product Development , description: OBSOLETE as of 11.5.6 (OPM PF.G) , implementation_dba_data: GMD.LM_FORM_MST ,
-
Table: FM_FORM_MST
12.2.2
product: GMD - Process Manufacturing Product Development , description: Formula header table , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
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 ,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
eTRM - GMD Tables and Views
12.2.2
description: QC Module Text Lines. Descriptive text for all tables in this module. ,
-
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.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. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1