Search Results cst_cost_updates
Deep Dive into CST_COST_UPDATES Table in Oracle EBS 12.1.1/12.2.2
The CST_COST_UPDATES table is a critical component of Oracle E-Business Suite's (EBS) Cost Management module, specifically designed to track and manage cost updates for inventory items. It serves as a transactional repository for cost adjustments, ensuring accurate inventory valuation and financial reporting. This table is particularly relevant in manufacturing, distribution, and retail environments where precise cost control is essential.
Key Functional Areas:
- Cost Adjustments: Records manual or system-generated cost updates for items, including standard cost changes, average cost recalculations, or FIFO/LIFO layer adjustments.
- Audit Trail: Maintains historical records of cost changes with timestamps, user IDs, and reason codes for compliance and troubleshooting.
- Integration Hub: Interfaces with GL (General Ledger), INV (Inventory), and BOM (Bill of Materials) modules to ensure cost consistency across applications.
Technical Structure (Key Columns):
Column | Data Type | Description |
---|---|---|
COST_UPDATE_ID | NUMBER | Primary key, sequence-generated identifier |
INVENTORY_ITEM_ID | NUMBER | References MTL_SYSTEM_ITEMS_B |
ORGANIZATION_ID | NUMBER | Org where cost change applies |
OLD_COST | NUMBER | Previous item cost |
NEW_COST | NUMBER | Updated cost value |
UPDATE_DATE | DATE | When change occurred |
LAST_UPDATE_DATE | DATE | Audit column |
COST_TYPE_ID | NUMBER | Links to CST_COST_TYPES |
Version-Specific Considerations:
- 12.1.1: Requires manual reconciliation with GL after cost updates. Limited support for real-time cost simulations.
- 12.2.2: Enhanced with Web ADI integration for bulk updates and improved cost change impact analysis reports.
Business Process Flow: When a cost engineer updates an item's cost through the "Define Item Costs" form, Oracle:
- Validates the change against existing transactions
- Creates a record in CST_COST_UPDATES
- Generates accounting entries in CST_ACCOUNTING_EVENTS
- Updates MTL_MATERIAL_TRANSACTIONS for inventory valuation
Performance Considerations: In high-volume environments, this table should be:
- Indexed on INVENTORY_ITEM_ID, ORGANIZATION_ID, and UPDATE_DATE
- Purged periodically via Concurrent Program "Purge Cost History"
- Partitioned in 12.2.2 for large implementations
Customization Warning: Direct DML operations on this table require:
- Invocation of CSTPCCU.pls (Cost Processor API)
- Subsequent GL reconciliation
- Full regression testing of cost rollup processes
-
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_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_STANDARD_COSTS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_STANDARD_COSTS, object_name:CST_STANDARD_COSTS, status:VALID, product: BOM - Bills of Material , description: Standard cost history , implementation_dba_data: BOM.CST_STANDARD_COSTS ,
-
Table: CST_STANDARD_COSTS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_STANDARD_COSTS, object_name:CST_STANDARD_COSTS, status:VALID, product: BOM - Bills of Material , description: Standard cost history , implementation_dba_data: BOM.CST_STANDARD_COSTS ,
-
View: CST_XLA_COST_UPDATES_REF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_COST_UPDATES_REF_V, object_name:CST_XLA_COST_UPDATES_REF_V, status:VALID, product: BOM - Bills of Material , description: Standard Cost update sources , implementation_dba_data: APPS.CST_XLA_COST_UPDATES_REF_V ,
-
Table: CST_ELEMENTAL_COSTS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_ELEMENTAL_COSTS, object_name:CST_ELEMENTAL_COSTS, status:VALID, product: BOM - Bills of Material , description: Standard elemental cost history , implementation_dba_data: BOM.CST_ELEMENTAL_COSTS ,
-
View: CST_XLA_COST_UPDATES_REF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_COST_UPDATES_REF_V, object_name:CST_XLA_COST_UPDATES_REF_V, status:VALID, product: BOM - Bills of Material , description: Standard Cost update sources , implementation_dba_data: APPS.CST_XLA_COST_UPDATES_REF_V ,
-
Table: CST_ITEM_COSTS_INTERFACE
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_ITEM_COSTS_INTERFACE, object_name:CST_ITEM_COSTS_INTERFACE, status:VALID, product: BOM - Bills of Material , description: Open interface table for item cost information , implementation_dba_data: BOM.CST_ITEM_COSTS_INTERFACE ,
-
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_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_ITEM_COSTS_INTERFACE
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_ITEM_COSTS_INTERFACE, object_name:CST_ITEM_COSTS_INTERFACE, status:VALID, product: BOM - Bills of Material , description: Open interface table for item cost information , implementation_dba_data: BOM.CST_ITEM_COSTS_INTERFACE ,
-
Table: CST_ELEMENTAL_COSTS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_ELEMENTAL_COSTS, object_name:CST_ELEMENTAL_COSTS, status:VALID, product: BOM - Bills of Material , description: Standard elemental cost history , implementation_dba_data: BOM.CST_ELEMENTAL_COSTS ,
-
Table: CST_STD_COST_ADJ_TEMP
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_STD_COST_ADJ_TEMP, object_name:CST_STD_COST_ADJ_TEMP, status:VALID, product: BOM - Bills of Material , description: Temporary table for standard cost adjustment , implementation_dba_data: BOM.CST_STD_COST_ADJ_TEMP ,
-
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 ,
-
Table: CST_ITEM_COSTS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_ITEM_COSTS, object_name:CST_ITEM_COSTS, status:VALID, product: BOM - Bills of Material , description: Item cost summary , implementation_dba_data: BOM.CST_ITEM_COSTS ,
-
Table: CST_STD_COST_ADJ_TEMP
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_STD_COST_ADJ_TEMP, object_name:CST_STD_COST_ADJ_TEMP, status:VALID, product: BOM - Bills of Material , description: Temporary table for standard cost adjustment , implementation_dba_data: BOM.CST_STD_COST_ADJ_TEMP ,
-
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 ,
-
Table: CST_ITEM_COSTS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_ITEM_COSTS, object_name:CST_ITEM_COSTS, status:VALID, product: BOM - Bills of Material , description: Item cost summary , implementation_dba_data: BOM.CST_ITEM_COSTS ,
-
View: CST_XLA_INV_CU_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_INV_CU_V, object_name:CST_XLA_INV_CU_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_INV_CU_V ,
-
View: CSTFV_ITM_STD_CST_UPD_ELM_HST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_ITM_STD_CST_UPD_ELM_HST, object_name:CSTFV_ITM_STD_CST_UPD_ELM_HST, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTFV_ITM_STD_CST_UPD_ELM_HST ,
-
View: CSTFV_ITM_STD_CST_UPD_ELM_HST
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_ITM_STD_CST_UPD_ELM_HST, object_name:CSTFV_ITM_STD_CST_UPD_ELM_HST, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTFV_ITM_STD_CST_UPD_ELM_HST ,
-
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_XLA_INV_CU_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_INV_CU_V, object_name:CST_XLA_INV_CU_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_INV_CU_V ,
-
View: CSTBV_ITM_STD_CST_UPD_ELM_HST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_ITM_STD_CST_UPD_ELM_HST, object_name:CSTBV_ITM_STD_CST_UPD_ELM_HST, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTBV_ITM_STD_CST_UPD_ELM_HST ,
-
View: CSTBV_ITEM_STD_COST_UPDATES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_ITEM_STD_COST_UPDATES, object_name:CSTBV_ITEM_STD_COST_UPDATES, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTBV_ITEM_STD_COST_UPDATES ,
-
View: CSTBV_ITM_STD_CST_UPD_ELM_HST
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_ITM_STD_CST_UPD_ELM_HST, object_name:CSTBV_ITM_STD_CST_UPD_ELM_HST, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTBV_ITM_STD_CST_UPD_ELM_HST ,
-
View: CSTBV_ITEM_STD_COST_UPDATES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_ITEM_STD_COST_UPDATES, object_name:CSTBV_ITEM_STD_COST_UPDATES, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTBV_ITEM_STD_COST_UPDATES ,
-
View: CSTFV_ITEM_STD_COST_UPDATES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_ITEM_STD_COST_UPDATES, object_name:CSTFV_ITEM_STD_COST_UPDATES, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTFV_ITEM_STD_COST_UPDATES ,
-
View: CSTFV_ITEM_STD_COST_UPDATES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_ITEM_STD_COST_UPDATES, object_name:CSTFV_ITEM_STD_COST_UPDATES, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTFV_ITEM_STD_COST_UPDATES ,
-
View: CST_COST_UPDATES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_COST_UPDATES_V, object_name:CST_COST_UPDATES_V, status:VALID, product: BOM - Bills of Material , description: Cost update information : SINGLE-ORG view , implementation_dba_data: APPS.CST_COST_UPDATES_V ,
-
View: CST_COST_UPDATES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_COST_UPDATES_V, object_name:CST_COST_UPDATES_V, status:VALID, product: BOM - Bills of Material , description: Cost update information : SINGLE-ORG view , implementation_dba_data: APPS.CST_COST_UPDATES_V ,
-
View: CST_COST_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_COST_HISTORY_V, object_name:CST_COST_HISTORY_V, status:VALID, product: BOM - Bills of Material , description: Elemental item cost and adjustment quantity in a standard cost update : SINGLE-ORG view , implementation_dba_data: APPS.CST_COST_HISTORY_V ,
-
View: CST_COST_HISTORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_COST_HISTORY_V, object_name:CST_COST_HISTORY_V, status:VALID, product: BOM - Bills of Material , description: Elemental item cost and adjustment quantity in a standard cost update : SINGLE-ORG view , implementation_dba_data: APPS.CST_COST_HISTORY_V ,
-
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: 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: 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: CST_MTL_RCV_TXN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_MTL_RCV_TXN_V, object_name:CST_MTL_RCV_TXN_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_MTL_RCV_TXN_V ,
-
View: CST_MTL_RCV_TXN_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_MTL_RCV_TXN_V, object_name:CST_MTL_RCV_TXN_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_MTL_RCV_TXN_V ,