Search Results cst_item_cost_details
Overview
The CST_ITEM_COST_DETAILS table is a core transactional data store within the Oracle E-Business Suite (EBS) Bills of Material (BOM) product, specifically for Cost Management. It serves as the detailed ledger for item costs, breaking down the total cost of an item in a given cost type and organization into its constituent elements. While the CST_ITEM_COSTS table holds the summarized, rolled-up total cost for an item, CST_ITEM_COST_DETAILS provides the granular, atomic-level cost components that sum to that total. This detailed breakdown is fundamental for cost analysis, variance reporting, and understanding the makeup of material, resource, overhead, and outside processing costs for manufactured and purchased items.
Key Information Stored
The table's primary key uniquely identifies a cost detail record by the combination of INVENTORY_ITEM_ID, COST_TYPE_ID, and ORGANIZATION_ID, often in conjunction with other columns like COST_ELEMENT_ID. Key columns define the nature of each cost component. The COST_ELEMENT_ID (linked to CST_COST_ELEMENTS) classifies the cost as Material, Material Overhead, Resource, Overhead, or Outside Processing. For resource and overhead costs, the table stores operational context via DEPARTMENT_ID, RESOURCE_ID, ACTIVITY_ID, and OPERATION_SEQUENCE_ID. The BASIS_RESOURCE_ID is critical for overhead absorption calculations, indicating the resource used as the driver. The core cost amounts are stored in columns such as ITEM_COST, USAGE_RATE_OR_AMOUNT, and BASIS_FACTOR, which hold the detailed rates, quantities, and calculated extended costs that roll up to the item's total cost.
Common Use Cases and Queries
A primary use case is diagnosing and analyzing the complete cost structure of an item. For example, to see the detailed cost build-up for a specific item in the Frozen cost type, one would query:
- SELECT cid.cost_element_id, ce.cost_element, cid.department_id, cid.resource_id, cid.item_cost FROM cst_item_cost_details cid, cst_cost_elements ce WHERE cid.inventory_item_id = :item_id AND cid.cost_type_id = 1 -- Frozen Cost Type AND cid.organization_id = :org_id AND cid.cost_element_id = ce.cost_element_id ORDER BY ce.cost_element;
This table is also central to reconciling costs after a cost update or standard cost rollup, and for investigating overhead allocation variances by examining the BASIS_RESOURCE_ID and BASIS_FACTOR. Reporting on departmental resource costs or activity-based costing often joins this table to BOM_DEPARTMENTS and CST_ACTIVITIES.
Related Objects
CST_ITEM_COST_DETAILS has a tightly integrated relationship with several key EBS tables, as defined by its foreign keys. Its primary parent is CST_ITEM_COSTS, which holds the summarized total cost. It references CST_COST_TYPES to validate the costing method and MTL_SYSTEM_ITEMS_B for the item definition. The table draws its cost element structure from CST_COST_ELEMENTS. For manufacturing cost details, it links to routing and resource entities: BOM_DEPARTMENTS, BOM_RESOURCES (for both the resource and basis resource), CST_ACTIVITIES, and BOM_OPERATION_SEQUENCES. This network of relationships positions CST_ITEM_COST_DETAILS as the central hub connecting inventory items, costing methods, and manufacturing bill-of-resource details.
-
Table: CST_ITEM_COST_DETAILS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_ITEM_COST_DETAILS, object_name:CST_ITEM_COST_DETAILS, status:VALID, product: BOM - Bills of Material , description: Item cost detail information , implementation_dba_data: BOM.CST_ITEM_COST_DETAILS ,
-
Table: CST_ITEM_COST_DETAILS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_ITEM_COST_DETAILS, object_name:CST_ITEM_COST_DETAILS, status:VALID, product: BOM - Bills of Material , description: Item cost detail information , implementation_dba_data: BOM.CST_ITEM_COST_DETAILS ,
-
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: BOM_RESOURCES
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_RESOURCES, object_name:BOM_RESOURCES, status:VALID, product: BOM - Bills of Material , description: Resources, overheads, material cost codes, and material overheads , implementation_dba_data: BOM.BOM_RESOURCES ,
-
Table: BOM_RESOURCES
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_RESOURCES, object_name:BOM_RESOURCES, status:VALID, product: BOM - Bills of Material , description: Resources, overheads, material cost codes, and material overheads , implementation_dba_data: BOM.BOM_RESOURCES ,
-
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 ,
-
Table: CST_ACTIVITIES
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_ACTIVITIES, object_name:CST_ACTIVITIES, status:VALID, product: BOM - Bills of Material , description: Activity definition associated with activity costing , implementation_dba_data: BOM.CST_ACTIVITIES ,
-
Table: BOM_OPERATION_SEQUENCES
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_OPERATION_SEQUENCES, object_name:BOM_OPERATION_SEQUENCES, status:VALID, product: BOM - Bills of Material , description: Routing operations , implementation_dba_data: BOM.BOM_OPERATION_SEQUENCES ,
-
Table: BOM_OPERATION_SEQUENCES
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_OPERATION_SEQUENCES, object_name:BOM_OPERATION_SEQUENCES, status:VALID, product: BOM - Bills of Material , description: Routing operations , implementation_dba_data: BOM.BOM_OPERATION_SEQUENCES ,
-
View: CST_OPERATION_LEVEL_COST_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_OPERATION_LEVEL_COST_VIEW, object_name:CST_OPERATION_LEVEL_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Item cost by level, element and operation sequence number : SINGLE-ORG view , implementation_dba_data: APPS.CST_OPERATION_LEVEL_COST_VIEW ,
-
Table: CST_ACTIVITIES
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_ACTIVITIES, object_name:CST_ACTIVITIES, status:VALID, product: BOM - Bills of Material , description: Activity definition associated with activity costing , implementation_dba_data: BOM.CST_ACTIVITIES ,
-
Table: CST_COST_ELEMENTS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_COST_ELEMENTS, object_name:CST_COST_ELEMENTS, status:VALID, product: BOM - Bills of Material , description: Cost elements definition , implementation_dba_data: BOM.CST_COST_ELEMENTS ,
-
View: CST_ELEMENT_OPYLD_COST_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ELEMENT_OPYLD_COST_VIEW, object_name:CST_ELEMENT_OPYLD_COST_VIEW, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_ELEMENT_OPYLD_COST_VIEW ,
-
View: CST_ELEMENT_ACTIVITY_COST_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ELEMENT_ACTIVITY_COST_VIEW, object_name:CST_ELEMENT_ACTIVITY_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Item cost by element and activity : SINGLE-ORG view , implementation_dba_data: APPS.CST_ELEMENT_ACTIVITY_COST_VIEW ,
-
View: CST_CODE_OPERATION_COST_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_CODE_OPERATION_COST_VIEW, object_name:CST_CODE_OPERATION_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Item cost by operation : SINGLE-ORG view , implementation_dba_data: APPS.CST_CODE_OPERATION_COST_VIEW ,
-
View: CSTBV_ITEM_UNIT_COST_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_ITEM_UNIT_COST_DETAILS, object_name:CSTBV_ITEM_UNIT_COST_DETAILS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTBV_ITEM_UNIT_COST_DETAILS ,
-
View: CST_ELEMENT_ACTIVITY_COST_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ELEMENT_ACTIVITY_COST_VIEW, object_name:CST_ELEMENT_ACTIVITY_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Item cost by element and activity : SINGLE-ORG view , implementation_dba_data: APPS.CST_ELEMENT_ACTIVITY_COST_VIEW ,
-
View: CST_CODE_COST_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_CODE_COST_VIEW, object_name:CST_CODE_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Item cost by subelement : SINGLE-ORG view , implementation_dba_data: APPS.CST_CODE_COST_VIEW ,
-
View: CST_ELEMENT_COST_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ELEMENT_COST_VIEW, object_name:CST_ELEMENT_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Item cost by element : SINGLE-ORG view , implementation_dba_data: APPS.CST_ELEMENT_COST_VIEW ,
-
View: CST_ELEMENT_OPYLD_COST_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ELEMENT_OPYLD_COST_VIEW, object_name:CST_ELEMENT_OPYLD_COST_VIEW, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_ELEMENT_OPYLD_COST_VIEW ,
-
View: CST_DETAIL_COSTS_FOR_GL_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_DETAIL_COSTS_FOR_GL_VIEW, object_name:CST_DETAIL_COSTS_FOR_GL_VIEW, status:VALID, product: BOM - Bills of Material , description: Item cost details used by General Ledger : SINGLE-ORG view , implementation_dba_data: APPS.CST_DETAIL_COSTS_FOR_GL_VIEW ,
-
Table: BOM_DEPARTMENTS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_DEPARTMENTS, object_name:BOM_DEPARTMENTS, status:VALID, product: BOM - Bills of Material , description: Departments , implementation_dba_data: BOM.BOM_DEPARTMENTS ,
-
Table: CST_COST_ELEMENTS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_COST_ELEMENTS, object_name:CST_COST_ELEMENTS, status:VALID, product: BOM - Bills of Material , description: Cost elements definition , implementation_dba_data: BOM.CST_COST_ELEMENTS ,
-
View: CST_DETAIL_COSTS_FOR_GL_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_DETAIL_COSTS_FOR_GL_VIEW, object_name:CST_DETAIL_COSTS_FOR_GL_VIEW, status:VALID, product: BOM - Bills of Material , description: Item cost details used by General Ledger : SINGLE-ORG view , implementation_dba_data: APPS.CST_DETAIL_COSTS_FOR_GL_VIEW ,
-
View: CST_ELEMENT_OP_COST_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ELEMENT_OP_COST_VIEW, object_name:CST_ELEMENT_OP_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Item cost by element and operation : SINGLE-ORG view , implementation_dba_data: APPS.CST_ELEMENT_OP_COST_VIEW ,
-
View: CST_CODE_DEPARTMENT_COST_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_CODE_DEPARTMENT_COST_VIEW, object_name:CST_CODE_DEPARTMENT_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Item cost by subelement and department : SINGLE-ORG view , implementation_dba_data: APPS.CST_CODE_DEPARTMENT_COST_VIEW ,
-
View: CSTBV_ITEM_UNIT_COST_DETAILS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_ITEM_UNIT_COST_DETAILS, object_name:CSTBV_ITEM_UNIT_COST_DETAILS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTBV_ITEM_UNIT_COST_DETAILS ,
-
View: CST_ELEMENT_DEPT_COST_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ELEMENT_DEPT_COST_VIEW, object_name:CST_ELEMENT_DEPT_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Item cost by element and department : SINGLE-ORG view , implementation_dba_data: APPS.CST_ELEMENT_DEPT_COST_VIEW ,
-
View: CST_CODE_OPERATION_COST_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_CODE_OPERATION_COST_VIEW, object_name:CST_CODE_OPERATION_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Item cost by operation : SINGLE-ORG view , implementation_dba_data: APPS.CST_CODE_OPERATION_COST_VIEW ,
-
View: CST_CODE_COST_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_CODE_COST_VIEW, object_name:CST_CODE_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Item cost by subelement : SINGLE-ORG view , implementation_dba_data: APPS.CST_CODE_COST_VIEW ,
-
View: CST_OPERATION_LEVEL_COST_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_OPERATION_LEVEL_COST_VIEW, object_name:CST_OPERATION_LEVEL_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Item cost by level, element and operation sequence number : SINGLE-ORG view , implementation_dba_data: APPS.CST_OPERATION_LEVEL_COST_VIEW ,
-
View: CST_ACTIVITY_COST_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ACTIVITY_COST_VIEW, object_name:CST_ACTIVITY_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Item cost by activity : SINGLE-ORG view , implementation_dba_data: APPS.CST_ACTIVITY_COST_VIEW ,
-
View: CST_DEFAULT_DETAIL_COST_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_DEFAULT_DETAIL_COST_VIEW, object_name:CST_DEFAULT_DETAIL_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Detailed item default cost : SINGLE-ORG view , implementation_dba_data: APPS.CST_DEFAULT_DETAIL_COST_VIEW ,
-
View: CST_ELEMENT_COST_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ELEMENT_COST_VIEW, object_name:CST_ELEMENT_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Item cost by element : SINGLE-ORG view , implementation_dba_data: APPS.CST_ELEMENT_COST_VIEW ,
-
View: CST_ACTIVITY_COST_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ACTIVITY_COST_VIEW, object_name:CST_ACTIVITY_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Item cost by activity : SINGLE-ORG view , implementation_dba_data: APPS.CST_ACTIVITY_COST_VIEW ,
-
View: CST_CODE_DEPARTMENT_COST_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_CODE_DEPARTMENT_COST_VIEW, object_name:CST_CODE_DEPARTMENT_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Item cost by subelement and department : SINGLE-ORG view , implementation_dba_data: APPS.CST_CODE_DEPARTMENT_COST_VIEW ,
-
View: CST_CODE_ACTIVITY_COST_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_CODE_ACTIVITY_COST_VIEW, object_name:CST_CODE_ACTIVITY_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Item cost by subelement and activity : SINGLE-ORG view , implementation_dba_data: APPS.CST_CODE_ACTIVITY_COST_VIEW ,
-
View: CST_CODE_ACTIVITY_COST_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_CODE_ACTIVITY_COST_VIEW, object_name:CST_CODE_ACTIVITY_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Item cost by subelement and activity : SINGLE-ORG view , implementation_dba_data: APPS.CST_CODE_ACTIVITY_COST_VIEW ,
-
View: CST_ELEMENT_CODE_COST_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ELEMENT_CODE_COST_VIEW, object_name:CST_ELEMENT_CODE_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Item cost by element and subelement : SINGLE-ORG view , implementation_dba_data: APPS.CST_ELEMENT_CODE_COST_VIEW ,
-
View: CST_ACTIVITY_DEPT_COST_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ACTIVITY_DEPT_COST_VIEW, object_name:CST_ACTIVITY_DEPT_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Item cost by activity and department : SINGLE-ORG view , implementation_dba_data: APPS.CST_ACTIVITY_DEPT_COST_VIEW ,
-
View: CST_ACTIVITY_OP_COST_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ACTIVITY_OP_COST_VIEW, object_name:CST_ACTIVITY_OP_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Item cost by activity and operation : SINGLE-ORG view , implementation_dba_data: APPS.CST_ACTIVITY_OP_COST_VIEW ,
-
View: CST_ELEMENT_DEPT_COST_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ELEMENT_DEPT_COST_VIEW, object_name:CST_ELEMENT_DEPT_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Item cost by element and department : SINGLE-ORG view , implementation_dba_data: APPS.CST_ELEMENT_DEPT_COST_VIEW ,
-
View: CST_ELEMENT_CODE_COST_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ELEMENT_CODE_COST_VIEW, object_name:CST_ELEMENT_CODE_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Item cost by element and subelement : SINGLE-ORG view , implementation_dba_data: APPS.CST_ELEMENT_CODE_COST_VIEW ,
-
View: CST_ELEMENT_OP_COST_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ELEMENT_OP_COST_VIEW, object_name:CST_ELEMENT_OP_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Item cost by element and operation : SINGLE-ORG view , implementation_dba_data: APPS.CST_ELEMENT_OP_COST_VIEW ,
-
View: CST_ACTIVITY_DEPT_COST_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ACTIVITY_DEPT_COST_VIEW, object_name:CST_ACTIVITY_DEPT_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Item cost by activity and department : SINGLE-ORG view , implementation_dba_data: APPS.CST_ACTIVITY_DEPT_COST_VIEW ,
-
View: CST_ACTIVITY_OP_COST_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ACTIVITY_OP_COST_VIEW, object_name:CST_ACTIVITY_OP_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Item cost by activity and operation : SINGLE-ORG view , implementation_dba_data: APPS.CST_ACTIVITY_OP_COST_VIEW ,
-
View: CST_CODE_FLEX_COST_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_CODE_FLEX_COST_VIEW, object_name:CST_CODE_FLEX_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Item cost by subelement flex : SINGLE-ORG view , implementation_dba_data: APPS.CST_CODE_FLEX_COST_VIEW ,
-
Table: BOM_DEPARTMENTS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_DEPARTMENTS, object_name:BOM_DEPARTMENTS, status:VALID, product: BOM - Bills of Material , description: Departments , implementation_dba_data: BOM.BOM_DEPARTMENTS ,
-
Table: CST_COST_TYPES
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_COST_TYPES, object_name:CST_COST_TYPES, status:VALID, product: BOM - Bills of Material , description: Stores cost type definitions , implementation_dba_data: BOM.CST_COST_TYPES ,
-
Table: CST_COST_TYPES
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_COST_TYPES, object_name:CST_COST_TYPES, status:VALID, product: BOM - Bills of Material , description: Stores cost type definitions , implementation_dba_data: BOM.CST_COST_TYPES ,