Search Results cst_activity_costs
Overview
The CST_ACTIVITY_COSTS table is a core data repository within the Oracle E-Business Suite (EBS) Bills of Material (BOM) module. It serves as the definitive ledger for storing and managing the calculated cost associated with manufacturing and business activities. In the context of Oracle EBS Cost Management, an activity is a measurable unit of work that consumes resources, such as machine operation, labor, or overhead. This table's primary role is to link specific activities, defined in the system, with their associated costs for a given cost type and organization. By maintaining this relationship, it provides the foundational data required for Activity-Based Costing (ABC), enabling organizations to assign overhead and indirect costs more accurately to products and services based on the activities they consume.
Key Information Stored
The table's structure is defined by a composite primary key that ensures uniqueness for each cost record. The key columns are ACTIVITY_ID, COST_TYPE_ID, and ORGANIZATION_ID. The ACTIVITY_ID references a specific activity defined in the CST_ACTIVITIES table. The COST_TYPE_ID links to a cost type (e.g., Frozen, Pending, Average) in the CST_COST_TYPES table, allowing for multiple costing scenarios. The ORGANIZATION_ID specifies the inventory organization to which the cost applies. Beyond the key columns, the table stores the calculated cost amount for the activity. While the provided metadata excerpt does not list all columns, typical implementations include fields such as LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY for auditing, and a column (often named ACTIVITY_COST) to hold the monetary value of the cost for the specified activity, cost type, and organization combination.
Common Use Cases and Queries
The primary use case is reporting and analysis for Activity-Based Costing. Financial and cost accountants query this table to analyze the cost drivers within manufacturing processes, review overhead allocations, and validate cost roll-up calculations. A common query retrieves the cost for all activities within a specific organization and cost type to review the cost pool. For instance, to analyze frozen costs, one might use: SELECT a.activity, cac.activity_cost FROM cst_activity_costs cac, cst_activities a WHERE cac.activity_id = a.activity_id AND cac.organization_id = 123 AND cac.cost_type_id = 1;. This data is critical for generating cost variance reports, profitability analysis by product line, and supporting managerial decision-making for process improvement and pricing strategies. The table is populated and maintained by the Cost Management processes, such as cost roll-ups and overhead absorption calculations.
Related Objects
CST_ACTIVITY_COSTS is centrally linked to other key Cost Management entities. As per the documented foreign keys, it has a mandatory relationship with the CST_ACTIVITIES table, which defines the activity master data, and with the CST_COST_TYPES table, which defines the costing methodology. It is a child table to both. In a typical costing flow, this table is referenced by views and programs that report on product costs, as the activity costs stored here are allocated to items via routing and bill of material structures. While not explicitly listed in the excerpt, it is closely related to the CST_ITEM_COSTS and CST_ITEM_COST_DETAILS tables, where the allocated activity costs ultimately contribute to the total cost of manufactured and purchased items. Direct queries or modifications to this table should be avoided; instead, the supported public APIs and cost calculation engines should be used to ensure data integrity.
-
Table: CST_ACTIVITY_COSTS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_ACTIVITY_COSTS, object_name:CST_ACTIVITY_COSTS, status:VALID, product: BOM - Bills of Material , description: Cost associated with the activity , implementation_dba_data: BOM.CST_ACTIVITY_COSTS ,
-
Table: CST_ACTIVITY_COSTS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_ACTIVITY_COSTS, object_name:CST_ACTIVITY_COSTS, status:VALID, product: BOM - Bills of Material , description: Cost associated with the activity , implementation_dba_data: BOM.CST_ACTIVITY_COSTS ,
-
APPS.CSTPMECS dependencies on CST_ACTIVITY_COSTS
12.1.1
-
APPS.CSTPMECS dependencies on CST_ACTIVITY_COSTS
12.2.2
-
SYNONYM: APPS.CST_ACTIVITY_COSTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CST_ACTIVITY_COSTS, status:VALID,
-
VIEW: APPS.CST_ACTIVITY_COSTS_DFV
12.2.2
-
VIEW: APPS.CST_ACTIVITY_COSTS_DFV
12.1.1
-
SYNONYM: APPS.CST_ACTIVITY_COSTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CST_ACTIVITY_COSTS, status:VALID,
-
VIEW: BOM.CST_ACTIVITY_COSTS#
12.2.2
owner:BOM, object_type:VIEW, object_name:CST_ACTIVITY_COSTS#, status:VALID,
-
VIEW: APPS.CST_ACTIVITY_COSTS_V
12.2.2
-
VIEW: APPS.CSTBV_MFG_ACTIVITY_COSTS
12.1.1
-
VIEW: APPS.CSTBV_MFG_ACTIVITY_COSTS
12.2.2
-
TABLE: BOM.CST_ACTIVITY_COSTS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_ACTIVITY_COSTS, object_name:CST_ACTIVITY_COSTS, status:VALID,
-
VIEW: APPS.CSTFV_MFG_ACTIVITY_COSTS
12.1.1
-
VIEW: BOM.CST_ACTIVITY_COSTS#
12.2.2
-
VIEW: APPS.CSTFV_MFG_ACTIVITY_COSTS
12.2.2
-
TABLE: BOM.CST_ACTIVITY_COSTS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_ACTIVITY_COSTS, object_name:CST_ACTIVITY_COSTS, status:VALID,
-
VIEW: APPS.CST_ACTIVITY_COSTS_V
12.1.1
-
VIEW: APPS.CST_ACTIVITY_COSTS_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:CST_ACTIVITY_COSTS_DFV, status:VALID,
-
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 ,
-
VIEW: APPS.CST_ACTIVITY_COSTS_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:CST_ACTIVITY_COSTS_DFV, status:VALID,
-
PACKAGE BODY: APPS.CSTPMECS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSTPMECS, status:VALID,
-
PACKAGE BODY: APPS.CSTPMECS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSTPMECS, status:VALID,
-
View: CSTFV_MFG_ACTIVITY_COSTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_MFG_ACTIVITY_COSTS, object_name:CSTFV_MFG_ACTIVITY_COSTS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTFV_MFG_ACTIVITY_COSTS ,
-
View: CSTBV_MFG_ACTIVITY_COSTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_MFG_ACTIVITY_COSTS, object_name:CSTBV_MFG_ACTIVITY_COSTS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTBV_MFG_ACTIVITY_COSTS ,
-
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: CST_ACTIVITY_COSTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ACTIVITY_COSTS_V, object_name:CST_ACTIVITY_COSTS_V, status:VALID, product: BOM - Bills of Material , description: Activity cost by cost type : SINGLE-ORG view , implementation_dba_data: APPS.CST_ACTIVITY_COSTS_V ,
-
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 ,
-
View: CSTBV_MFG_ACTIVITY_COSTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_MFG_ACTIVITY_COSTS, object_name:CSTBV_MFG_ACTIVITY_COSTS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTBV_MFG_ACTIVITY_COSTS ,
-
View: CSTFV_MFG_ACTIVITY_COSTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_MFG_ACTIVITY_COSTS, object_name:CSTFV_MFG_ACTIVITY_COSTS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTFV_MFG_ACTIVITY_COSTS ,
-
TABLE: BOM.CST_ACTIVITY_COSTS_EFC
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_ACTIVITY_COSTS_EFC, object_name:CST_ACTIVITY_COSTS_EFC, status:VALID,
-
View: CST_ACTIVITY_COSTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ACTIVITY_COSTS_V, object_name:CST_ACTIVITY_COSTS_V, status:VALID, product: BOM - Bills of Material , description: Activity cost by cost type : SINGLE-ORG view , implementation_dba_data: APPS.CST_ACTIVITY_COSTS_V ,
-
VIEW: APPS.CSTBV_MFG_ACTIVITY_COSTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_MFG_ACTIVITY_COSTS, object_name:CSTBV_MFG_ACTIVITY_COSTS, status:VALID,
-
VIEW: APPS.CSTFV_MFG_ACTIVITY_COSTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_MFG_ACTIVITY_COSTS, object_name:CSTFV_MFG_ACTIVITY_COSTS, status:VALID,
-
VIEW: APPS.CSTFV_MFG_ACTIVITY_COSTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_MFG_ACTIVITY_COSTS, object_name:CSTFV_MFG_ACTIVITY_COSTS, status:VALID,
-
TABLE: BOM.CST_ACTIVITY_COSTS_EFC
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_ACTIVITY_COSTS_EFC, object_name:CST_ACTIVITY_COSTS_EFC, status:VALID,
-
VIEW: APPS.CSTBV_MFG_ACTIVITY_COSTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_MFG_ACTIVITY_COSTS, object_name:CSTBV_MFG_ACTIVITY_COSTS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.CST_ACTIVITY_COSTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ACTIVITY_COSTS_V, object_name:CST_ACTIVITY_COSTS_V, status:VALID,
-
VIEW: APPS.CST_ACTIVITY_COSTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ACTIVITY_COSTS_V, object_name:CST_ACTIVITY_COSTS_V, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2