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 ,
-
APPS.EAM_RES_VALIDATE_PVT dependencies on CST_ACTIVITIES
12.1.1
-
APPS.EAM_OTL_TIMECARD_PUB dependencies on CST_ACTIVITIES
12.1.1
-
APPS.AHL_PRD_RESOURCE_TRANX_PVT dependencies on CST_ACTIVITIES
12.1.1
-
APPS.EAM_ACTIVITYUTILITIES_PVT dependencies on CST_ACTIVITIES
12.1.1
-
APPS.BOM_COPY_ROUTING dependencies on CST_ACTIVITIES
12.1.1
-
APPS.WIP_EXPLODE_PHANTOM_RTGS dependencies on CST_ACTIVITIES
12.1.1
-
APPS.CSTPCINT dependencies on CST_ACTIVITIES
12.1.1
-
APPS.BOMPASGR dependencies on CST_ACTIVITIES
12.1.1
-
APPS.BOM_RTG_EXP dependencies on CST_ACTIVITIES
12.1.1
-
APPS.BOM_CSTRPWDD_XMLP_PKG dependencies on CST_ACTIVITIES
12.1.1
-
APPS.BOMPVALR dependencies on CST_ACTIVITIES
12.2.2
-
APPS.WIP_DEFAULT_RES dependencies on CST_ACTIVITIES
12.2.2
-
APPS.EAM_WORKORDERREP_PVT dependencies on CST_ACTIVITIES
12.1.1
-
APPS.BOM_MIXED_MODEL_MAP_PVT dependencies on CST_ACTIVITIES
12.1.1
-
APPS.CST_SUBELEMENTS_PVT dependencies on CST_ACTIVITIES
12.1.1
-
APPS.CST_OVHD_RATE_IMPORT_INTERFACE dependencies on CST_ACTIVITIES
12.1.1
-
APPS.BOM_SUB_RESOURCES_PKG dependencies on CST_ACTIVITIES
12.1.1
-
APPS.EAM_SUB_RESOURCE_VALIDATE_PVT dependencies on CST_ACTIVITIES
12.2.2
-
APPS.WIP_FLOW_CHARGE_UTILITIES dependencies on CST_ACTIVITIES
12.2.2
-
APPS.CSTPCOIC dependencies on CST_ACTIVITIES
12.2.2
-
APPS.BOM_RTG_EXP dependencies on CST_ACTIVITIES
12.2.2
-
APPS.EAM_OTL_TIMECARD_PUB dependencies on CST_ACTIVITIES
12.2.2
-
APPS.CSTPCINT dependencies on CST_ACTIVITIES
12.2.2
-
APPS.BOM_OPRESOURCE_PVT dependencies on CST_ACTIVITIES
12.2.2
-
APPS.OPI_EDW_OPI_ACTV_M_SZ dependencies on CST_ACTIVITIES
12.1.1
-
APPS.CST_ITEM_COST_IMPORT_INTERFACE dependencies on CST_ACTIVITIES
12.1.1
-
APPS.BOMPVALR dependencies on CST_ACTIVITIES
12.1.1
-
APPS.EAM_SUB_RESOURCE_VALIDATE_PVT dependencies on CST_ACTIVITIES
12.1.1
-
APPS.BOM_CSTRPWDD_XMLP_PKG dependencies on CST_ACTIVITIES
12.2.2
-
APPS.WIP_MOVPROC_PRIV dependencies on CST_ACTIVITIES
12.2.2
-
APPS.AHL_RM_ROUTE_UTIL dependencies on CST_ACTIVITIES
12.2.2
-
APPS.CSD_HV_WIP_JOB_PVT dependencies on CST_ACTIVITIES
12.2.2
-
APPS.CST_ITEM_COST_IMPORT_INTERFACE dependencies on CST_ACTIVITIES
12.2.2
-
APPS.CST_SUBELEMENTS_PVT dependencies on CST_ACTIVITIES
12.2.2
-
APPS.EAM_ACTIVITYUTILITIES_PVT dependencies on CST_ACTIVITIES
12.2.2
-
APPS.WIP_MOVPROC_PRIV dependencies on CST_ACTIVITIES
12.1.1
-
APPS.WIP_EAM_RESOURCE_TRANSACTION dependencies on CST_ACTIVITIES
12.1.1
-
APPS.BOM_RTG_COPYORG_IMP dependencies on CST_ACTIVITIES
12.1.1
-
APPS.WIP_DEFAULT_RES dependencies on CST_ACTIVITIES
12.1.1
-
APPS.BOM_MIXED_MODEL_MAP_PVT dependencies on CST_ACTIVITIES
12.2.2
-
APPS.WIP_EAM_RESOURCE_TRANSACTION dependencies on CST_ACTIVITIES
12.2.2
-
APPS.WIP_WS_TIME_ENTRY dependencies on CST_ACTIVITIES
12.2.2
-
APPS.AHL_PRD_RESOURCE_TRANX_PVT dependencies on CST_ACTIVITIES
12.2.2
-
APPS.BOM_RTG_VAL_TO_ID dependencies on CST_ACTIVITIES
12.2.2
-
APPS.AHL_RM_ROUTE_UTIL dependencies on CST_ACTIVITIES
12.1.1
-
APPS.WIP_FLOW_CHARGE_UTILITIES dependencies on CST_ACTIVITIES
12.1.1
-
APPS.WIP_EXPLODE_PHANTOM_RTGS dependencies on CST_ACTIVITIES
12.2.2
-
APPS.BOM_RTG_VAL_TO_ID dependencies on CST_ACTIVITIES
12.1.1