Search Results cst_item_costs
Overview
The CST_ITEM_COSTS table is a core data object within the Bills of Material (BOM) module of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. It functions as the primary repository for item cost summaries, serving as the central ledger for storing and managing the current, frozen, or pending cost of inventory items within a specific cost type and organization. This table is fundamental to the Oracle Cost Management system, enabling critical business processes such as inventory valuation, cost roll-ups for manufactured items, variance analysis, and profitability reporting. Its integrity is maintained through a primary key constraint and several foreign key relationships that enforce data consistency across the costing schema.
Key Information Stored
The table's structure is defined by its primary key, which uniquely identifies a cost record through a combination of INVENTORY_ITEM_ID, COST_TYPE_ID, and ORGANIZATION_ID. This design allows for multiple cost types (e.g., Frozen, Average, Pending) per item per organization. Key columns include ITEM_COST, which stores the total unit cost, and LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, and CREATED_BY for audit trails. The COST_UPDATE_ID column links to the CST_COST_UPDATES table, tracking the specific cost update transaction that last modified the cost. Other significant columns may include MATERIAL_COST, MATERIAL_OVERHEAD_COST, RESOURCE_COST, OUTSIDE_PROCESSING_COST, and OVERHEAD_COST, which break down the total item cost into its constituent elements, though these are not explicitly listed in the provided metadata.
Common Use Cases and Queries
A primary use case is retrieving the current standard cost for inventory valuation or sales order pricing. A typical query joins CST_ITEM_COSTS with MTL_SYSTEM_ITEMS_B and CST_COST_TYPES.
- Sample Query for Item Costs: SELECT msib.segment1 item_code, cic.item_cost, cct.cost_type FROM bom.cst_item_costs cic, inv.mtl_system_items_b msib, bom.cst_cost_types cct WHERE cic.inventory_item_id = msib.inventory_item_id AND cic.organization_id = msib.organization_id AND cic.cost_type_id = cct.cost_type_id AND cct.cost_type = 'Frozen' AND msib.segment1 = '<ITEM>' AND cic.organization_id = <ORG_ID>;
- Cost Roll-Up Analysis: The table is queried to validate costs after a cost roll-up process for a manufactured assembly.
- Reporting: It serves as the foundation for standard cost reports, inventory valuation reports, and gross margin analysis by providing the definitive cost basis.
Related Objects
As indicated by the foreign keys, CST_ITEM_COSTS has integral relationships with several other core tables. It references CST_COST_TYPES via COST_TYPE_ID to define the costing method. It references MTL_SYSTEM_ITEMS_B via INVENTORY_ITEM_ID and ORGANIZATION_ID to identify the item. It references CST_COST_UPDATES via COST_UPDATE_ID for transaction history. Crucially, it is the parent table for CST_ITEM_COST_DETAILS, which holds the granular, element-level cost breakdowns (material, resource, overhead, etc.) that sum to the ITEM_COST in this summary table. This relationship is essential for detailed cost analysis and troubleshooting.
-
Table: CST_ITEM_COSTS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_ITEM_COSTS, object_name:CST_ITEM_COSTS, status:VALID, product: BOM - Bills of Material , description: Item cost summary , implementation_dba_data: BOM.CST_ITEM_COSTS ,
-
Table: CST_ITEM_COSTS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_ITEM_COSTS, object_name:CST_ITEM_COSTS, status:VALID, product: BOM - Bills of Material , description: Item cost summary , implementation_dba_data: BOM.CST_ITEM_COSTS ,
-
APPS.CSTPCINT dependencies on CST_ITEM_COSTS
12.2.2
-
APPS.CSP_AUTO_ASLMSL_PVT dependencies on CST_ITEM_COSTS
12.1.1
-
APPS.MRP_CL_FUNCTION dependencies on CST_ITEM_COSTS
12.1.1
-
APPS.CSTPCOIC dependencies on CST_ITEM_COSTS
12.1.1
-
APPS.BOM_CSTRSCCR_XMLP_PKG dependencies on CST_ITEM_COSTS
12.1.1
-
APPS.BOM_CSTRSCCR_XMLP_PKG dependencies on CST_ITEM_COSTS
12.2.2
-
APPS.ARRX_COGS_REP_INNER dependencies on CST_ITEM_COSTS
12.1.1
-
APPS.MRP_CL_FUNCTION dependencies on CST_ITEM_COSTS
12.2.2
-
APPS.CSTPSCEX dependencies on CST_ITEM_COSTS
12.1.1
-
APPS.CTO_UTILITY_PK dependencies on CST_ITEM_COSTS
12.2.2
-
APPS.ENG_ECO_COST dependencies on CST_ITEM_COSTS
12.2.2
-
APPS.CSTPSCCM dependencies on CST_ITEM_COSTS
12.2.2
-
APPS.ARRX_COGS_REP_INNER dependencies on CST_ITEM_COSTS
12.2.2
-
APPS.CSTPPCIC dependencies on CST_ITEM_COSTS
12.2.2
-
APPS.CSTPSCCR dependencies on CST_ITEM_COSTS
12.2.2
-
APPS.CSP_AUTO_ASLMSL_PVT dependencies on CST_ITEM_COSTS
12.2.2
-
APPS.CSTPOYLD dependencies on CST_ITEM_COSTS
12.1.1
-
APPS.ISC_EDW_BOOKINGS_F_SIZE dependencies on CST_ITEM_COSTS
12.1.1
-
APPS.CSD_COST_ANALYSIS_PVT dependencies on CST_ITEM_COSTS
12.1.1
-
APPS.BOMPCEXP dependencies on CST_ITEM_COSTS
12.1.1
-
APPS.ENG_COPY_TABLE_ROWS_PKG dependencies on CST_ITEM_COSTS
12.1.1
-
APPS.CSTPACOV dependencies on CST_ITEM_COSTS
12.1.1
-
APPS.CST_INVENTORY_PVT dependencies on CST_ITEM_COSTS
12.1.1
-
APPS.CSTPCINT dependencies on CST_ITEM_COSTS
12.1.1
-
APPS.CSP_PLANNER_NOTIFICATIONS dependencies on CST_ITEM_COSTS
12.1.1
-
APPS.CST_ITEM_COST_IMPORT_INTERFACE dependencies on CST_ITEM_COSTS
12.1.1
-
APPS.JMF_SHIKYU_RPT_CUR_PVT dependencies on CST_ITEM_COSTS
12.2.2
-
APPS.INV_ITEM_PVT dependencies on CST_ITEM_COSTS
12.2.2
-
APPS.CST_COST_API dependencies on CST_ITEM_COSTS
12.2.2
-
APPS.CSTPMECS dependencies on CST_ITEM_COSTS
12.2.2
-
APPS.INVIDSCS dependencies on CST_ITEM_COSTS
12.2.2
-
APPS.OE_ORDER_CACHE dependencies on CST_ITEM_COSTS
12.2.2
-
APPS.CSTPOYUT dependencies on CST_ITEM_COSTS
12.2.2
-
APPS.CST_ITEM_COST_IMPORT_INTERFACE dependencies on CST_ITEM_COSTS
12.2.2
-
APPS.CSTPPCAT dependencies on CST_ITEM_COSTS
12.1.1
-
APPS.CSTPSMUT dependencies on CST_ITEM_COSTS
12.1.1
-
APPS.CST_COST_API dependencies on CST_ITEM_COSTS
12.1.1
-
APPS.JAI_PO_OSP_PKG dependencies on CST_ITEM_COSTS
12.2.2
-
APPS.CSTPAVCP dependencies on CST_ITEM_COSTS
12.1.1
-
APPS.JMF_SHIKYU_RPT_CFR_PVT dependencies on CST_ITEM_COSTS
12.2.2
-
APPS.CSTPPCIC dependencies on CST_ITEM_COSTS
12.1.1
-
APPS.CSP_PLANNER_NOTIFICATIONS dependencies on CST_ITEM_COSTS
12.2.2
-
APPS.CSTPSCEX dependencies on CST_ITEM_COSTS
12.2.2
-
APPS.CST_EAMJOB_ACTESTIMATE dependencies on CST_ITEM_COSTS
12.2.2
-
APPS.MRP_EPI dependencies on CST_ITEM_COSTS
12.2.2
-
APPS.CSTPPWMX dependencies on CST_ITEM_COSTS
12.2.2
-
APPS.CTO_UPDATE_ITEMS_PK dependencies on CST_ITEM_COSTS
12.2.2
-
APPS.CSD_ESTIMATE_UTILS_PVT dependencies on CST_ITEM_COSTS
12.2.2