Search Results cm_whse_eff
Overview
The CM_WHSE_EFF table is a core data object within the Process Manufacturing Financials (GMF) module of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It is designated as a costing warehouse effectivities table, primarily serving the critical Cost Rollup Process. This table functions as a control mechanism, defining the specific combinations of inventory organizations, cost calendars, items, and warehouses for which cost calculations are effective and should be processed during cost rollup operations. Its existence is fundamental to ensuring accurate and organization-specific product costing in a process manufacturing environment.
Key Information Stored
The table's structure is defined by its primary and foreign keys, which indicate the essential data entities it links together. The primary keys enforce uniqueness on specific business dimensions. The table stores key identifiers that establish effectivity rules, including the organization code (ORGN_CODE), the cost calendar and period codes (CALENDAR_CODE, PERIOD_CODE), the item cost class (ITEMCOST_CLASS), and the item identifier (ITEM_ID). A critical column is TRGT_WHSE_ID, which is part of a primary key, and COSTING_WHSE, which is referenced in a foreign key relationship. These likely distinguish between a target warehouse for the cost effectivity and the costing warehouse from which costs are sourced. The TEXT_CODE column provides a link to descriptive text headers for additional notes or descriptions related to the effectivity rule.
Common Use Cases and Queries
The principal use case for CM_WHSE_EFF is the execution and validation of the Cost Rollup Process. A rollup process would query this table to determine the complete set of item-warehouse-organization-period combinations that require new cost calculations. Common analytical queries involve verifying setup data or troubleshooting rollup issues. For example, to list all effective cost rules for a specific organization and period, one might use a query such as:
- SELECT org.ORGN_NAME, cal.CALENDAR_CODE, itm.ITEM_NO, whse.WHSE_CODE FROM GMF.CM_WHSE_EFF eff JOIN SY_ORGN_MST org ON eff.ORGN_CODE = org.ORGN_CODE JOIN IC_ITEM_MST itm ON eff.ITEM_ID = itm.ITEM_ID JOIN IC_WHSE_MST whse ON eff.COSTING_WHSE = whse.WHSE_ID WHERE eff.PERIOD_CODE = 'JAN-2024';
Data integrity checks are also frequent, ensuring that all foreign key references (e.g., items, calendars) are valid before initiating a costly rollup job.
Related Objects
As evidenced by its foreign key constraints, CM_WHSE_EFF is a central hub that integrates data from several fundamental EBS tables. Key related objects include:
- CM_CLDR_DTL: Provides the cost calendar period details (CALENDAR_CODE, PERIOD_CODE).
- IC_ITEM_MST / IC_ITEM_MST_B: Master inventory item definitions (ITEM_ID).
- IC_COST_CLS: Item cost class definitions (ITEMCOST_CLASS).
- IC_WHSE_MST: Warehouse master information (COSTING_WHSE).
- SY_ORGN_MST / SY_ORGN_MST_B: Inventory organization master data (ORGN_CODE).
- CM_TEXT_HDR: Stores descriptive text blocks (TEXT_CODE).
These relationships underscore the table's role in consolidating master data from inventory, costing, and organizational modules to govern the cost rollup scope.
-
Table: CM_WHSE_EFF
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_WHSE_EFF, object_name:CM_WHSE_EFF, status:VALID, product: GMF - Process Manufacturing Financials , description: Costing Warehouse Effectivities. Used by Cost Rollup Process , implementation_dba_data: GMF.CM_WHSE_EFF ,
-
Table: CM_WHSE_EFF
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_WHSE_EFF, object_name:CM_WHSE_EFF, status:VALID, product: GMF - Process Manufacturing Financials , description: Costing Warehouse Effectivities. Used by Cost Rollup Process , implementation_dba_data: GMF.CM_WHSE_EFF ,
-
APPS.MTL_DEFAULT_CATEGORY_SETS_PKG dependencies on CM_WHSE_EFF
12.2.2
-
VIEW: APPS.CM_WHSE_EFF_V
12.1.1
-
SYNONYM: APPS.CM_WHSE_EFF
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CM_WHSE_EFF, status:VALID,
-
SYNONYM: APPS.CM_WHSE_EFF
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CM_WHSE_EFF, status:VALID,
-
VIEW: APPS.CM_WHSE_EFF_V
12.2.2
-
VIEW: GMF.CM_WHSE_EFF#
12.2.2
owner:GMF, object_type:VIEW, object_name:CM_WHSE_EFF#, status:VALID,
-
View: CM_WHSE_EFF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.CM_WHSE_EFF_V, object_name:CM_WHSE_EFF_V, status:VALID, product: GMF - Process Manufacturing Financials , description: View to enable master-detail relationship on Rollup Target Warehouses form , implementation_dba_data: APPS.CM_WHSE_EFF_V ,
-
VIEW: GMF.CM_WHSE_EFF#
12.2.2
-
View: CM_WHSE_EFF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMF.CM_WHSE_EFF_V, object_name:CM_WHSE_EFF_V, status:VALID, product: GMF - Process Manufacturing Financials , description: View to enable master-detail relationship on Rollup Target Warehouses form , implementation_dba_data: APPS.CM_WHSE_EFF_V ,
-
Table: IC_COST_CLS
12.1.1
product: GMI - Process Manufacturing Inventory , description: Item costing class , implementation_dba_data: Not implemented in this database ,
-
Table: IC_COST_CLS
12.2.2
product: GMI - Process Manufacturing Inventory , description: Item costing class , implementation_dba_data: Not implemented in this database ,
-
TABLE: GMF.CM_WHSE_EFF
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_WHSE_EFF, object_name:CM_WHSE_EFF, status:VALID,
-
TABLE: GMF.CM_WHSE_EFF
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_WHSE_EFF, object_name:CM_WHSE_EFF, status:VALID,
-
Table: CM_TEXT_HDR
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_TEXT_HDR, object_name:CM_TEXT_HDR, status:VALID, product: GMF - Process Manufacturing Financials , description: Header information for Text entered through Edit Text option , implementation_dba_data: GMF.CM_TEXT_HDR ,
-
Table: CM_CLDR_DTL
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_CLDR_DTL, object_name:CM_CLDR_DTL, status:VALID, product: GMF - Process Manufacturing Financials , description: Costing Calendar Details , implementation_dba_data: GMF.CM_CLDR_DTL ,
-
Table: CM_TEXT_HDR
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_TEXT_HDR, object_name:CM_TEXT_HDR, status:VALID, product: GMF - Process Manufacturing Financials , description: Header information for Text entered through Edit Text option , implementation_dba_data: GMF.CM_TEXT_HDR ,
-
PACKAGE BODY: APPS.MTL_DEFAULT_CATEGORY_SETS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MTL_DEFAULT_CATEGORY_SETS_PKG, status:VALID,
-
Table: CM_CLDR_DTL
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_CLDR_DTL, object_name:CM_CLDR_DTL, status:VALID, product: GMF - Process Manufacturing Financials , description: Costing Calendar Details , implementation_dba_data: GMF.CM_CLDR_DTL ,
-
VIEW: APPS.CM_WHSE_EFF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMF.CM_WHSE_EFF_V, object_name:CM_WHSE_EFF_V, status:VALID,
-
VIEW: APPS.CM_WHSE_EFF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.CM_WHSE_EFF_V, object_name:CM_WHSE_EFF_V, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
Table: IC_WHSE_MST
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_WHSE_MST, object_name:IC_WHSE_MST, status:VALID, product: GMI - Process Manufacturing Inventory , description: Warehouse master.This table contains warehouse definition information. , implementation_dba_data: GMI.IC_WHSE_MST ,
-
Table: IC_WHSE_MST
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_WHSE_MST, object_name:IC_WHSE_MST, status:VALID, product: GMI - Process Manufacturing Inventory , description: Warehouse master.This table contains warehouse definition information. , implementation_dba_data: GMI.IC_WHSE_MST ,
-
Table: SY_ORGN_MST_B
12.1.1
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_ORGN_MST_B, object_name:SY_ORGN_MST_B, status:VALID, product: GMA - Process Manufacturing Systems , description: Organization code master Base Table. , implementation_dba_data: GMA.SY_ORGN_MST_B ,
-
Table: SY_ORGN_MST
12.1.1
product: GMA - Process Manufacturing Systems , description: Organization code master. , implementation_dba_data: Not implemented in this database ,
-
Table: SY_ORGN_MST
12.2.2
product: GMA - Process Manufacturing Systems , description: Organization code master. , implementation_dba_data: Not implemented in this database ,
-
Table: SY_ORGN_MST_B
12.2.2
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_ORGN_MST_B, object_name:SY_ORGN_MST_B, status:VALID, product: GMA - Process Manufacturing Systems , description: Organization code master Base Table. , implementation_dba_data: GMA.SY_ORGN_MST_B ,
-
Table: IC_ITEM_MST
12.1.1
product: GMI - Process Manufacturing Inventory , description: This is the Item definition table. It contains all information relating to an item, such as lot/sublot control, unit of measure information, and all class and type designations. , implementation_dba_data: Not implemented in this database ,
-
Table: IC_ITEM_MST_B
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_ITEM_MST_B, object_name:IC_ITEM_MST_B, status:VALID, product: GMI - Process Manufacturing Inventory , description: This is the Item definition table. It contains all information relating to an item, such as lot/sublot control, unit of measure information, and all class and type designations. , implementation_dba_data: GMI.IC_ITEM_MST_B ,
-
Table: IC_ITEM_MST_B
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_ITEM_MST_B, object_name:IC_ITEM_MST_B, status:VALID, product: GMI - Process Manufacturing Inventory , description: This is the Item definition table. It contains all information relating to an item, such as lot/sublot control, unit of measure information, and all class and type designations. , implementation_dba_data: GMI.IC_ITEM_MST_B ,
-
Table: IC_ITEM_MST
12.2.2
product: GMI - Process Manufacturing Inventory , description: This is the Item definition table. It contains all information relating to an item, such as lot/sublot control, unit of measure information, and all class and type designations. , implementation_dba_data: Not implemented in this database ,
-
APPS.MTL_DEFAULT_CATEGORY_SETS_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.MTL_DEFAULT_CATEGORY_SETS_PKG
12.2.2
-
eTRM - GMF Tables and Views
12.1.1
description: Defines Third-Party software which has a supported interface to OPM. ,
-
eTRM - GMF Tables and Views
12.2.2
description: Defines Third-Party software which has a supported interface to OPM. ,
-
eTRM - GMF Tables and Views
12.1.1
description: Defines Third-Party software which has a supported interface to OPM. ,
-
eTRM - GMF Tables and Views
12.2.2
description: Defines Third-Party software which has a supported interface to OPM. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1