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 ,
-
APPS.INV_LABEL_PVT4 dependencies on MTL_CYCLE_COUNT_ENTRIES
12.1.1
-
APPS.WMS_LPN_LOVS dependencies on MTL_CYCLE_COUNT_ENTRIES
12.1.1
-
APPS.OPI_DBI_INV_CCA_PKG dependencies on MTL_CYCLE_COUNT_ENTRIES
12.1.1
-
APPS.INV_CG_UPGRADE dependencies on MTL_CYCLE_COUNT_ENTRIES
12.1.1
-
APPS.MTL_CCEOI_PROCESS_PVT dependencies on MTL_CYCLE_COUNT_ENTRIES
12.1.1
-
APPS.INV_UI_PROJECT_LOVS dependencies on MTL_CYCLE_COUNT_ENTRIES
12.1.1
-
APPS.CSI_INV_TRXS_PKG dependencies on MTL_CYCLE_COUNT_ENTRIES
12.2.2
-
APPS.INV_UI_TASK_LOVS dependencies on MTL_CYCLE_COUNT_ENTRIES
12.2.2
-
APPS.MTL_INV_VALIDATE_GRP dependencies on MTL_CYCLE_COUNT_ENTRIES
12.2.2
-
APPS.MTL_CYCLE_COUNT_ENTRIES_PKG dependencies on MTL_CYCLE_COUNT_ENTRIES
12.1.1
-
APPS.MTL_CCEOI_ACTION_PVT dependencies on MTL_CYCLE_COUNT_ENTRIES
12.1.1
-
APPS.INV_UI_TASK_LOVS dependencies on MTL_CYCLE_COUNT_ENTRIES
12.1.1
-
APPS.MTL_INV_UTIL_GRP dependencies on MTL_CYCLE_COUNT_ENTRIES
12.1.1
-
APPS.WMS_TASK_SKIPPED dependencies on MTL_CYCLE_COUNT_ENTRIES
12.1.1
-
APPS.WMS_TASK_DISPATCH_ENGINE dependencies on MTL_CYCLE_COUNT_ENTRIES
12.1.1
-
APPS.WMS_TASK_SKIPPED dependencies on MTL_CYCLE_COUNT_ENTRIES
12.2.2
-
APPS.INV_CYC_LOVS dependencies on MTL_CYCLE_COUNT_ENTRIES
12.2.2
-
APPS.MTL_CCEOI_ACTION_PVT dependencies on MTL_CYCLE_COUNT_ENTRIES
12.2.2
-
APPS.WMS_LPN_LOVS dependencies on MTL_CYCLE_COUNT_ENTRIES
12.2.2
-
APPS.CSI_INV_TRXS_PKG dependencies on MTL_CYCLE_COUNT_ENTRIES
12.1.1
-
APPS.INV_CYC_SERIALS dependencies on MTL_CYCLE_COUNT_ENTRIES
12.1.1
-
APPS.WMS_CONTROL_BOARD dependencies on MTL_CYCLE_COUNT_ENTRIES
12.1.1
-
APPS.INV_LABEL_PVT3 dependencies on MTL_CYCLE_COUNT_ENTRIES
12.1.1
-
APPS.WMS_WAVEPLAN_TASKS_PVT dependencies on MTL_CYCLE_COUNT_ENTRIES
12.1.1
-
APPS.MTL_INV_VALIDATE_GRP dependencies on MTL_CYCLE_COUNT_ENTRIES
12.1.1
-
APPS.WMS_TASK_MGMT_PUB dependencies on MTL_CYCLE_COUNT_ENTRIES
12.1.1
-
APPS.INV_LABEL_PVT3 dependencies on MTL_CYCLE_COUNT_ENTRIES
12.2.2
-
APPS.MTL_CYCLE_COUNT_ENTRIES_PKG dependencies on MTL_CYCLE_COUNT_ENTRIES
12.2.2
-
APPS.WMS_OPP_CYC_COUNT dependencies on MTL_CYCLE_COUNT_ENTRIES
12.2.2
-
APPS.GMF_GMFLCHST_XMLP_PKG dependencies on MTL_CYCLE_COUNT_ENTRIES
12.2.2
-
APPS.WMS_TASK_DISPATCH_GEN dependencies on MTL_CYCLE_COUNT_ENTRIES
12.2.2
-
APPS.INV_CG_UPGRADE dependencies on MTL_CYCLE_COUNT_ENTRIES
12.2.2
-
APPS.MTL_CCEOI_ACTION_PUB dependencies on MTL_CYCLE_COUNT_ENTRIES
12.2.2
-
APPS.INV_INV_LOVS dependencies on MTL_CYCLE_COUNT_ENTRIES
12.1.1
-
APPS.INV_UI_ITEM_ATT_LOVS dependencies on MTL_CYCLE_COUNT_ENTRIES
12.1.1
-
APPS.INV_ATTRIBUTE_CONTROL_PVT dependencies on MTL_CYCLE_COUNT_ENTRIES
12.1.1
-
APPS.MTL_CCEOI_VAR_PVT dependencies on MTL_CYCLE_COUNT_ENTRIES
12.1.1
-
APPS.INV_LABEL_PVT5 dependencies on MTL_CYCLE_COUNT_ENTRIES
12.1.1
-
APPS.INV_UI_ITEM_SUB_LOC_LOVS dependencies on MTL_CYCLE_COUNT_ENTRIES
12.1.1
-
APPS.INV_CYC_LOVS dependencies on MTL_CYCLE_COUNT_ENTRIES
12.1.1
-
APPS.INV_UI_ITEM_LOVS dependencies on MTL_CYCLE_COUNT_ENTRIES
12.1.1
-
APPS.GMF_GMFLCHST_XMLP_PKG dependencies on MTL_CYCLE_COUNT_ENTRIES
12.1.1
-
APPS.MTL_INV_VALIDATE_GRP dependencies on MTL_CYCLE_COUNT_ENTRIES
12.1.1
-
APPS.MTL_CCEOI_PROCESS_PVT dependencies on MTL_CYCLE_COUNT_ENTRIES
12.2.2
-
APPS.INV_UI_ITEM_LOVS dependencies on MTL_CYCLE_COUNT_ENTRIES
12.2.2
-
APPS.WMS_PURGE_PVT dependencies on MTL_CYCLE_COUNT_ENTRIES
12.2.2
-
APPS.INV_LABEL_PVT5 dependencies on MTL_CYCLE_COUNT_ENTRIES
12.2.2
-
APPS.WMS_LMS_EXPECTED_RES dependencies on MTL_CYCLE_COUNT_ENTRIES
12.2.2