Search Results mtl_cycle_count_entries
The MTL_CYCLE_COUNT_ENTRIES
table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical repository for cycle count entry data within the Inventory module. Cycle counting is a key inventory management process that enables organizations to verify stock accuracy without performing full physical inventories. This table stores transactional details of cycle count entries, serving as the foundation for reconciliation, adjustment, and reporting activities.
Table Structure and Key Columns
TheMTL_CYCLE_COUNT_ENTRIES
table contains several important columns that define cycle count operations:
- CYCLE_COUNT_ENTRY_ID: Primary key identifier for each cycle count entry
- CYCLE_COUNT_HEADER_ID: References the parent cycle count header in
MTL_CYCLE_COUNT_HEADERS
- INVENTORY_ITEM_ID: Links to the counted item in
MTL_SYSTEM_ITEMS_B
- ORGANIZATION_ID: Identifies the inventory organization
- SUBINVENTORY: Specifies the subinventory location being counted
- COUNT_TYPE_CODE: Indicates whether the count is system-generated or manual
- COUNT_DATE: Timestamp of when the count was performed
- COUNT_QUANTITY: The physical quantity counted
- COUNT_UOM: Unit of measure for the counted quantity
- STATUS: Tracks the entry's workflow status (e.g., 'Pending', 'Approved', 'Rejected')
- ADJUSTMENT_QUANTITY: Calculated difference between system and counted quantities
Functional Integration
The table integrates with several key Oracle Inventory processes:- Cycle Count Setup: Entries are created based on cycle count schedules defined in
MTL_CYCLE_COUNT_HEADERS
- Count Execution: Stores data captured during physical counting, whether through mobile devices or manual entry
- Approval Workflow: Maintains status changes as counts move through approval processes
- Adjustment Processing: Holds variance data that drives inventory adjustments
- Reporting: Serves as the primary data source for count accuracy and variance reports
Technical Considerations
From a technical perspective, the table:- Is heavily indexed for performance on key columns like
CYCLE_COUNT_HEADER_ID
andINVENTORY_ITEM_ID
- Participates in complex joins with inventory master tables for reporting
- Has foreign key relationships with
MTL_CYCLE_COUNT_HEADERS
,MTL_SYSTEM_ITEMS_B
, andMTL_UNITS_OF_MEASURE
- Is frequently accessed by concurrent programs for count generation and approval processing
Business Process Flow
The typical data lifecycle inMTL_CYCLE_COUNT_ENTRIES
follows this sequence:
- System generates planned count entries based on cycle count schedules
- Counters update entries with physical counts (either via mobile devices or forms)
- System calculates variances between system and counted quantities
- Approvers review and update entry statuses
- Approved variances generate inventory adjustments
- Historical entries remain for audit and reporting purposes
Customization Points
Common extension scenarios include:- Adding custom status values through lookup modifications
- Creating triggers for additional validation logic
- Developing custom reports that join with this table
- Integrating with mobile data collection systems
MTL_CYCLE_COUNT_ENTRIES
table is fundamental to Oracle's cycle counting functionality, providing the detailed transactional record that supports inventory accuracy initiatives. Proper understanding of its structure and relationships is essential for effective inventory management in Oracle EBS implementations.
-
Table: MTL_CYCLE_COUNT_ENTRIES
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_CYCLE_COUNT_ENTRIES, object_name:MTL_CYCLE_COUNT_ENTRIES, status:VALID, product: INV - Inventory , description: Defines cycle count entries , implementation_dba_data: INV.MTL_CYCLE_COUNT_ENTRIES ,
-
Table: MTL_CYCLE_COUNT_ENTRIES
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_CYCLE_COUNT_ENTRIES, object_name:MTL_CYCLE_COUNT_ENTRIES, status:VALID, product: INV - Inventory , description: Defines cycle count entries , implementation_dba_data: INV.MTL_CYCLE_COUNT_ENTRIES ,
-
Table: MTL_CC_SERIAL_NUMBERS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_CC_SERIAL_NUMBERS, object_name:MTL_CC_SERIAL_NUMBERS, status:VALID, product: INV - Inventory , description: Serial Numbers for Cycle Count Entries. , implementation_dba_data: INV.MTL_CC_SERIAL_NUMBERS ,
-
Table: MTL_CC_SERIAL_NUMBERS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_CC_SERIAL_NUMBERS, object_name:MTL_CC_SERIAL_NUMBERS, status:VALID, product: INV - Inventory , description: Serial Numbers for Cycle Count Entries. , implementation_dba_data: INV.MTL_CC_SERIAL_NUMBERS ,
-
Table: MTL_CC_SCHED_COUNT_XREFS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_CC_SCHED_COUNT_XREFS, object_name:MTL_CC_SCHED_COUNT_XREFS, status:VALID, product: INV - Inventory , description: Cross references count entry requests , implementation_dba_data: INV.MTL_CC_SCHED_COUNT_XREFS ,
-
Table: MTL_CC_SCHED_COUNT_XREFS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_CC_SCHED_COUNT_XREFS, object_name:MTL_CC_SCHED_COUNT_XREFS, status:VALID, product: INV - Inventory , description: Cross references count entry requests , implementation_dba_data: INV.MTL_CC_SCHED_COUNT_XREFS ,
-
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 ,
-
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 ,
-
Table: MTL_CC_ENTRIES_INTERFACE
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_CC_ENTRIES_INTERFACE, object_name:MTL_CC_ENTRIES_INTERFACE, status:VALID, product: INV - Inventory , description: Cycle Count Entries Interface data , implementation_dba_data: INV.MTL_CC_ENTRIES_INTERFACE ,
-
Table: MTL_CC_ENTRIES_INTERFACE
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_CC_ENTRIES_INTERFACE, object_name:MTL_CC_ENTRIES_INTERFACE, status:VALID, product: INV - Inventory , description: Cycle Count Entries Interface data , implementation_dba_data: INV.MTL_CC_ENTRIES_INTERFACE ,
-
Table: MTL_TRANSACTION_REASONS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_TRANSACTION_REASONS, object_name:MTL_TRANSACTION_REASONS, status:VALID, product: INV - Inventory , description: Inventory Transaction Reasons Table , implementation_dba_data: INV.MTL_TRANSACTION_REASONS ,
-
Table: MTL_TRANSACTION_REASONS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_TRANSACTION_REASONS, object_name:MTL_TRANSACTION_REASONS, status:VALID, product: INV - Inventory , description: Inventory Transaction Reasons Table , implementation_dba_data: INV.MTL_TRANSACTION_REASONS ,
-
View: INVBV_CYCLE_COUNT_ADJUSTMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVBV_CYCLE_COUNT_ADJUSTMENTS, object_name:INVBV_CYCLE_COUNT_ADJUSTMENTS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVBV_CYCLE_COUNT_ADJUSTMENTS ,
-
View: INVBV_CYCLE_COUNT_ADJUSTMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVBV_CYCLE_COUNT_ADJUSTMENTS, object_name:INVBV_CYCLE_COUNT_ADJUSTMENTS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVBV_CYCLE_COUNT_ADJUSTMENTS ,
-
View: MTL_CC_GRAPH_QTR_V
12.1.1
product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: Not implemented in this database ,
-
View: MTL_CC_GRAPH_DAY_V
12.2.2
product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: Not implemented in this database ,
-
View: MTL_CC_GRAPH_QTR_V
12.2.2
product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: Not implemented in this database ,
-
View: MTL_CC_GRAPH_MONTH_V
12.1.1
product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: Not implemented in this database ,
-
View: MTL_CC_GRAPH_WK_V
12.2.2
product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: Not implemented in this database ,
-
View: MTL_CC_GRAPH_WK_V
12.1.1
product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: Not implemented in this database ,
-
View: MTL_CC_GRAPH_DAY_V
12.1.1
product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: Not implemented in this database ,
-
View: MTL_CC_GRAPH_MONTH_V
12.2.2
product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: Not implemented in this database ,
-
Table: MTL_LOT_NUMBERS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_LOT_NUMBERS, object_name:MTL_LOT_NUMBERS, status:VALID, product: INV - Inventory , description: Lot number definitions , implementation_dba_data: INV.MTL_LOT_NUMBERS ,
-
View: MTL_CC_GRAPH_PERIOD_V
12.2.2
product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: Not implemented in this database ,
-
Table: MTL_LOT_NUMBERS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_LOT_NUMBERS, object_name:MTL_LOT_NUMBERS, status:VALID, product: INV - Inventory , description: Lot number definitions , implementation_dba_data: INV.MTL_LOT_NUMBERS ,
-
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_CC_GRAPH_PERIOD_V
12.1.1
product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: Not implemented in this database ,
-
Table: MTL_ITEM_REVISIONS_B
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ITEM_REVISIONS_B, object_name:MTL_ITEM_REVISIONS_B, status:VALID, product: INV - Inventory , description: Item revisions , implementation_dba_data: INV.MTL_ITEM_REVISIONS_B ,
-
Table: MTL_ITEM_REVISIONS_B
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ITEM_REVISIONS_B, object_name:MTL_ITEM_REVISIONS_B, status:VALID, product: INV - Inventory , description: Item revisions , implementation_dba_data: INV.MTL_ITEM_REVISIONS_B ,
-
Table: MTL_MATERIAL_TRANSACTIONS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_MATERIAL_TRANSACTIONS, object_name:MTL_MATERIAL_TRANSACTIONS, status:VALID, product: INV - Inventory , description: Material transaction table , implementation_dba_data: INV.MTL_MATERIAL_TRANSACTIONS ,
-
Table: MTL_MATERIAL_TRANSACTIONS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_MATERIAL_TRANSACTIONS, object_name:MTL_MATERIAL_TRANSACTIONS, status:VALID, product: INV - Inventory , description: Material transaction table , implementation_dba_data: INV.MTL_MATERIAL_TRANSACTIONS ,
-
View: MTL_CYCLE_COUNT_ENTRIES_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_CYCLE_COUNT_ENTRIES_ALL_V, object_name:MTL_CYCLE_COUNT_ENTRIES_ALL_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_CYCLE_COUNT_ENTRIES_ALL_V ,
-
View: MTL_CYCLE_COUNT_ENTRIES_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_CYCLE_COUNT_ENTRIES_ALL_V, object_name:MTL_CYCLE_COUNT_ENTRIES_ALL_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_CYCLE_COUNT_ENTRIES_ALL_V ,
-
View: INVFV_CYCLE_COUNT_ADJUSTMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_CYCLE_COUNT_ADJUSTMENTS, object_name:INVFV_CYCLE_COUNT_ADJUSTMENTS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_CYCLE_COUNT_ADJUSTMENTS ,
-
View: INVFV_CYCLE_COUNT_ADJUSTMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_CYCLE_COUNT_ADJUSTMENTS, object_name:INVFV_CYCLE_COUNT_ADJUSTMENTS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_CYCLE_COUNT_ADJUSTMENTS ,
-
Table: MTL_ITEM_LOCATIONS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ITEM_LOCATIONS, object_name:MTL_ITEM_LOCATIONS, status:VALID, product: INV - Inventory , description: Definitions for stock locators , implementation_dba_data: INV.MTL_ITEM_LOCATIONS ,
-
Table: MTL_ITEM_LOCATIONS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ITEM_LOCATIONS, object_name:MTL_ITEM_LOCATIONS, status:VALID, product: INV - Inventory , description: Definitions for stock locators , implementation_dba_data: INV.MTL_ITEM_LOCATIONS ,
-
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 ,
-
Table: MTL_SECONDARY_INVENTORIES
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_SECONDARY_INVENTORIES, object_name:MTL_SECONDARY_INVENTORIES, status:VALID, product: INV - Inventory , description: Subinventory definitions , implementation_dba_data: INV.MTL_SECONDARY_INVENTORIES ,
-
Table: MTL_SECONDARY_INVENTORIES
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_SECONDARY_INVENTORIES, object_name:MTL_SECONDARY_INVENTORIES, status:VALID, product: INV - Inventory , description: Subinventory definitions , implementation_dba_data: INV.MTL_SECONDARY_INVENTORIES ,
-
Table: MTL_PARAMETERS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PARAMETERS, object_name:MTL_PARAMETERS, status:VALID, product: INV - Inventory , description: Inventory control options and defaults , implementation_dba_data: INV.MTL_PARAMETERS ,
-
Table: MTL_PARAMETERS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PARAMETERS, object_name:MTL_PARAMETERS, status:VALID, product: INV - Inventory , description: Inventory control options and defaults , implementation_dba_data: INV.MTL_PARAMETERS ,
-
Table: MTL_SYSTEM_ITEMS_B
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_SYSTEM_ITEMS_B, object_name:MTL_SYSTEM_ITEMS_B, status:VALID, product: INV - Inventory , description: Inventory item definitions , implementation_dba_data: INV.MTL_SYSTEM_ITEMS_B ,
-
Table: MTL_SYSTEM_ITEMS_B
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_SYSTEM_ITEMS_B, object_name:MTL_SYSTEM_ITEMS_B, status:VALID, product: INV - Inventory , description: Inventory item definitions , implementation_dba_data: INV.MTL_SYSTEM_ITEMS_B ,