Search Results cst_std_cost_adj_values
Overview
The table BOM.CST_STD_COST_ADJ_VALUES is a critical transactional data store within the Oracle E-Business Suite (EBS) Cost Management module, specifically for versions 12.1.1 and 12.2.2. It serves as the detailed ledger for the financial impact of a standard cost update. When an organization runs a standard cost update process, this table captures the computed value adjustments for every affected cost layer across inventory items, work in process (WIP), and subinventories. Its primary role is to provide the granular, auditable data that underpins the journal entries posted to the general ledger for inventory revaluation, ensuring financial integrity during cost changes.
Key Information Stored
The table's structure is designed to uniquely identify a specific cost layer and its adjustment value. The primary key columns are COST_UPDATE_ID, ORGANIZATION_ID, COST_ELEMENT_ID, INVENTORY_ITEM_ID, SUBINVENTORY, WIP_ENTITY_ID, OPERATION_SEQ_NUM, FROM_ORGANIZATION_ID, and TO_ORGANIZATION_ID. This composite key ensures each record represents a distinct adjustment for a specific combination of cost update batch, organization, item, location (subinventory or WIP job/operation), and cost element (such as Material, Resource, Overhead, or Outside Processing). The table stores the calculated monetary adjustment value, which is typically the difference between the new and old standard cost multiplied by the on-hand or WIP quantity for that precise layer. Foreign key columns like RESOURCE_ID and DEPARTMENT_ID link to the specific resources and departments when the cost element pertains to manufacturing overhead.
Common Use Cases and Queries
The primary use case is auditing and reporting on the results of a standard cost update. Analysts run queries to verify the total impact before posting to the general ledger or to investigate the cost change for specific items. A common reporting pattern aggregates adjustments by cost element or subinventory. For example, to summarize the adjustment value by cost element for a specific cost update, one might use:
- SELECT ce.COST_ELEMENT, SUM(csav.ADJUSTMENT_VALUE)
- FROM BOM.CST_STD_COST_ADJ_VALUES csav,
- BOM.CST_COST_ELEMENTS ce
- WHERE csav.COST_UPDATE_ID = :p_update_id
- AND csav.COST_ELEMENT_ID = ce.COST_ELEMENT_ID
- GROUP BY ce.COST_ELEMENT;
Another critical scenario is drilling into the details behind the journal entries created by the cost update, using this table as the source of detailed transaction lines that roll up into the GL interface.
Related Objects
CST_STD_COST_ADJ_VALUES is centrally connected to several master and transactional tables via foreign key relationships, as documented in the ETRM. Key dependencies include:
- CST_COST_UPDATES: Joined on COST_UPDATE_ID. This is the controlling header table for the cost update batch.
- CST_COST_ELEMENTS: Joined on COST_ELEMENT_ID. Provides the cost element type (Material, Resource, etc.).
- BOM_RESOURCES: Joined on RESOURCE_ID. Links to the resource master for resource-related costs.
- BOM_DEPARTMENTS: Joined on DEPARTMENT_ID. Links to the department master.
- WIP_ENTITIES: Joined on WIP_ENTITY_ID. Identifies the specific WIP job or schedule for work-in-process adjustments.
These relationships are essential for constructing complete reports that join adjustment values to descriptive master data.
-
Table: CST_STD_COST_ADJ_VALUES
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_STD_COST_ADJ_VALUES, object_name:CST_STD_COST_ADJ_VALUES, status:VALID, product: BOM - Bills of Material , description: Standard cost adjustment value computed by standard cost update , implementation_dba_data: BOM.CST_STD_COST_ADJ_VALUES ,
-
Table: CST_STD_COST_ADJ_VALUES
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_STD_COST_ADJ_VALUES, object_name:CST_STD_COST_ADJ_VALUES, status:VALID, product: BOM - Bills of Material , description: Standard cost adjustment value computed by standard cost update , implementation_dba_data: BOM.CST_STD_COST_ADJ_VALUES ,
-
View: CST_STD_WMS_INV_ADJ_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_STD_WMS_INV_ADJ_VIEW, object_name:CST_STD_WMS_INV_ADJ_VIEW, status:VALID, product: BOM - Bills of Material , description: Standard cost update adjustment , implementation_dba_data: APPS.CST_STD_WMS_INV_ADJ_VIEW ,
-
View: CST_STD_COST_ADJ_TMP2_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_STD_COST_ADJ_TMP2_V, object_name:CST_STD_COST_ADJ_TMP2_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_STD_COST_ADJ_TMP2_V ,
-
View: CST_STD_COST_ADJ_TMP2_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_STD_COST_ADJ_TMP2_V, object_name:CST_STD_COST_ADJ_TMP2_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_STD_COST_ADJ_TMP2_V ,
-
View: CST_STD_COST_ADJ_TMP1_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_STD_COST_ADJ_TMP1_V, object_name:CST_STD_COST_ADJ_TMP1_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_STD_COST_ADJ_TMP1_V ,
-
View: CST_STD_INV_ADJ_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_STD_INV_ADJ_VIEW, object_name:CST_STD_INV_ADJ_VIEW, status:VALID, product: BOM - Bills of Material , description: Standard cost update adjustment : SINGLE-ORG view , implementation_dba_data: APPS.CST_STD_INV_ADJ_VIEW ,
-
View: CST_STD_WMS_INV_ADJ_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_STD_WMS_INV_ADJ_VIEW, object_name:CST_STD_WMS_INV_ADJ_VIEW, status:VALID, product: BOM - Bills of Material , description: Standard cost update adjustment , implementation_dba_data: APPS.CST_STD_WMS_INV_ADJ_VIEW ,
-
View: CST_STD_COST_ADJ_TMP1_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_STD_COST_ADJ_TMP1_V, object_name:CST_STD_COST_ADJ_TMP1_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_STD_COST_ADJ_TMP1_V ,
-
View: CST_STD_INV_ADJ_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_STD_INV_ADJ_VIEW, object_name:CST_STD_INV_ADJ_VIEW, status:VALID, product: BOM - Bills of Material , description: Standard cost update adjustment : SINGLE-ORG view , implementation_dba_data: APPS.CST_STD_INV_ADJ_VIEW ,
-
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: 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 ,
-
Table: CST_COST_ELEMENTS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_COST_ELEMENTS, object_name:CST_COST_ELEMENTS, status:VALID, product: BOM - Bills of Material , description: Cost elements definition , implementation_dba_data: BOM.CST_COST_ELEMENTS ,
-
Table: CST_COST_ELEMENTS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_COST_ELEMENTS, object_name:CST_COST_ELEMENTS, status:VALID, product: BOM - Bills of Material , description: Cost elements definition , implementation_dba_data: BOM.CST_COST_ELEMENTS ,
-
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: 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 ,
-
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 ,
-
View: CSTBV_ITEM_STD_CST_UPDATE_ADJ
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_ITEM_STD_CST_UPDATE_ADJ, object_name:CSTBV_ITEM_STD_CST_UPDATE_ADJ, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTBV_ITEM_STD_CST_UPDATE_ADJ ,
-
View: CSTBV_ITEM_STD_CST_UPDATE_ADJ
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_ITEM_STD_CST_UPDATE_ADJ, object_name:CSTBV_ITEM_STD_CST_UPDATE_ADJ, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTBV_ITEM_STD_CST_UPDATE_ADJ ,
-
View: CSTFV_ITEM_STD_CST_UPDATE_ADJ
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_ITEM_STD_CST_UPDATE_ADJ, object_name:CSTFV_ITEM_STD_CST_UPDATE_ADJ, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTFV_ITEM_STD_CST_UPDATE_ADJ ,
-
View: CSTFV_ITEM_STD_CST_UPDATE_ADJ
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_ITEM_STD_CST_UPDATE_ADJ, object_name:CSTFV_ITEM_STD_CST_UPDATE_ADJ, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTFV_ITEM_STD_CST_UPDATE_ADJ ,
-
View: CST_STD_WIP_ADJ_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_STD_WIP_ADJ_VIEW, object_name:CST_STD_WIP_ADJ_VIEW, status:VALID, product: BOM - Bills of Material , description: Standard cost update for jobs or schedules : SINGLE-ORG view , implementation_dba_data: APPS.CST_STD_WIP_ADJ_VIEW ,
-
View: CST_STD_WIP_ADJ_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_STD_WIP_ADJ_VIEW, object_name:CST_STD_WIP_ADJ_VIEW, status:VALID, product: BOM - Bills of Material , description: Standard cost update for jobs or schedules : SINGLE-ORG view , implementation_dba_data: APPS.CST_STD_WIP_ADJ_VIEW ,