Search Results mtl_cc_schedule_requests
The MTL_CC_SCHEDULE_REQUESTS
table in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 is a critical repository for tracking and managing cycle count scheduling requests within the Inventory module. Cycle counting is a key inventory control process that ensures data accuracy by periodically validating physical inventory against system records. This table serves as a staging area for cycle count requests before they are processed and executed by the system.
### **Table Structure and Key Columns**
The MTL_CC_SCHEDULE_REQUESTS
table contains several important columns that facilitate the cycle count scheduling process:
- REQUEST_ID: A unique identifier for each cycle count request.
- ORGANIZATION_ID: The inventory organization where the cycle count is performed.
- CYCLE_COUNT_HEADER_ID: References the parent cycle count definition (
MTL_CYCLE_COUNT_HEADERS
). - SCHEDULE_DATE: The date when the cycle count is scheduled to run.
- STATUS: Indicates the processing state (e.g., PENDING, PROCESSED, ERROR).
- LAST_UPDATE_DATE & LAST_UPDATED_BY: Audit columns tracking modifications.
- CREATION_DATE & CREATED_BY: Audit columns recording initial entry.
- ITEM_ID: The specific item being counted (if applicable).
- SUBINVENTORY: The subinventory location where the count occurs.
- LOCATOR_ID: The precise locator within the subinventory.
MTL_CYCLE_COUNT_HEADERS
) and execution (MTL_CYCLE_COUNT_ENTRIES
). When a cycle count is scheduled—either manually or via automated rules—a record is inserted into MTL_CC_SCHEDULE_REQUESTS
. The Oracle Inventory Concurrent Manager processes these requests, generating count entries in MTL_CYCLE_COUNT_ENTRIES
for execution by warehouse personnel.
### **Integration with Other Modules**
The table interacts with:
- Inventory Management: Links to
MTL_SYSTEM_ITEMS_B
for item details. - Warehouse Management: References
MTL_ITEM_LOCATIONS
for locator data. - Concurrent Processing: Uses Oracle’s concurrent request framework (
FND_CONCURRENT_REQUESTS
) for job scheduling.
- Indexing: Optimized for queries on
ORGANIZATION_ID
,STATUS
, andSCHEDULE_DATE
. - Purge Mechanism: Processed requests may be archived or purged via standard Inventory cleanup programs.
- Custom Extensions: Enterprises often extend this table for additional attributes like priority flags or custom approval workflows.
MTL_CC_SCHEDULE_REQUESTS
table is a foundational component of Oracle EBS’s cycle counting functionality, ensuring systematic and auditable inventory validation. Its design supports scalability, integration with core inventory tables, and efficient processing via Oracle’s concurrent request infrastructure. Understanding its structure and behavior is essential for troubleshooting cycle count issues, optimizing performance, and extending functionality in custom implementations.
-
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 ,
-
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_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_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_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_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_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_CC_SCHEDULES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_CC_SCHEDULES_V, object_name:MTL_CC_SCHEDULES_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_CC_SCHEDULES_V ,
-
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_CC_SCHEDULES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_CC_SCHEDULES_V, object_name:MTL_CC_SCHEDULES_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_CC_SCHEDULES_V ,