Search Results cst_cost_groups
Overview
The CST_COST_GROUPS table is a core master data table within the Oracle E-Business Suite (EBS) Bills of Material (BOM) module, specifically for Release 12.1.1 and 12.2.2. Its primary function is to store the definition of cost groups, which are fundamental entities in the Product and Cost Accounting (PAC) and Average Costing methodologies. Cost groups enable organizations to segregate and track inventory costs based on specific business criteria, such as different legal entities, product lines, or valuation methods within a single inventory organization. This segregation is critical for accurate cost accumulation, reporting, and compliance in complex manufacturing and distribution environments.
Key Information Stored
While the provided metadata does not list individual columns, the table's primary key is documented as COST_GROUP_ID. This unique identifier is the critical column referenced extensively by foreign keys across the cost management and inventory schemas. Based on its role, the table typically contains descriptive and control columns for each cost group definition. Common columns include COST_GROUP (a user-defined name or code), a DESCRIPTION, an associated LEGAL_ENTITY identifier, and links to the inventory ORGANIZATION_ID. The table also houses configuration flags that determine the cost group's behavior, such as whether it is used for standard costing, average costing, or PAC.
Common Use Cases and Queries
The primary use case is defining and maintaining cost groups through the "Cost Groups" form in the EBS application, which writes to this table. These definitions are then referenced in transaction processing and cost calculations. Common reporting and diagnostic SQL queries involve joining CST_COST_GROUPS to related transaction tables. For instance, to analyze inventory transactions by cost group, one might query:
- SELECT ccg.COST_GROUP, mmt.TRANSACTION_ID, mmt.TRANSACTION_QUANTITY FROM MTL_MATERIAL_TRANSACTIONS mmt, CST_COST_GROUPS ccg WHERE mmt.COST_GROUP_ID = ccg.COST_GROUP_ID;
Another critical query is to identify the default cost group assigned to a subinventory for proper cost assignment during material receipts:
- SELECT msi.SECONDARY_INVENTORY_NAME, ccg.COST_GROUP FROM MTL_SECONDARY_INVENTORIES msi, CST_COST_GROUPS ccg WHERE msi.DEFAULT_COST_GROUP_ID = ccg.COST_GROUP_ID;
Related Objects
The CST_COST_GROUPS table is a central hub in the cost accounting schema, as evidenced by the extensive list of foreign key relationships. Key dependent objects include:
- Transaction Processing: MTL_MATERIAL_TRANSACTIONS, CST_RCV_ACQ_COSTS, and WIP_PAC_ACTUAL_COST_DETAILs store the COST_GROUP_ID for each costed transaction.
- Cost Accumulation: CST_PAC_QUANTITY_LAYERS, CST_PAC_ITEM_COSTS, and MTL_PAC_COST_SUBELEMENTS use it to segregate perpetual cost layers.
- Inventory Control: MTL_CYCLE_COUNT_ENTRIES, MTL_PHYSICAL_INVENTORY_TAGS, and MTL_PHYSICAL_ADJUSTMENTS link physical counts to specific cost groups.
- Configuration: MTL_PARAMETERS and MTL_SECONDARY_INVENTORIES define default cost groups at the organization and subinventory levels, respectively.
-
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.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_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_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.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_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_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.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_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_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 ,
-
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 ,
-
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 ,
-
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 ,
-
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: 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_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_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_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_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_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 ,