Search Results cst_item_costs
The CST_ITEM_COSTS table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 serves as a foundational repository for storing item cost data, which is critical for inventory valuation, cost accounting, and financial reporting. This table is part of the Cost Management module and integrates with other key modules such as Inventory, Bills of Material, and General Ledger. Below is a detailed analysis of its structure, functionality, and significance within Oracle EBS.
1. Purpose and Role in Cost Management
The CST_ITEM_COSTS table stores detailed cost information for items, including standard, average, and frozen costs. It acts as the primary source for cost calculations, enabling organizations to:- Track and analyze item costs across multiple cost types (e.g., Frozen, Pending, Average).
- Support inventory valuation methods (FIFO, LIFO, Weighted Average).
- Facilitate cost roll-up processes in Bills of Material (BOM) and routing structures.
- Integrate with the General Ledger for period-end accounting and financial reporting.
2. Key Columns and Data Structure
The table's schema includes columns that define cost attributes, organizational context, and temporal validity. Notable columns include:- INVENTORY_ITEM_ID: Links to
MTL_SYSTEM_ITEMS_B
to identify the item. - ORGANIZATION_ID: Associates costs with a specific inventory organization.
- COST_TYPE_ID: References
CST_COST_TYPES
to classify costs (e.g., Standard, Average). - LAST_UPDATE_DATE and LAST_UPDATED_BY: Audit fields for change tracking.
- ITEM_COST: Stores the calculated cost value per unit.
- MATERIAL_COST, RESOURCE_COST, OVERHEAD_COST: Breakdown of cost components.
- EFFECTIVE_DATE: Indicates when the cost becomes active.
3. Integration with Other Modules
CST_ITEM_COSTS interacts with several Oracle EBS tables and processes:- Inventory Management: Costs are used in transactions (receipts, issues, transfers) via
MTL_MATERIAL_TRANSACTIONS
. - Bills of Material: Cost roll-ups reference this table to calculate assembly costs (
BOM_COST_API
). - General Ledger: Period-end cost accounting entries are derived from this data.
- Cost Updates: The
CSTPACUP
concurrent program updates costs based on changes in this table.
4. Functional Workflows
Key workflows involving CST_ITEM_COSTS include:- Cost Roll-Up: Computes assembly costs by aggregating component costs from BOMs.
- Cost Update: Updates pending or frozen costs via the Cost Manager.
- Inventory Valuation: Generates financial reports using cost data from this table.
- Transfer Pricing: Supports inter-organization transfers with accurate cost calculations.
5. Technical Considerations
- Indexing: Columns like
INVENTORY_ITEM_ID
,ORGANIZATION_ID
, andCOST_TYPE_ID
are indexed for performance. - Partitioning: In large implementations, partitioning by
ORGANIZATION_ID
may improve query performance. - Concurrency: Cost updates are serialized to maintain data integrity during roll-ups.
6. Conclusion
The CST_ITEM_COSTS table is a cornerstone of Oracle EBS Cost Management, enabling accurate cost tracking, inventory valuation, and financial integration. Its design supports complex manufacturing and distribution scenarios, ensuring data consistency across modules. Understanding its structure and workflows is essential for consultants and implementers configuring cost accounting processes in Oracle EBS 12.1.1 or 12.2.2.-
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 ,
-
View: CST_DEFAULT_COST_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_DEFAULT_COST_VIEW, object_name:CST_DEFAULT_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Default item cost : SINGLE-ORG view , implementation_dba_data: APPS.CST_DEFAULT_COST_VIEW ,
-
View: CST_DEFAULT_COST_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_DEFAULT_COST_VIEW, object_name:CST_DEFAULT_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Default item cost : SINGLE-ORG view , implementation_dba_data: APPS.CST_DEFAULT_COST_VIEW ,
-
View: CST_DEFAULT_DETAIL_COST_VIEW
12.1.1
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_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 ,
-
Concurrent Program: CSTPMSCC
12.1.1
execution_filename: CSTPUMEC.set_cost_controls , product: BOM - Bills of Material , user_name: CSTPMSCC , description: Set Cost Controls , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: CSTPMSCC
12.2.2
execution_filename: CSTPUMEC.set_cost_controls , product: BOM - Bills of Material , user_name: CSTPMSCC , description: Set Cost Controls , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
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_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_COST_UPDATES
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_COST_UPDATES, object_name:CST_COST_UPDATES, status:VALID, product: BOM - Bills of Material , description: Cost update history , implementation_dba_data: BOM.CST_COST_UPDATES ,
-
View: CST_TOTAL_COST_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_TOTAL_COST_VIEW, object_name:CST_TOTAL_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Total item cost view : SINGLE-ORG view , implementation_dba_data: APPS.CST_TOTAL_COST_VIEW ,
-
View: CST_TOTAL_COST_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_TOTAL_COST_VIEW, object_name:CST_TOTAL_COST_VIEW, status:VALID, product: BOM - Bills of Material , description: Total item cost view : SINGLE-ORG view , implementation_dba_data: APPS.CST_TOTAL_COST_VIEW ,
-
Table: CST_COST_UPDATES
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_COST_UPDATES, object_name:CST_COST_UPDATES, status:VALID, product: BOM - Bills of Material , description: Cost update history , implementation_dba_data: BOM.CST_COST_UPDATES ,
-
View: CST_CQL_CIC_ITEM_COSTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_CQL_CIC_ITEM_COSTS_V, object_name:CST_CQL_CIC_ITEM_COSTS_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_CQL_CIC_ITEM_COSTS_V ,
-
View: CST_CQL_CIC_ITEM_COSTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_CQL_CIC_ITEM_COSTS_V, object_name:CST_CQL_CIC_ITEM_COSTS_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_CQL_CIC_ITEM_COSTS_V ,
-
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 ,
-
View: CSTFV_STANDARD_ITEM_COST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_STANDARD_ITEM_COST, object_name:CSTFV_STANDARD_ITEM_COST, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTFV_STANDARD_ITEM_COST ,
-
View: CSTBV_STANDARD_ITEM_COST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_STANDARD_ITEM_COST, object_name:CSTBV_STANDARD_ITEM_COST, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTBV_STANDARD_ITEM_COST ,
-
View: CSTBV_STANDARD_ITEM_COST
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_STANDARD_ITEM_COST, object_name:CSTBV_STANDARD_ITEM_COST, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTBV_STANDARD_ITEM_COST ,
-
View: CSTFV_STANDARD_ITEM_COST
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_STANDARD_ITEM_COST, object_name:CSTFV_STANDARD_ITEM_COST, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTFV_STANDARD_ITEM_COST ,
-
View: CST_ITEM_COSTS_FOR_GL_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ITEM_COSTS_FOR_GL_VIEW, object_name:CST_ITEM_COSTS_FOR_GL_VIEW, status:VALID, product: BOM - Bills of Material , description: Item costs depending on costing method : SINGLE-ORG view , implementation_dba_data: APPS.CST_ITEM_COSTS_FOR_GL_VIEW ,
-
View: CST_ITEM_COSTS_FOR_GL_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ITEM_COSTS_FOR_GL_VIEW, object_name:CST_ITEM_COSTS_FOR_GL_VIEW, status:VALID, product: BOM - Bills of Material , description: Item costs depending on costing method : SINGLE-ORG view , implementation_dba_data: APPS.CST_ITEM_COSTS_FOR_GL_VIEW ,
-
View: CST_ITEM_COST_TYPE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ITEM_COST_TYPE_V, object_name:CST_ITEM_COST_TYPE_V, status:VALID, product: BOM - Bills of Material , description: Item cost information for a cost type in an organization : SINGLE-ORG view , implementation_dba_data: APPS.CST_ITEM_COST_TYPE_V ,
-
View: CST_ITEM_COST_TYPE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ITEM_COST_TYPE_V, object_name:CST_ITEM_COST_TYPE_V, status:VALID, product: BOM - Bills of Material , description: Item cost information for a cost type in an organization : SINGLE-ORG view , implementation_dba_data: APPS.CST_ITEM_COST_TYPE_V ,
-
View: CST_CG_ITEM_COSTS_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_CG_ITEM_COSTS_VIEW, object_name:CST_CG_ITEM_COSTS_VIEW, status:VALID, product: BOM - Bills of Material , description: This level, previous level and total elemental costs in an average costing organization. , implementation_dba_data: APPS.CST_CG_ITEM_COSTS_VIEW ,
-
View: CST_CG_ITEM_COSTS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_CG_ITEM_COSTS_VIEW, object_name:CST_CG_ITEM_COSTS_VIEW, status:VALID, product: BOM - Bills of Material , description: This level, previous level and total elemental costs in an average costing organization. , implementation_dba_data: APPS.CST_CG_ITEM_COSTS_VIEW ,
-
View: CST_XLA_INV_SYSTEM_ITEMS_REF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_INV_SYSTEM_ITEMS_REF_V, object_name:CST_XLA_INV_SYSTEM_ITEMS_REF_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_INV_SYSTEM_ITEMS_REF_V ,
-
View: CST_XLA_INV_SYSTEM_ITEMS_REF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_INV_SYSTEM_ITEMS_REF_V, object_name:CST_XLA_INV_SYSTEM_ITEMS_REF_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_INV_SYSTEM_ITEMS_REF_V ,