Search Results cst_cost_groups
CST_COST_GROUPS in Oracle EBS 12.1.1/12.2.2: A Technical Overview
The CST_COST_GROUPS table is a fundamental repository within Oracle E-Business Suite (EBS) Cost Management module, specifically designed to store cost group definitions that enable multi-costing methodologies. This table plays a pivotal role in inventory valuation, cost accumulation, and financial reporting for organizations operating in complex manufacturing or distribution environments.
Core Functionality
Cost groups represent logical groupings of inventory items sharing common cost accumulation rules. The CST_COST_GROUPS table maintains master data that drives:
- Multiple inventory valuation methods within single organizations
- Intercompany transfer pricing mechanisms
- Cost layer segregation for tax/financial reporting compliance
- Cost rollup hierarchies in product costing structures
Key Columns and Relationships
Column Name | Data Type | Description |
---|---|---|
COST_GROUP_ID | NUMBER | Primary key, system-generated unique identifier |
COST_GROUP | VARCHAR2(10) | User-defined cost group code (e.g., STD, ACTUAL, TAX) |
DESCRIPTION | VARCHAR2(240) | Business meaning of the cost group |
LEGAL_ENTITY_ID | NUMBER | Foreign key to XLE_ENTITY_PROFILES for statutory reporting |
DEFAULT_COST_TYPE_ID | NUMBER | References CST_COST_TYPES for default costing method |
ENABLED_FLAG | VARCHAR2(1) | Y/N indicator for active status |
Integration Points
The table integrates with multiple EBS modules through foreign key relationships:
- Inventory (INV): Links to MTL_MATERIAL_TRANSACTIONS for cost layer tracking
- General Ledger (GL): Maps to GL_CODE_COMBINATIONS for accounting entries
- Product Costing (CST): Joins with CST_ITEM_COSTS for component cost rollups
- Order Management (OM): Connects to WSH_DELIVERY_DETAILS for transfer pricing
Implementation Considerations
For EBS 12.1.1/12.2.2 implementations:
- Cost groups must be assigned to organizations via CST_ORG_COST_GROUPS
- Default cost groups are defined in CST_ACCOUNTING_DEFAULTS
- Concurrent programs like "Cost Group Maintenance" maintain referential integrity
- REST APIs exist for bulk data loading (CST_COST_GROUP_PUB)
Technical Best Practices
When customizing or extending:
- Index COST_GROUP_ID and LEGAL_ENTITY_ID for performance
- Implement VPD policies for multi-org access control
- Use FND_LOAD utilities for migration between instances
- Audit changes via CST_AUDIT_COST_GROUPS table
The CST_COST_GROUPS table's design reflects Oracle's flexible architecture for handling complex costing scenarios while maintaining integration with financial systems. Proper configuration is critical for accurate inventory valuation and compliance with international accounting standards like IFRS and GAAP.
-
Table: CST_COST_GROUPS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_COST_GROUPS, object_name:CST_COST_GROUPS, status:VALID, product: BOM - Bills of Material , description: Stores cost group definitions , implementation_dba_data: BOM.CST_COST_GROUPS ,
-
Table: CST_COST_GROUPS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_COST_GROUPS, object_name:CST_COST_GROUPS, status:VALID, product: BOM - Bills of Material , description: Stores cost group definitions , implementation_dba_data: BOM.CST_COST_GROUPS ,
-
View: CST_PERIOD_CG_SUMMARY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_PERIOD_CG_SUMMARY_V, object_name:CST_PERIOD_CG_SUMMARY_V, status:VALID, product: BOM - Bills of Material , description: This view consolidates the results from MTL_PERIOD_CG_SUMMARY and CST_PERIOD_CLOSE_SUMMARY , implementation_dba_data: APPS.CST_PERIOD_CG_SUMMARY_V ,
-
View: CST_PERIOD_CG_SUMMARY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_PERIOD_CG_SUMMARY_V, object_name:CST_PERIOD_CG_SUMMARY_V, status:VALID, product: BOM - Bills of Material , description: This view consolidates the results from MTL_PERIOD_CG_SUMMARY and CST_PERIOD_CLOSE_SUMMARY , implementation_dba_data: APPS.CST_PERIOD_CG_SUMMARY_V ,
-
View: CST_COST_GROUPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_COST_GROUPS_V, object_name:CST_COST_GROUPS_V, status:VALID, product: BOM - Bills of Material , description: This view is based on CST_COST_GROUPS table , implementation_dba_data: APPS.CST_COST_GROUPS_V ,
-
View: CST_COST_GROUPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_COST_GROUPS_V, object_name:CST_COST_GROUPS_V, status:VALID, product: BOM - Bills of Material , description: This view is based on CST_COST_GROUPS table , implementation_dba_data: APPS.CST_COST_GROUPS_V ,
-
View: CST_XLA_INV_XFR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_INV_XFR_V, object_name:CST_XLA_INV_XFR_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_INV_XFR_V ,
-
View: CST_XLA_INV_XFR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_INV_XFR_V, object_name:CST_XLA_INV_XFR_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_INV_XFR_V ,
-
View: CST_PAC_RECEIVING_VALUES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_PAC_RECEIVING_VALUES_V, object_name:CST_PAC_RECEIVING_VALUES_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_PAC_RECEIVING_VALUES_V ,
-
View: CST_PAC_RECEIVING_VALUES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_PAC_RECEIVING_VALUES_V, object_name:CST_PAC_RECEIVING_VALUES_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_PAC_RECEIVING_VALUES_V ,
-
View: CST_XLA_COST_GROUPS_REF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_COST_GROUPS_REF_V, object_name:CST_XLA_COST_GROUPS_REF_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_COST_GROUPS_REF_V ,
-
View: CST_XLA_COST_GROUPS_REF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_COST_GROUPS_REF_V, object_name:CST_XLA_COST_GROUPS_REF_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_COST_GROUPS_REF_V ,
-
Table: CST_COST_GROUP_ASSIGNMENTS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_COST_GROUP_ASSIGNMENTS, object_name:CST_COST_GROUP_ASSIGNMENTS, status:VALID, product: BOM - Bills of Material , description: Stores the organization assignment , implementation_dba_data: BOM.CST_COST_GROUP_ASSIGNMENTS ,
-
Table: CST_PAC_EXPLOSION_TEMP
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_PAC_EXPLOSION_TEMP, object_name:CST_PAC_EXPLOSION_TEMP, status:VALID, product: BOM - Bills of Material , description: Stores distinct parent-child combinations of items for a given period and organization cost group. , implementation_dba_data: BOM.CST_PAC_EXPLOSION_TEMP ,
-
Table: CST_COST_GROUP_ASSIGNMENTS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_COST_GROUP_ASSIGNMENTS, object_name:CST_COST_GROUP_ASSIGNMENTS, status:VALID, product: BOM - Bills of Material , description: Stores the organization assignment , implementation_dba_data: BOM.CST_COST_GROUP_ASSIGNMENTS ,
-
Table: CST_PAC_ITEM_COSTS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_PAC_ITEM_COSTS, object_name:CST_PAC_ITEM_COSTS, status:VALID, product: BOM - Bills of Material , description: Stores the item cost and quantity in a period and organization cost group. , implementation_dba_data: BOM.CST_PAC_ITEM_COSTS ,
-
Table: CST_PAC_LOW_LEVEL_CODES
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_PAC_LOW_LEVEL_CODES, object_name:CST_PAC_LOW_LEVEL_CODES, status:VALID, product: BOM - Bills of Material , description: Stores low level codes for items for a given period and organization cost group. , implementation_dba_data: BOM.CST_PAC_LOW_LEVEL_CODES ,
-
Table: CST_PAC_EXPLOSION_TEMP
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_PAC_EXPLOSION_TEMP, object_name:CST_PAC_EXPLOSION_TEMP, status:VALID, product: BOM - Bills of Material , description: Stores distinct parent-child combinations of items for a given period and organization cost group. , implementation_dba_data: BOM.CST_PAC_EXPLOSION_TEMP ,
-
Table: CST_PAC_LOW_LEVEL_CODES
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_PAC_LOW_LEVEL_CODES, object_name:CST_PAC_LOW_LEVEL_CODES, status:VALID, product: BOM - Bills of Material , description: Stores low level codes for items for a given period and organization cost group. , implementation_dba_data: BOM.CST_PAC_LOW_LEVEL_CODES ,
-
Table: CST_PAC_QUANTITY_LAYERS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_PAC_QUANTITY_LAYERS, object_name:CST_PAC_QUANTITY_LAYERS, status:VALID, product: BOM - Bills of Material , description: Stores the layer quantity of an item by period for periodic costing , implementation_dba_data: BOM.CST_PAC_QUANTITY_LAYERS ,
-
View: CSTBV_COST_GROUP_ASSIGNMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_COST_GROUP_ASSIGNMENTS, object_name:CSTBV_COST_GROUP_ASSIGNMENTS, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CSTBV_COST_GROUP_ASSIGNMENTS ,
-
Table: CST_PAC_PROCESS_PHASES
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_PAC_PROCESS_PHASES, object_name:CST_PAC_PROCESS_PHASES, status:VALID, product: BOM - Bills of Material , description: Holds the status for each process phase in a particular period and organization cost group , implementation_dba_data: BOM.CST_PAC_PROCESS_PHASES ,
-
Table: CST_PAC_PROCESS_PHASES
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_PAC_PROCESS_PHASES, object_name:CST_PAC_PROCESS_PHASES, status:VALID, product: BOM - Bills of Material , description: Holds the status for each process phase in a particular period and organization cost group , implementation_dba_data: BOM.CST_PAC_PROCESS_PHASES ,
-
Table: CST_PAC_QUANTITY_LAYERS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_PAC_QUANTITY_LAYERS, object_name:CST_PAC_QUANTITY_LAYERS, status:VALID, product: BOM - Bills of Material , description: Stores the layer quantity of an item by period for periodic costing , implementation_dba_data: BOM.CST_PAC_QUANTITY_LAYERS ,
-
Table: CST_RCV_ACQ_COSTS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_RCV_ACQ_COSTS, object_name:CST_RCV_ACQ_COSTS, status:VALID, product: BOM - Bills of Material , description: Stores acquisition cost per period, organization cost group for periodic costing , implementation_dba_data: BOM.CST_RCV_ACQ_COSTS ,
-
Table: CST_RCV_ACQ_COSTS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_RCV_ACQ_COSTS, object_name:CST_RCV_ACQ_COSTS, status:VALID, product: BOM - Bills of Material , description: Stores acquisition cost per period, organization cost group for periodic costing , implementation_dba_data: BOM.CST_RCV_ACQ_COSTS ,
-
Table: CST_PAC_ITEM_COSTS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_PAC_ITEM_COSTS, object_name:CST_PAC_ITEM_COSTS, status:VALID, product: BOM - Bills of Material , description: Stores the item cost and quantity in a period and organization cost group. , implementation_dba_data: BOM.CST_PAC_ITEM_COSTS ,
-
View: CSTBV_COST_GROUP_ASSIGNMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_COST_GROUP_ASSIGNMENTS, object_name:CSTBV_COST_GROUP_ASSIGNMENTS, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CSTBV_COST_GROUP_ASSIGNMENTS ,
-
Table: CST_AE_HEADERS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_AE_HEADERS, object_name:CST_AE_HEADERS, status:VALID, product: BOM - Bills of Material , description: Header Information for Periodic Accounting Distributions , implementation_dba_data: BOM.CST_AE_HEADERS ,
-
View: CSTFV_COST_GROUP_ASSIGNMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_COST_GROUP_ASSIGNMENTS, object_name:CSTFV_COST_GROUP_ASSIGNMENTS, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CSTFV_COST_GROUP_ASSIGNMENTS ,
-
Table: CST_AE_HEADERS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_AE_HEADERS, object_name:CST_AE_HEADERS, status:VALID, product: BOM - Bills of Material , description: Header Information for Periodic Accounting Distributions , implementation_dba_data: BOM.CST_AE_HEADERS ,
-
View: CSTFV_COST_GROUP_ASSIGNMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_COST_GROUP_ASSIGNMENTS, object_name:CSTFV_COST_GROUP_ASSIGNMENTS, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CSTFV_COST_GROUP_ASSIGNMENTS ,
-
View: CST_PAC_LEGAL_ENTITIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_PAC_LEGAL_ENTITIES_V, object_name:CST_PAC_LEGAL_ENTITIES_V, status:VALID, product: BOM - Bills of Material , description: Shows denormalized legal entity information for legal entities belonging to Periodic , implementation_dba_data: APPS.CST_PAC_LEGAL_ENTITIES_V ,
-
View: CST_XLA_INV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_INV_V, object_name:CST_XLA_INV_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_INV_V ,
-
View: CST_PAC_LEGAL_ENTITIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_PAC_LEGAL_ENTITIES_V, object_name:CST_PAC_LEGAL_ENTITIES_V, status:VALID, product: BOM - Bills of Material , description: Shows denormalized legal entity information for legal entities belonging to Periodic , implementation_dba_data: APPS.CST_PAC_LEGAL_ENTITIES_V ,
-
View: CST_XLA_INV_CU_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_INV_CU_V, object_name:CST_XLA_INV_CU_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_INV_CU_V ,
-
View: CST_XLA_INV_SO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_INV_SO_V, object_name:CST_XLA_INV_SO_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_INV_SO_V ,
-
View: CSTBV_PAC_QUANTITY_LAYERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_PAC_QUANTITY_LAYERS, object_name:CSTBV_PAC_QUANTITY_LAYERS, status:VALID, product: BOM - Bills of Material , description: This shows the layer quantity of an item by period , implementation_dba_data: APPS.CSTBV_PAC_QUANTITY_LAYERS ,
-
View: CST_XLA_INV_PO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_INV_PO_V, object_name:CST_XLA_INV_PO_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_INV_PO_V ,
-
View: CST_XLA_INV_REQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_INV_REQ_V, object_name:CST_XLA_INV_REQ_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_INV_REQ_V ,
-
View: CST_XLA_INV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_INV_V, object_name:CST_XLA_INV_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_INV_V ,
-
View: CST_XLA_INV_REQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_INV_REQ_V, object_name:CST_XLA_INV_REQ_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_INV_REQ_V ,
-
View: CST_XLA_INV_INTRAORG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_INV_INTRAORG_V, object_name:CST_XLA_INV_INTRAORG_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_INV_INTRAORG_V ,
-
View: CST_XLA_INV_PO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_INV_PO_V, object_name:CST_XLA_INV_PO_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_INV_PO_V ,
-
View: CST_XLA_INV_SO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_INV_SO_V, object_name:CST_XLA_INV_SO_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_INV_SO_V ,
-
View: CSTBV_ITM_CST_GRP_UNT_CST_DTL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_ITM_CST_GRP_UNT_CST_DTL, object_name:CSTBV_ITM_CST_GRP_UNT_CST_DTL, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTBV_ITM_CST_GRP_UNT_CST_DTL ,
-
View: CST_XLA_INV_CU_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_INV_CU_V, object_name:CST_XLA_INV_CU_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_INV_CU_V ,
-
View: CST_XLA_INV_INTRAORG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_INV_INTRAORG_V, object_name:CST_XLA_INV_INTRAORG_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_INV_INTRAORG_V ,
-
View: CSTFV_PAC_QUANTITY_LAYERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_PAC_QUANTITY_LAYERS, object_name:CSTFV_PAC_QUANTITY_LAYERS, status:VALID, product: BOM - Bills of Material , description: Stores the layer quantity of an item by period , implementation_dba_data: APPS.CSTFV_PAC_QUANTITY_LAYERS ,
-
View: CST_XLA_INV_WIP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_INV_WIP_V, object_name:CST_XLA_INV_WIP_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_INV_WIP_V ,