Search Results cst_quantity_layers
The CST_QUANTITY_LAYERS table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical inventory valuation table that stores detailed quantity layer information for items under perpetual inventory costing methods. It serves as a foundation for the Cost Management module, enabling organizations to maintain accurate inventory valuation by tracking item quantities and costs at a granular level.
Purpose and Functionality
This table maintains historical records of inventory transactions, creating quantity layers that represent distinct batches of inventory with unique cost attributes. Each layer corresponds to a specific receipt or transaction, allowing the system to apply costing methods like FIFO (First-In-First-Out), LIFO (Last-In-First-Out), or weighted average accurately. The table works in conjunction with CST_COST_LAYERS (which stores cost information) to provide complete inventory valuation data.Key Columns and Structure
The table contains several important columns:- INVENTORY_ITEM_ID: Links to MTL_SYSTEM_ITEMS_B
- ORGANIZATION_ID: Identifies the inventory organization
- LAYER_ID: Unique identifier for each quantity layer
- TRANSACTION_ID: References MTL_MATERIAL_TRANSACTIONS
- PRIMARY_QUANTITY: Stores the quantity in the primary UOM
- SECONDARY_QUANTITY: Stores quantity in secondary UOM (if applicable)
- DATE_CREATED: Timestamp when the layer was created
- LAST_UPDATE_DATE: When the layer was last modified
Integration with Other Modules
CST_QUANTITY_LAYERS integrates with:- Inventory Management: Receives transaction data from MTL_MATERIAL_TRANSACTIONS
- Purchasing: Captures receipt information for purchased items
- Work in Process: Tracks component issues and assembly completions
- Order Management: Records shipments and returns
Business Process Flow
When an inventory transaction occurs:- The system creates or updates quantity layers in CST_QUANTITY_LAYERS
- Corresponding cost layers are created in CST_COST_LAYERS
- The inventory valuation is recalculated based on the costing method
- General ledger accounts are updated through Cost Management
Technical Considerations
The table is optimized for:- High-volume transaction processing
- Quick retrieval of layer information for costing calculations
- Integration with Oracle's Cost Management engine
Reporting and Analysis
This table supports various inventory valuation reports and is frequently used in:- Inventory valuation reports
- Cost variance analysis
- Gross margin reporting
- Tax and compliance reporting
Maintenance and Performance
Oracle provides standard programs to maintain this table:- Purge programs to archive historical data
- Concurrent programs to reconcile inventory quantities
- Batch programs to recalculate inventory values
Customization Considerations
While the table structure shouldn't be modified, organizations often:- Create custom indexes for performance tuning
- Develop custom reports using this table as a data source
- Implement triggers for additional validation (with caution)
-
Table: CST_QUANTITY_LAYERS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_QUANTITY_LAYERS, object_name:CST_QUANTITY_LAYERS, status:VALID, product: BOM - Bills of Material , description: Stores cost information for each layer , implementation_dba_data: BOM.CST_QUANTITY_LAYERS ,
-
Table: CST_QUANTITY_LAYERS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_QUANTITY_LAYERS, object_name:CST_QUANTITY_LAYERS, status:VALID, product: BOM - Bills of Material , description: Stores cost information for each layer , implementation_dba_data: BOM.CST_QUANTITY_LAYERS ,
-
Table: CST_LAYER_COST_DETAILS
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_LAYER_COST_DETAILS, object_name:CST_LAYER_COST_DETAILS, status:VALID, product: BOM - Bills of Material , description: Detailed cost information by element and level , implementation_dba_data: BOM.CST_LAYER_COST_DETAILS ,
-
Table: CST_LAYER_COST_DETAILS
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_LAYER_COST_DETAILS, object_name:CST_LAYER_COST_DETAILS, status:VALID, product: BOM - Bills of Material , description: Detailed cost information by element and level , implementation_dba_data: BOM.CST_LAYER_COST_DETAILS ,
-
View: CST_LAYER_COST_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_LAYER_COST_DETAILS_V, object_name:CST_LAYER_COST_DETAILS_V, status:VALID, product: BOM - Bills of Material , description: Costs by layer, level and cost element , implementation_dba_data: APPS.CST_LAYER_COST_DETAILS_V ,
-
View: CST_LAYER_COST_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_LAYER_COST_DETAILS_V, object_name:CST_LAYER_COST_DETAILS_V, status:VALID, product: BOM - Bills of Material , description: Costs by layer, level and cost element , implementation_dba_data: APPS.CST_LAYER_COST_DETAILS_V ,
-
View: CSTBV_AVERAGE_ITEM_COSTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_AVERAGE_ITEM_COSTS, object_name:CSTBV_AVERAGE_ITEM_COSTS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTBV_AVERAGE_ITEM_COSTS ,
-
View: CSTBV_ITM_CST_GRP_UNT_CST_DTL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_ITM_CST_GRP_UNT_CST_DTL, object_name:CSTBV_ITM_CST_GRP_UNT_CST_DTL, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTBV_ITM_CST_GRP_UNT_CST_DTL ,
-
View: CSTFV_AVERAGE_ITEM_COSTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_AVERAGE_ITEM_COSTS, object_name:CSTFV_AVERAGE_ITEM_COSTS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTFV_AVERAGE_ITEM_COSTS ,
-
View: CSTFV_AVERAGE_ITEM_COSTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_AVERAGE_ITEM_COSTS, object_name:CSTFV_AVERAGE_ITEM_COSTS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTFV_AVERAGE_ITEM_COSTS ,
-
View: CSTBV_AVERAGE_ITEM_COSTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_AVERAGE_ITEM_COSTS, object_name:CSTBV_AVERAGE_ITEM_COSTS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTBV_AVERAGE_ITEM_COSTS ,
-
View: CSTFV_ITM_CST_GRP_UNT_CST_DTL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_ITM_CST_GRP_UNT_CST_DTL, object_name:CSTFV_ITM_CST_GRP_UNT_CST_DTL, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTFV_ITM_CST_GRP_UNT_CST_DTL ,
-
View: CSTFV_ITM_CST_GRP_UNT_CST_DTL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTFV_ITM_CST_GRP_UNT_CST_DTL, object_name:CSTFV_ITM_CST_GRP_UNT_CST_DTL, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTFV_ITM_CST_GRP_UNT_CST_DTL ,
-
View: CST_CQL_CIC_ITEM_COSTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_CQL_CIC_ITEM_COSTS_V, object_name:CST_CQL_CIC_ITEM_COSTS_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_CQL_CIC_ITEM_COSTS_V ,
-
View: CST_CQL_CIC_ITEM_COSTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_CQL_CIC_ITEM_COSTS_V, object_name:CST_CQL_CIC_ITEM_COSTS_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_CQL_CIC_ITEM_COSTS_V ,
-
View: CSTBV_ITM_CST_GRP_UNT_CST_DTL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CSTBV_ITM_CST_GRP_UNT_CST_DTL, object_name:CSTBV_ITM_CST_GRP_UNT_CST_DTL, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.CSTBV_ITM_CST_GRP_UNT_CST_DTL ,
-
View: CST_AP_VARIANCE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_AP_VARIANCE_V, object_name:CST_AP_VARIANCE_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_AP_VARIANCE_V ,
-
View: CST_AP_VARIANCE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_AP_VARIANCE_V, object_name:CST_AP_VARIANCE_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_AP_VARIANCE_V ,
-
View: CST_CG_ITEM_COSTS_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_CG_ITEM_COSTS_VIEW, object_name:CST_CG_ITEM_COSTS_VIEW, status:VALID, product: BOM - Bills of Material , description: This level, previous level and total elemental costs in an average costing organization. , implementation_dba_data: APPS.CST_CG_ITEM_COSTS_VIEW ,
-
View: CST_CG_ITEM_COSTS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_CG_ITEM_COSTS_VIEW, object_name:CST_CG_ITEM_COSTS_VIEW, status:VALID, product: BOM - Bills of Material , description: This level, previous level and total elemental costs in an average costing organization. , implementation_dba_data: APPS.CST_CG_ITEM_COSTS_VIEW ,
-
View: CSTBV_ITEM_COST_TXN_HISTORY
12.1.1
product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: CSTBV_ITEM_COST_TXN_HISTORY
12.2.2
product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,