Search Results mtl_cycle_count_items
The MTL_CYCLE_COUNT_ITEMS table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical repository for cycle count item data within the Inventory module. This table stores detailed information about items that are scheduled for periodic inventory counts, enabling organizations to maintain accurate stock records and comply with internal controls. Below is a comprehensive breakdown of its structure, purpose, and key attributes.
Purpose and Functional Context
The MTL_CYCLE_COUNT_ITEMS table supports Oracle's cycle counting functionality, which automates the process of counting subsets of inventory items at predefined intervals. Unlike traditional physical inventories, cycle counting minimizes operational disruptions by targeting specific items based on criteria like ABC classification, usage frequency, or value. This table links cycle count headers (MTL_CYCLE_COUNT_HEADERS) to individual items, defining what needs to be counted, when, and by whom.Key Columns and Relationships
The table's structure includes the following essential columns:- CYCLE_COUNT_HEADER_ID: Foreign key to MTL_CYCLE_COUNT_HEADERS, associating items with a specific cycle count.
- INVENTORY_ITEM_ID: References MTL_SYSTEM_ITEMS_B, identifying the item to be counted.
- ORGANIZATION_ID: Specifies the inventory organization where the item resides.
- LAST_COUNT_DATE: Tracks the most recent count date for historical analysis.
- COUNT_SEQUENCE: Determines the order in which items are counted.
- ABC_CLASS_ID: Links to MTL_ABC_CLASSES, supporting ABC-based counting strategies.
- STATUS: Indicates the item's count status (e.g., 'Pending', 'Counted', 'Approved').
Integration with Other Modules
The table interacts with several Oracle EBS components:- Inventory Management: Validates item attributes and stock levels during counts.
- Cost Management: Updates item valuations post-count if discrepancies are adjusted.
- Workflow: Triggers approval processes for count variances exceeding tolerances.
Technical Considerations
In EBS 12.1.1 and 12.2.2, the table's indexing strategy typically includes:- Composite indexes on (CYCLE_COUNT_HEADER_ID, INVENTORY_ITEM_ID) for join performance.
- Single-column indexes on ORGANIZATION_ID and STATUS for filtering efficiency.
Customization and Extensions
Organizations often extend the table's functionality by:- Adding custom columns via Descriptive Flexfields (DFFs) to capture business-specific data.
- Creating triggers to enforce count frequency rules or integrate with third-party systems.
Data Lifecycle
Records are created when items are added to a cycle count schedule, updated during count execution, and archived or purged based on retention policies. The STATUS column drives transitions through the count workflow.Performance Implications
High-volume environments should monitor:- Index fragmentation due to frequent status updates.
- Lock contention during concurrent count approvals.
Conclusion
The MTL_CYCLE_COUNT_ITEMS table is a linchpin of Oracle EBS's cycle counting framework, balancing flexibility with rigorous inventory control. Its design reflects Oracle's emphasis on auditability, integration, and scalability, making it indispensable for inventory accuracy in manufacturing, retail, and distribution environments.-
Table: MTL_CYCLE_COUNT_ITEMS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_CYCLE_COUNT_ITEMS, object_name:MTL_CYCLE_COUNT_ITEMS, status:VALID, product: INV - Inventory , description: Defines items to be used in cycle count , implementation_dba_data: INV.MTL_CYCLE_COUNT_ITEMS ,
-
Table: MTL_CYCLE_COUNT_ITEMS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_CYCLE_COUNT_ITEMS, object_name:MTL_CYCLE_COUNT_ITEMS, status:VALID, product: INV - Inventory , description: Defines items to be used in cycle count , implementation_dba_data: INV.MTL_CYCLE_COUNT_ITEMS ,
-
Table: MTL_ABC_CLASSES
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ABC_CLASSES, object_name:MTL_ABC_CLASSES, status:VALID, product: INV - Inventory , description: Inventory ABC classes , implementation_dba_data: INV.MTL_ABC_CLASSES ,
-
Table: MTL_ABC_CLASSES
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ABC_CLASSES, object_name:MTL_ABC_CLASSES, status:VALID, product: INV - Inventory , description: Inventory ABC classes , implementation_dba_data: INV.MTL_ABC_CLASSES ,
-
Table: MTL_CC_SCHEDULE_REQUESTS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_CC_SCHEDULE_REQUESTS, object_name:MTL_CC_SCHEDULE_REQUESTS, status:VALID, product: INV - Inventory , description: Defines cycle count schedule requests , implementation_dba_data: INV.MTL_CC_SCHEDULE_REQUESTS ,
-
Table: MTL_CYCLE_COUNT_CLASSES
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_CYCLE_COUNT_CLASSES, object_name:MTL_CYCLE_COUNT_CLASSES, status:VALID, product: INV - Inventory , description: Defines cycle count classes , implementation_dba_data: INV.MTL_CYCLE_COUNT_CLASSES ,
-
Table: MTL_CC_SCHEDULE_REQUESTS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_CC_SCHEDULE_REQUESTS, object_name:MTL_CC_SCHEDULE_REQUESTS, status:VALID, product: INV - Inventory , description: Defines cycle count schedule requests , implementation_dba_data: INV.MTL_CC_SCHEDULE_REQUESTS ,
-
View: INVBV_CYCLE_COUNT_ITEMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVBV_CYCLE_COUNT_ITEMS, object_name:INVBV_CYCLE_COUNT_ITEMS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVBV_CYCLE_COUNT_ITEMS ,
-
Table: MTL_CYCLE_COUNT_CLASSES
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_CYCLE_COUNT_CLASSES, object_name:MTL_CYCLE_COUNT_CLASSES, status:VALID, product: INV - Inventory , description: Defines cycle count classes , implementation_dba_data: INV.MTL_CYCLE_COUNT_CLASSES ,
-
Table: MTL_CYCLE_COUNT_HEADERS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_CYCLE_COUNT_HEADERS, object_name:MTL_CYCLE_COUNT_HEADERS, status:VALID, product: INV - Inventory , description: Defines cycle count header information , implementation_dba_data: INV.MTL_CYCLE_COUNT_HEADERS ,
-
View: MTL_CYCLE_COUNT_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_CYCLE_COUNT_ITEMS_V, object_name:MTL_CYCLE_COUNT_ITEMS_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_CYCLE_COUNT_ITEMS_V ,
-
View: INVBV_CYCLE_COUNT_ITEMS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVBV_CYCLE_COUNT_ITEMS, object_name:INVBV_CYCLE_COUNT_ITEMS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVBV_CYCLE_COUNT_ITEMS ,
-
Table: MTL_CYCLE_COUNT_HEADERS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_CYCLE_COUNT_HEADERS, object_name:MTL_CYCLE_COUNT_HEADERS, status:VALID, product: INV - Inventory , description: Defines cycle count header information , implementation_dba_data: INV.MTL_CYCLE_COUNT_HEADERS ,
-
View: MTL_CYCLE_COUNT_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_CYCLE_COUNT_ITEMS_V, object_name:MTL_CYCLE_COUNT_ITEMS_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_CYCLE_COUNT_ITEMS_V ,
-
View: MTL_CYCLE_COUNT_ITEMS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_CYCLE_COUNT_ITEMS_ALL_V, object_name:MTL_CYCLE_COUNT_ITEMS_ALL_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_CYCLE_COUNT_ITEMS_ALL_V ,
-
View: MTL_CYCLE_COUNT_ITEMS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_CYCLE_COUNT_ITEMS_ALL_V, object_name:MTL_CYCLE_COUNT_ITEMS_ALL_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_CYCLE_COUNT_ITEMS_ALL_V ,
-
View: INVFV_CYCLE_COUNT_ITEMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_CYCLE_COUNT_ITEMS, object_name:INVFV_CYCLE_COUNT_ITEMS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_CYCLE_COUNT_ITEMS ,
-
View: INVFV_CYCLE_COUNT_ITEMS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_CYCLE_COUNT_ITEMS, object_name:INVFV_CYCLE_COUNT_ITEMS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_CYCLE_COUNT_ITEMS ,
-
View: MTL_CC_GRAPH_V
12.1.1
product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: Not implemented in this database ,
-
View: MTL_CC_GRAPH_V
12.2.2
product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: Not implemented in this database ,
-
View: MTL_CYCLE_COUNT_ENTRIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_CYCLE_COUNT_ENTRIES_V, object_name:MTL_CYCLE_COUNT_ENTRIES_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_CYCLE_COUNT_ENTRIES_V ,
-
View: MTL_CYCLE_COUNT_ENTRIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_CYCLE_COUNT_ENTRIES_V, object_name:MTL_CYCLE_COUNT_ENTRIES_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_CYCLE_COUNT_ENTRIES_V ,