Search Results cst_activities
Overview
The CST_ACTIVITIES table is a core master data table within the Bills of Material (BOM) module of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. It serves as the central repository for defining activities used in activity-based costing and manufacturing accounting. An activity, in this context, represents a specific type of work or operation performed within a manufacturing organization, such as machine setup, labor, or quality inspection. The table's primary role is to provide a standardized list of activities that can be assigned to resources, operations, and cost transactions, enabling the detailed collection, allocation, and analysis of overhead and resource costs throughout the production lifecycle.
Key Information Stored
The table's structure is designed to uniquely identify and describe activities within a specific organizational context. The primary key is ACTIVITY_ID, a unique system-generated identifier. A critical unique key constraint (CST_ACTIVITIES_UK1) enforces the combination of the ACTIVITY column, which holds the name or code of the activity (e.g., 'MACHINE', 'LABOR'), and the ORGANIZATION_ID, which ties the activity definition to a specific inventory organization. This ensures activity names are unique per organization. While the provided metadata does not list all columns, typical columns in this table would include descriptive fields like DESCRIPTION, a DISABLE_DATE for deactivating activities, and various WHO columns (CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY) for auditing.
Common Use Cases and Queries
The primary use case is the setup and maintenance of activity-based costing models. Activities defined here are linked to departmental overhead rates and resources to calculate accurate product costs. Common reporting and query scenarios include listing all active activities for an organization, identifying activities used in specific cost transactions, or validating activity assignments. A typical SQL query to retrieve activity details would be:
- SELECT activity_id, activity, description FROM bom.cst_activities WHERE organization_id = :org_id AND disable_date IS NULL ORDER BY activity;
Another critical use case is troubleshooting cost collection and accounting entries. When reviewing detailed cost transactions in tables like CST_ITEM_COST_DETAILS or WIP_TRANSACTION_ACCOUNTS, joining to CST_ACTIVITIES provides the human-readable activity name for analysis.
Related Objects
As indicated by its extensive foreign key relationships, the CST_ACTIVITIES table is a fundamental reference point for numerous transactional and setup tables across Cost Management, Bills of Material, and Work in Process. Key related objects include:
- Costing & Accounting: CST_ACTIVITY_COSTS (stores cost rates per activity), CST_ITEM_COST_DETAILS, CST_AE_LINES, MTL_TRANSACTION_ACCOUNTS.
- Resource & Routing Definition: BOM_RESOURCES (default activity), BOM_OPERATION_RESOURCES, BOM_STD_OP_RESOURCES.
- Work in Process Execution: WIP_OPERATION_RESOURCES, WIP_TRANSACTIONS, WIP_TRANSACTION_ACCOUNTS, WIP_COST_TXN_INTERFACE.
- Overhead Setup: CST_DEPARTMENT_OVERHEADS, which links activities to departments for applying overhead costs.
This network of dependencies underscores the table's integral position in connecting engineering and routing definitions (BOM) with financial cost accounting (CST).
-
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_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_STD_SUB_OP_RESOURCES
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_STD_SUB_OP_RESOURCES, object_name:BOM_STD_SUB_OP_RESOURCES, status:VALID, product: BOM - Bills of Material , implementation_dba_data: BOM.BOM_STD_SUB_OP_RESOURCES ,
-
Table: BOM_STD_OP_RESOURCES
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_STD_OP_RESOURCES, object_name:BOM_STD_OP_RESOURCES, status:VALID, product: BOM - Bills of Material , description: Standard operation resources , implementation_dba_data: BOM.BOM_STD_OP_RESOURCES ,
-
View: BOM_OPERATION_RESOURCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_OPERATION_RESOURCES_V, object_name:BOM_OPERATION_RESOURCES_V, status:VALID, product: BOM - Bills of Material , description: Operation resources , implementation_dba_data: APPS.BOM_OPERATION_RESOURCES_V ,
-
Table: CST_DEPARTMENT_OVERHEADS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_DEPARTMENT_OVERHEADS, object_name:CST_DEPARTMENT_OVERHEADS, status:VALID, product: BOM - Bills of Material , description: Department overhead cost definition , implementation_dba_data: BOM.CST_DEPARTMENT_OVERHEADS ,
-
Table: BOM_STD_OP_RESOURCES
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_STD_OP_RESOURCES, object_name:BOM_STD_OP_RESOURCES, status:VALID, product: BOM - Bills of Material , description: Standard operation resources , implementation_dba_data: BOM.BOM_STD_OP_RESOURCES ,
-
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 ,
-
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: BOM_OPERATION_RESOURCES
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_OPERATION_RESOURCES, object_name:BOM_OPERATION_RESOURCES, status:VALID, product: BOM - Bills of Material , description: Resources on operations , implementation_dba_data: BOM.BOM_OPERATION_RESOURCES ,
-
Table: CST_DEPARTMENT_OVERHEADS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_DEPARTMENT_OVERHEADS, object_name:CST_DEPARTMENT_OVERHEADS, status:VALID, product: BOM - Bills of Material , description: Department overhead cost definition , implementation_dba_data: BOM.CST_DEPARTMENT_OVERHEADS ,
-
Table: BOM_OPERATION_RESOURCES
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_OPERATION_RESOURCES, object_name:BOM_OPERATION_RESOURCES, status:VALID, product: BOM - Bills of Material , description: Resources on operations , implementation_dba_data: BOM.BOM_OPERATION_RESOURCES ,
-
View: BOM_OPERATION_RESOURCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_OPERATION_RESOURCES_V, object_name:BOM_OPERATION_RESOURCES_V, status:VALID, product: BOM - Bills of Material , description: Operation resources , implementation_dba_data: APPS.BOM_OPERATION_RESOURCES_V ,
-
Table: BOM_STD_SUB_OP_RESOURCES
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_STD_SUB_OP_RESOURCES, object_name:BOM_STD_SUB_OP_RESOURCES, status:VALID, product: BOM - Bills of Material , description: BOM_STD_SUB_OP_RESOURCES stores Substitute Resource information for a particular operation for routing. , implementation_dba_data: BOM.BOM_STD_SUB_OP_RESOURCES ,
-
Table: CST_ITEM_CST_DTLS_INTERFACE
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_ITEM_CST_DTLS_INTERFACE, object_name:CST_ITEM_CST_DTLS_INTERFACE, status:VALID, product: BOM - Bills of Material , description: Open interface table for item cost detail information , implementation_dba_data: BOM.CST_ITEM_CST_DTLS_INTERFACE ,
-
Table: CST_AE_LINES
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_AE_LINES, object_name:CST_AE_LINES, status:VALID, product: BOM - Bills of Material , description: Stores debits and credits for Periodic Distributions , implementation_dba_data: BOM.CST_AE_LINES ,
-
Table: CST_AE_LINES
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_AE_LINES, object_name:CST_AE_LINES, status:VALID, product: BOM - Bills of Material , description: Stores debits and credits for Periodic Distributions , implementation_dba_data: BOM.CST_AE_LINES ,
-
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_CST_DTLS_INTERFACE
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_ITEM_CST_DTLS_INTERFACE, object_name:CST_ITEM_CST_DTLS_INTERFACE, status:VALID, product: BOM - Bills of Material , description: Open interface table for item cost detail information , implementation_dba_data: BOM.CST_ITEM_CST_DTLS_INTERFACE ,
-
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 ,
-
View: CSTBV_MANUFACTURING_ACTIVITIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_MANUFACTURING_ACTIVITIES, object_name:CSTBV_MANUFACTURING_ACTIVITIES, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTBV_MANUFACTURING_ACTIVITIES ,
-
View: CSTBV_MANUFACTURING_ACTIVITIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_MANUFACTURING_ACTIVITIES, object_name:CSTBV_MANUFACTURING_ACTIVITIES, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTBV_MANUFACTURING_ACTIVITIES ,
-
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 ,
-
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: CSTFV_MANUFACTURING_ACTIVITIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_MANUFACTURING_ACTIVITIES, object_name:CSTFV_MANUFACTURING_ACTIVITIES, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTFV_MANUFACTURING_ACTIVITIES ,
-
View: CSTFV_MANUFACTURING_ACTIVITIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_MANUFACTURING_ACTIVITIES, object_name:CSTFV_MANUFACTURING_ACTIVITIES, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTFV_MANUFACTURING_ACTIVITIES ,
-
View: CSTFV_MATL_COST_SUB_ELEMENT
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_MATL_COST_SUB_ELEMENT, object_name:CSTFV_MATL_COST_SUB_ELEMENT, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTFV_MATL_COST_SUB_ELEMENT ,
-
View: CSTFV_MATL_COST_SUB_ELEMENT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_MATL_COST_SUB_ELEMENT, object_name:CSTFV_MATL_COST_SUB_ELEMENT, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTFV_MATL_COST_SUB_ELEMENT ,
-
View: CST_XLA_ACTIVITY_REF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_ACTIVITY_REF_V, object_name:CST_XLA_ACTIVITY_REF_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_ACTIVITY_REF_V ,
-
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 ,
-
View: CST_XLA_ACTIVITY_REF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_ACTIVITY_REF_V, object_name:CST_XLA_ACTIVITY_REF_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_ACTIVITY_REF_V ,
-
View: CST_ACTIVITIES_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ACTIVITIES_VAL_V, object_name:CST_ACTIVITIES_VAL_V, status:VALID, product: BOM - Bills of Material , description: Activities that are not disabled : SINGLE-ORG view , implementation_dba_data: APPS.CST_ACTIVITIES_VAL_V ,
-
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: CSTFV_MFG_DEPARTMENT_OVERHEADS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_MFG_DEPARTMENT_OVERHEADS, object_name:CSTFV_MFG_DEPARTMENT_OVERHEADS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTFV_MFG_DEPARTMENT_OVERHEADS ,
-
View: CST_ACTIVITIES_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ACTIVITIES_VAL_V, object_name:CST_ACTIVITIES_VAL_V, status:VALID, product: BOM - Bills of Material , description: Activities that are not disabled : SINGLE-ORG view , implementation_dba_data: APPS.CST_ACTIVITIES_VAL_V ,
-
View: CST_ACTIVITIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ACTIVITIES_V, object_name:CST_ACTIVITIES_V, status:VALID, product: BOM - Bills of Material , description: Activities : SINGLE-ORG view , implementation_dba_data: APPS.CST_ACTIVITIES_V ,
-
View: BOMFV_STD_OPRATN_RESOURCES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_STD_OPRATN_RESOURCES, object_name:BOMFV_STD_OPRATN_RESOURCES, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_STD_OPRATN_RESOURCES ,
-
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_ACTIVITIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_ACTIVITIES_V, object_name:CST_ACTIVITIES_V, status:VALID, product: BOM - Bills of Material , description: Activities : SINGLE-ORG view , implementation_dba_data: APPS.CST_ACTIVITIES_V ,
-
View: BOMFV_STD_OPRATN_RESOURCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_STD_OPRATN_RESOURCES, object_name:BOMFV_STD_OPRATN_RESOURCES, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_STD_OPRATN_RESOURCES ,
-
View: CSTFV_MFG_DEPARTMENT_OVERHEADS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_MFG_DEPARTMENT_OVERHEADS, object_name:CSTFV_MFG_DEPARTMENT_OVERHEADS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTFV_MFG_DEPARTMENT_OVERHEADS ,
-
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_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: 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 ,
-
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: CSTFV_RTNG_OVHD_CST_SUB_ELMNT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_RTNG_OVHD_CST_SUB_ELMNT, object_name:CSTFV_RTNG_OVHD_CST_SUB_ELMNT, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTFV_RTNG_OVHD_CST_SUB_ELMNT ,
-
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: CSTFV_MATL_OVHD_CST_SUB_ELMNT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_MATL_OVHD_CST_SUB_ELMNT, object_name:CSTFV_MATL_OVHD_CST_SUB_ELMNT, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTFV_MATL_OVHD_CST_SUB_ELMNT ,