Search Results cst_std_cost_adj_debug
Overview
The CST_STD_COST_ADJ_DEBUG table is a technical repository within the Oracle E-Business Suite Bills of Material (BOM) module. Its primary function is to store intermediate, transactional data generated during the execution of the standard cost update process. This table is not intended for standard application reporting or daily transactional operations. Instead, it serves as a diagnostic tool, enabling technical consultants and support personnel to trace, validate, and debug the complex calculations and adjustments performed when updating item costs in a standard costing environment. The data captured here provides a granular, step-by-step audit trail of the cost update engine's internal logic for specific items, subinventories, and work orders.
Key Information Stored
The table's structure is designed to capture the core dimensions of a cost adjustment for detailed analysis. Its composite primary key uniquely identifies a debug record for a specific cost update run, organization, inventory item, location, and work-in-process job. Important columns include COST_UPDATE_ID, which links the debug data to a specific execution of the cost update process as recorded in the CST_COST_UPDATES table. The ORGANIZATION_ID and INVENTORY_ITEM_ID columns pinpoint the specific item being costed. The SUBINVENTORY and WIP_ENTITY_ID columns provide context for adjustments related to on-hand inventory and work orders, respectively. Additional columns, such as DEPARTMENT_ID and RESOURCE_ID (referencing BOM_DEPARTMENTS and BOM_RESOURCES), allow for debugging of overhead and resource cost allocations. The table likely contains numerous numeric columns holding intermediate calculated values like old cost, new cost, quantity, and adjustment amounts at various stages of processing.
Common Use Cases and Queries
The primary use case is troubleshooting errors or unexpected results from a standard cost update. A consultant might query this table to verify the input values and intermediate calculations for a problematic item. Common SQL patterns involve filtering by a specific COST_UPDATE_ID to review all debug data for a particular update run, or by INVENTORY_ITEM_ID and ORGANIZATION_ID to trace the cost history of a specific part. For example, to investigate adjustments for a failed cost update (ID 1001) in organization 101, one might use: SELECT * FROM bom.cst_std_cost_adj_debug WHERE cost_update_id = 1001 AND organization_id = 101 ORDER BY inventory_item_id;. This data is crucial for understanding why certain inventory value or work order cost adjustments were posted to the general ledger, allowing for reconciliation between the cost update engine's logic and the resulting accounting entries.
Related Objects
The CST_STD_COST_ADJ_DEBUG table has defined foreign key relationships with several core EBS tables, which are essential for joining debug data to master transactional information. The documented relationships are:
- CST_COST_UPDATES: Joined via
CST_STD_COST_ADJ_DEBUG.COST_UPDATE_ID. This links debug records to the master control record for the cost update batch. - WIP_ENTITIES: Joined via
CST_STD_COST_ADJ_DEBUG.WIP_ENTITY_ID. This provides details on the specific work order or job being adjusted. - BOM_DEPARTMENTS: Joined via
CST_STD_COST_ADJ_DEBUG.DEPARTMENT_ID. This identifies the manufacturing department for resource and overhead cost calculations. - BOM_RESOURCES: Joined via
CST_STD_COST_ADJ_DEBUG.RESOURCE_ID. This identifies the specific resource whose costs are being adjusted.
-
Table: CST_STD_COST_ADJ_DEBUG
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_STD_COST_ADJ_DEBUG, object_name:CST_STD_COST_ADJ_DEBUG, status:VALID, product: BOM - Bills of Material , description: Table to store intermediate data when debugging standard cost update process , implementation_dba_data: BOM.CST_STD_COST_ADJ_DEBUG ,
-
Table: CST_STD_COST_ADJ_DEBUG
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_STD_COST_ADJ_DEBUG, object_name:CST_STD_COST_ADJ_DEBUG, status:VALID, product: BOM - Bills of Material , description: Table to store intermediate data when debugging standard cost update process , implementation_dba_data: BOM.CST_STD_COST_ADJ_DEBUG ,
-
APPS.WIP_WICTPG dependencies on CST_STD_COST_ADJ_DEBUG
12.1.1
-
APPS.WIP_WICTPG dependencies on CST_STD_COST_ADJ_DEBUG
12.2.2
-
VIEW: BOM.CST_STD_COST_ADJ_DEBUG#
12.2.2
owner:BOM, object_type:VIEW, object_name:CST_STD_COST_ADJ_DEBUG#, status:VALID,
-
SYNONYM: APPS.CST_STD_COST_ADJ_DEBUG
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CST_STD_COST_ADJ_DEBUG, status:VALID,
-
SYNONYM: APPS.CST_STD_COST_ADJ_DEBUG
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CST_STD_COST_ADJ_DEBUG, status:VALID,
-
VIEW: BOM.CST_STD_COST_ADJ_DEBUG#
12.2.2
-
TABLE: BOM.CST_STD_COST_ADJ_DEBUG
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_STD_COST_ADJ_DEBUG, object_name:CST_STD_COST_ADJ_DEBUG, status:VALID,
-
TABLE: BOM.CST_STD_COST_ADJ_DEBUG
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_STD_COST_ADJ_DEBUG, object_name:CST_STD_COST_ADJ_DEBUG, status:VALID,
-
Table: CST_COST_UPDATES
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_COST_UPDATES, object_name:CST_COST_UPDATES, status:VALID, product: BOM - Bills of Material , description: Cost update history , implementation_dba_data: BOM.CST_COST_UPDATES ,
-
Table: BOM_DEPARTMENTS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_DEPARTMENTS, object_name:BOM_DEPARTMENTS, status:VALID, product: BOM - Bills of Material , description: Departments , implementation_dba_data: BOM.BOM_DEPARTMENTS ,
-
Table: CST_COST_UPDATES
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_COST_UPDATES, object_name:CST_COST_UPDATES, status:VALID, product: BOM - Bills of Material , description: Cost update history , implementation_dba_data: BOM.CST_COST_UPDATES ,
-
PACKAGE BODY: APPS.WIP_WICTPG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WIP_WICTPG, status:VALID,
-
PACKAGE BODY: APPS.WIP_WICTPG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WIP_WICTPG, status:VALID,
-
Table: WIP_ENTITIES
12.2.2
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_ENTITIES, object_name:WIP_ENTITIES, status:VALID, product: WIP - Work in Process , description: Information common to jobs and schedules , implementation_dba_data: WIP.WIP_ENTITIES ,
-
Table: WIP_ENTITIES
12.1.1
owner:WIP, object_type:TABLE, fnd_design_data:WIP.WIP_ENTITIES, object_name:WIP_ENTITIES, status:VALID, product: WIP - Work in Process , description: Information common to jobs and schedules , implementation_dba_data: WIP.WIP_ENTITIES ,
-
12.2.2 DBA Data
12.2.2
-
Table: BOM_DEPARTMENTS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_DEPARTMENTS, object_name:BOM_DEPARTMENTS, status:VALID, product: BOM - Bills of Material , description: Departments , implementation_dba_data: BOM.BOM_DEPARTMENTS ,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
Table: BOM_RESOURCES
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_RESOURCES, object_name:BOM_RESOURCES, status:VALID, product: BOM - Bills of Material , description: Resources, overheads, material cost codes, and material overheads , implementation_dba_data: BOM.BOM_RESOURCES ,
-
Table: BOM_RESOURCES
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.BOM_RESOURCES, object_name:BOM_RESOURCES, status:VALID, product: BOM - Bills of Material , description: Resources, overheads, material cost codes, and material overheads , implementation_dba_data: BOM.BOM_RESOURCES ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
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 FND Design Data
12.2.2
-
APPS.WIP_WICTPG SQL Statements
12.1.1
-
APPS.WIP_WICTPG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.WIP_WICTPG
12.1.1
-
PACKAGE BODY: APPS.WIP_WICTPG
12.2.2
-
eTRM - BOM Tables and Views
12.2.2
description: Table to map wip transactions to their corresponding event types. ,
-
eTRM - BOM Tables and Views
12.1.1
description: Table to map wip transactions to their corresponding event types. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - BOM Tables and Views
12.2.2
description: Table to map wip transactions to their corresponding event types. ,
-
eTRM - BOM Tables and Views
12.1.1
description: Table to map wip transactions to their corresponding event types. ,