Search Results cm_scst_led
Overview
The CM_SCST_LED 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 functions as the Standard Costs Ledger, providing a permanent, auditable record of all standard cost calculations performed for manufactured items. Rows are systematically inserted into this table during the cost rollup process, which is a critical periodic activity for calculating and updating product costs. The table's primary role is to serve as a ledger, capturing the detailed formula, routing, and cost component data used in each calculation, thereby ensuring traceability and supporting cost analysis and variance reporting.
Key Information Stored
The table stores a comprehensive snapshot of a costed item's manufacturing definition and its calculated costs at a point in time. While the full column list is not detailed in the provided metadata, the foreign key relationships indicate it holds several critical data points. These include the item identifier (ITEM_ID), the warehouse code (WHSE_CODE), and the specific resources (RESOURCES) used in its routing. It also stores unit of measure information for the formula product (FORM_PROD_UM), item fixed material quantity (ITEM_FMQTY_UM), and resource usage (USAGE_UM). A key column is RUDTL_ID, which serves as the table's primary key. Crucially, the table maintains a link to detailed component cost breakdowns via the CMPNTCOST_ID foreign key to CM_CMPT_DTL.
Common Use Cases and Queries
The primary use case for CM_SCST_LED is historical cost analysis and troubleshooting. Analysts query this ledger to review the exact cost structure of a product as it was calculated in a specific cost rollup, compare costs across different rollup periods to identify trends, and investigate cost variances. A typical query would join to item and resource master tables to retrieve descriptive information. For example, to find the latest standard cost for an item:
- SELECT led.*, item.item_no, item.desc1 FROM GMF.CM_SCST_LED led JOIN IC_ITEM_MST item ON led.ITEM_ID = item.ITEM_ID WHERE item.ITEM_NO = '<ITEM_CODE>' ORDER BY led.CREATION_DATE DESC;
Another common pattern is drilling into cost components by joining to CM_CMPT_DTL to analyze material, resource, and overhead elements that constitute the total rolled-up cost stored in this ledger.
Related Objects
The CM_SCST_LED table is centrally connected to several master and transactional tables within the GMF and Process Manufacturing schema, as documented by its foreign keys. Key relationships include:
- CM_CMPT_DTL: Joined via CM_SCST_LED.CMPNTCOST_ID = CM_CMPT_DTL.CMPNTCOST_ID. This is the most direct link to the detailed cost component breakdowns.
- IC_ITEM_MST / IC_ITEM_MST_B: Joined via CM_SCST_LED.ITEM_ID. Provides the item master information for the costed product.
- CR_RSRC_MST / CR_RSRC_MST_B: Joined via CM_SCST_LED.RESOURCES. Provides master data for manufacturing resources used in the routing.
- IC_WHSE_MST: Joined via CM_SCST_LED.WHSE_CODE. Identifies the costing warehouse.
- SY_UOMS_MST: Joined three times for different units of measure (FORM_PROD_UM, ITEM_FMQTY_UM, USAGE_UM). Provides the unit of measure descriptions and conversion data.
-
Table: CM_SCST_LED
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_SCST_LED, object_name:CM_SCST_LED, status:VALID, product: GMF - Process Manufacturing Financials , description: Standard Costs Ledger. Rows are created during the cost rollup process. It serves the purpose of a ledger on the performed cost calculations of each product. Formula and routing information is maintained within this table. Has a detailed , implementation_dba_data: GMF.CM_SCST_LED ,
-
Table: CM_SCST_LED
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_SCST_LED, object_name:CM_SCST_LED, status:VALID, product: GMF - Process Manufacturing Financials , description: Standard Costs Ledger. Rows are created during the cost rollup process. It serves the purpose of a ledger on the performed cost calculations of each product. Formula and routing information is maintained within this table. Has a detailed , implementation_dba_data: GMF.CM_SCST_LED ,
-
APPS.GMF_MIGRATION dependencies on CM_SCST_LED
12.1.1
-
APPS.GMF_MIGRATION dependencies on CM_SCST_LED
12.2.2
-
APPS.GMF_CBOM_REP_PKG dependencies on CM_SCST_LED
12.2.2
-
APPS.GMF_COPY_ITEM_COST dependencies on CM_SCST_LED
12.2.2
-
APPS.GMF_CBOM_REP_PKG dependencies on CM_SCST_LED
12.1.1
-
APPS.GMF_COPY_ITEM_COST dependencies on CM_SCST_LED
12.1.1
-
APPS.GMF_COPY_ITEM_COST dependencies on CM_ACST_LED
12.2.2
-
APPS.GMF_COPY_ITEM_COST dependencies on CM_ACST_LED
12.1.1
-
SYNONYM: APPS.CM_SCST_LED
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CM_SCST_LED, status:VALID,
-
SYNONYM: APPS.CM_SCST_LED
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CM_SCST_LED, status:VALID,
-
VIEW: GMF.CM_SCST_LED#
12.2.2
owner:GMF, object_type:VIEW, object_name:CM_SCST_LED#, status:VALID,
-
VIEW: APPS.PMIBV_STANDARD_COST_LEDGER_V
12.2.2
-
VIEW: APPS.PMIBV_STANDARD_COST_LEDGER_V
12.1.1
-
APPS.GMF_CBOM_REP_PKG dependencies on CM_CMPT_DTL
12.1.1
-
APPS.GMF_CBOM_REP_PKG dependencies on CM_CMPT_DTL
12.2.2
-
APPS.GMF_MIGRATION dependencies on GL_ITEM_CST
12.1.1
-
VIEW: APPS.PMIFV_STANDARD_COST_LEDGER_V
12.1.1
-
Table: SY_UOMS_MST
12.1.1
product: GMA - Process Manufacturing Systems , description: Unit of measure master for Oracle Process Manufacturing. Synchronized with MTL_UNITS_OF_MEASURE and associated tables when Oracle Financials is used. , implementation_dba_data: Not implemented in this database ,
-
Table: SY_UOMS_MST
12.2.2
product: GMA - Process Manufacturing Systems , description: Unit of measure master for Oracle Process Manufacturing. Synchronized with MTL_UNITS_OF_MEASURE and associated tables when Oracle Financials is used. , implementation_dba_data: Not implemented in this database ,
-
APPS.GMF_MIGRATION dependencies on GL_ITEM_CST
12.2.2
-
TABLE: GMF.CM_SCST_LED
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_SCST_LED, object_name:CM_SCST_LED, status:VALID,
-
VIEW: GMF.CM_SCST_LED#
12.2.2
-
APPS.GMF_MIGRATION dependencies on CM_ACST_LED
12.1.1
-
TABLE: GMF.CM_SCST_LED
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_SCST_LED, object_name:CM_SCST_LED, status:VALID,
-
VIEW: APPS.PMIFV_STANDARD_COST_LEDGER_V
12.2.2
-
APPS.GMF_CBOM_REP_PKG SQL Statements
12.1.1
-
APPS.GMF_MIGRATION dependencies on CM_ACST_LED
12.2.2
-
APPS.GMF_CBOM_REP_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.GMF_CBOM_REP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMF_CBOM_REP_PKG, status:VALID,
-
Table: CR_RSRC_MST
12.2.2
product: GMP - Process Manufacturing Process Planning , description: Resource master , implementation_dba_data: Not implemented in this database ,
-
Table: CR_RSRC_MST_B
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.CR_RSRC_MST_B, object_name:CR_RSRC_MST_B, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Resource master , implementation_dba_data: GMP.CR_RSRC_MST_B ,
-
View: PMIBV_STANDARD_COST_LEDGER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIBV_STANDARD_COST_LEDGER_V, object_name:PMIBV_STANDARD_COST_LEDGER_V, status:VALID, product: PMI - Process Manufacturing Intelligence (Obsolete) , description: Ledger of OPM Costing detail information produced during Cost Rollup processing. , implementation_dba_data: APPS.PMIBV_STANDARD_COST_LEDGER_V ,
-
Table: CM_CMPT_DTL
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_CMPT_DTL, object_name:CM_CMPT_DTL, status:VALID, product: GMF - Process Manufacturing Financials , description: Cost Component Details , implementation_dba_data: GMF.CM_CMPT_DTL ,
-
Table: CR_RSRC_MST_B
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.CR_RSRC_MST_B, object_name:CR_RSRC_MST_B, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Resource master , implementation_dba_data: GMP.CR_RSRC_MST_B ,
-
PACKAGE BODY: APPS.GMF_CBOM_REP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMF_CBOM_REP_PKG, status:VALID,
-
Table: CM_CMPT_DTL
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_CMPT_DTL, object_name:CM_CMPT_DTL, status:VALID, product: GMF - Process Manufacturing Financials , description: Cost Component Details , implementation_dba_data: GMF.CM_CMPT_DTL ,
-
View: PMIBV_STANDARD_COST_LEDGER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIBV_STANDARD_COST_LEDGER_V, object_name:PMIBV_STANDARD_COST_LEDGER_V, status:VALID, product: PMI - Process Manufacturing Intelligence , description: Ledger of OPM Costing detail information produced during Cost Rollup processing. , implementation_dba_data: APPS.PMIBV_STANDARD_COST_LEDGER_V ,
-
PACKAGE BODY: APPS.GMF_COPY_ITEM_COST
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMF_COPY_ITEM_COST, status:VALID,
-
PACKAGE BODY: APPS.GMF_COPY_ITEM_COST
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMF_COPY_ITEM_COST, status:VALID,
-
Table: CR_RSRC_MST
12.1.1
product: GMP - Process Manufacturing Process Planning , description: Resource master , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.PMIBV_FORMULA_COST_V
12.2.2
-
VIEW: APPS.PMIFV_FORMULA_COST_V
12.1.1
-
View: PMIFV_STANDARD_COST_LEDGER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_STANDARD_COST_LEDGER_V, object_name:PMIFV_STANDARD_COST_LEDGER_V, status:VALID, product: PMI - Process Manufacturing Intelligence (Obsolete) , description: Ledger of Process Manufacturing Costing detail information produced during Cost Rollup processing. , implementation_dba_data: APPS.PMIFV_STANDARD_COST_LEDGER_V ,
-
View: PMIFV_STANDARD_COST_LEDGER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_STANDARD_COST_LEDGER_V, object_name:PMIFV_STANDARD_COST_LEDGER_V, status:VALID, product: PMI - Process Manufacturing Intelligence , description: Ledger of Process Manufacturing Costing detail information produced during Cost Rollup processing. , implementation_dba_data: APPS.PMIFV_STANDARD_COST_LEDGER_V ,
-
VIEW: APPS.PMIBV_FORMULA_COST_V
12.1.1
-
VIEW: APPS.PMIFV_FORMULA_COST_V
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1