Search Results mtl_cc_schedule_requests
Overview
The MTL_CC_SCHEDULE_REQUESTS table is a core data object within the Oracle E-Business Suite (EBS) Inventory (INV) module, specifically for versions 12.1.1 and 12.2.2. It serves as the transactional repository for cycle count schedule requests. In the context of inventory management, a cycle count is a periodic audit of a subset of inventory items to ensure record accuracy. This table defines and stores the individual requests generated by the system's scheduling engine, which are based on predefined cycle count headers and their associated criteria. Its primary role is to act as the staging area for pending count entries, linking high-level schedule definitions to the specific items and locations that require physical counting on a given date.
Key Information Stored
The table's structure is designed to capture the essential identifiers that link a schedule request to its parent definitions and target inventory. The primary key is CYCLE_COUNT_SCHEDULE_ID, which uniquely identifies each request record. As indicated by the foreign key relationships, two other columns are critically important: CYCLE_COUNT_HEADER_ID, which links the request to its controlling schedule in MTL_CYCLE_COUNT_HEADERS, and INVENTORY_ITEM_ID, which identifies the specific item to be counted. While the provided metadata does not list all columns, the table typically includes additional attributes such as the organization ID, the specific subinventory and locator for the count, the scheduled count date, and status flags to track the request's progression from generation to execution or cancellation.
Common Use Cases and Queries
The primary use case is the generation and management of pending cycle counts. A common operational report involves listing all open schedule requests for a warehouse team. A typical query would join this table to item and location tables to produce a pick list for counters. Troubleshooting often involves checking for requests that were generated but never acted upon. Sample SQL to find scheduled requests for a specific cycle count header would be:
- SELECT schedule_req.cycle_count_schedule_id, schedule_req.inventory_item_id, mic.segment1 item_code FROM inv.mtl_cc_schedule_requests schedule_req, inv.mtl_system_items_b mic WHERE schedule_req.cycle_count_header_id = &header_id AND schedule_req.inventory_item_id = mic.inventory_item_id AND schedule_req.organization_id = mic.organization_id ORDER BY schedule_req.cycle_count_schedule_id;
This table is also central to the "Generate Cycle Count Schedules" concurrent request, which populates it, and subsequent processes that consume these requests to create actual count entries (MTL_CYCLE_COUNT_ENTRIES).
Related Objects
MTL_CC_SCHEDULE_REQUESTS is a central hub within the cycle count schema. Its key relationships, as documented, are:
- MTL_CYCLE_COUNT_HEADERS: The parent table defining the overall schedule policy (frequency, criteria, adjustments). The foreign key on CYCLE_COUNT_HEADER_ID enforces this relationship.
- MTL_CYCLE_COUNT_ITEMS: Defines which specific items are included in a cycle count. The foreign key relationship uses both CYCLE_COUNT_HEADER_ID and INVENTORY_ITEM_ID.
- MTL_CC_SCHED_COUNT_XREFS: Likely acts as a cross-reference or journal table, tracking the lifecycle of a schedule request, potentially linking it to the resulting physical count entries.
- MTL_CYCLE_COUNT_ENTRIES: Although not listed in the provided foreign keys, this is a critical downstream table. The schedule requests in MTL_CC_SCHEDULE_REQUESTS are typically processed to create actual count entries where quantities are recorded.
-
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 ,
-
APPS.WMS_CYCLE_PVT dependencies on MTL_CC_SCHEDULE_REQUESTS
12.2.2
-
APPS.INV_MWB_CYCLE_COUNT dependencies on MTL_CC_SCHEDULE_REQUESTS
12.1.1
-
APPS.INV_MWB_CYCLE_COUNT dependencies on MTL_CC_SCHEDULE_REQUESTS
12.2.2
-
APPS.WMS_CYCLE_PVT dependencies on MTL_CC_SCHEDULE_REQUESTS
12.1.1
-
VIEW: APPS.MTL_CC_SCHEDULE_REQUESTS_DFV
12.2.2
-
VIEW: APPS.MTL_CC_SCHEDULE_REQUESTS_DFV
12.1.1
-
SYNONYM: APPS.MTL_CC_SCHEDULE_REQUESTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_CC_SCHEDULE_REQUESTS, status:VALID,
-
APPS.WMS_CYCLE_PVT SQL Statements
12.2.2
-
SYNONYM: APPS.MTL_CC_SCHEDULE_REQUESTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_CC_SCHEDULE_REQUESTS, status:VALID,
-
VIEW: INV.MTL_CC_SCHEDULE_REQUESTS#
12.2.2
owner:INV, object_type:VIEW, object_name:MTL_CC_SCHEDULE_REQUESTS#, status:VALID,
-
VIEW: APPS.MTL_CC_SCHEDULES_V
12.2.2
-
APPS.WMS_CYCLE_PVT SQL Statements
12.1.1
-
VIEW: APPS.MTL_CC_SCHEDULES_V
12.1.1
-
VIEW: INV.MTL_CC_SCHEDULE_REQUESTS#
12.2.2
-
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.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_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: INV.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,
-
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: APPS.MTL_CC_SCHEDULE_REQUESTS_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:MTL_CC_SCHEDULE_REQUESTS_DFV, status:VALID,
-
PACKAGE BODY: APPS.INV_MWB_CYCLE_COUNT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:INV_MWB_CYCLE_COUNT, status:VALID,
-
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 ,
-
PACKAGE BODY: APPS.INV_MWB_CYCLE_COUNT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:INV_MWB_CYCLE_COUNT, status:VALID,
-
TABLE: INV.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,
-
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: APPS.MTL_CC_SCHEDULE_REQUESTS_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:MTL_CC_SCHEDULE_REQUESTS_DFV, status:VALID,
-
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 ,
-
PACKAGE BODY: APPS.WMS_CYCLE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WMS_CYCLE_PVT, status:VALID,
-
PACKAGE BODY: APPS.WMS_CYCLE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WMS_CYCLE_PVT, status:VALID,
-
APPS.INV_MWB_CYCLE_COUNT SQL Statements
12.1.1
-
APPS.INV_MWB_CYCLE_COUNT SQL Statements
12.2.2
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.WMS_CYCLE_PVT
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.WMS_CYCLE_PVT
12.2.2
-
PACKAGE BODY: APPS.INV_MWB_CYCLE_COUNT
12.1.1
-
PACKAGE BODY: APPS.INV_MWB_CYCLE_COUNT
12.2.2
-
APPS.WMS_LMS_EXPECTED_RES dependencies on WMS_ELS_EXP_RESOURCE
12.1.1
-
APPS.WMS_LMS_EXPECTED_RES dependencies on WMS_ELS_EXP_RESOURCE
12.2.2
-
eTRM - INV Tables and Views
12.2.2
-
eTRM - INV Tables and Views
12.1.1
-
PACKAGE BODY: APPS.WMS_LMS_EXPECTED_RES
12.1.1