Search Results mtl_cycle_count_headers
The MTL_CYCLE_COUNT_HEADERS
table in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 is a critical component of the Inventory Cycle Counting functionality. It serves as the primary repository for high-level information about cycle count schedules, which are used to maintain inventory accuracy by periodically validating on-hand quantities. Below is a detailed breakdown of its structure, purpose, and key attributes.
Purpose and Overview
TheMTL_CYCLE_COUNT_HEADERS
table stores metadata for cycle count schedules, including count frequency, approval workflows, and organizational assignments. It acts as the parent table for MTL_CYCLE_COUNT_ENTRIES
, which contains the detailed items to be counted. This hierarchical relationship ensures efficient tracking and execution of cycle counts across warehouses or subinventories.
Key Columns and Descriptions
- CYCLE_COUNT_HEADER_ID: Primary key, uniquely identifying each cycle count schedule.
- ORGANIZATION_ID: Links to
HR_ORGANIZATION_UNITS
, specifying the inventory organization. - ABC_CLASS_ID: Associates the count with an ABC classification (from
MTL_ABC_CLASSES
) for prioritized counting. - CYCLE_COUNT_NAME: User-defined name for the schedule (e.g., "Monthly A-Class Count").
- DESCRIPTION: Optional details about the schedule's purpose or scope.
- COUNT_TYPE_CODE: Defines the count method (e.g., 'REGULAR', 'PHYSICAL', 'ADJUSTMENT').
- STATUS: Tracks workflow state (e.g., 'DRAFT', 'PENDING', 'APPROVED').
- SCHEDULED_DATE: Next planned execution date.
- LAST_UPDATED_BY/CREATED_BY: Audit columns capturing user IDs.
- APPROVAL_TOLERANCE_POSITIVE/NEGATIVE: Thresholds for automatic variance approval.
Integration with Other Modules
The table integrates with:- Inventory Management: Validates item quantities via
MTL_ONHAND_QUANTITIES
. - Workflow: Routes approvals through
WF_NOTIFICATIONS
. - ABC Analysis: Uses
MTL_ABC_ASSIGNMENTS
to prioritize high-value items.
Technical Considerations
- Indexing: Key indexes include
CYCLE_COUNT_HEADER_ID
(PK) andORGANIZATION_ID
(for partitioning). - Partitioning: Often partitioned by
ORGANIZATION_ID
in large deployments. - API Dependencies: Managed via
INV_CYCLE_COUNT_PUB
PL/SQL APIs for CRUD operations.
Business Process Flow
- Schedule Creation: Users define count parameters (frequency, ABC class, tolerances).
- Approval: Workflow validates the schedule if required.
- Execution: System generates entries in
MTL_CYCLE_COUNT_ENTRIES
. - Adjustment: Variances beyond tolerances trigger corrective workflows.
Version-Specific Notes
- 12.1.1: Basic workflow integration; tolerances are mandatory.
- 12.2.2: Enhanced with mobile counting support and optional tolerances.
Customization Examples
Common extensions include:- Adding custom statuses via lookup types.
- Integrating with barcode scanners via APIs.
- Automating schedule creation based on turnover rates.
-
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_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_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_SUBINVENTORIES
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_CC_SUBINVENTORIES, object_name:MTL_CC_SUBINVENTORIES, status:VALID, product: INV - Inventory , description: Defines subinventories to be used in subinventory level cycle count , implementation_dba_data: INV.MTL_CC_SUBINVENTORIES ,
-
Table: MTL_CC_SUBINVENTORIES
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_CC_SUBINVENTORIES, object_name:MTL_CC_SUBINVENTORIES, status:VALID, product: INV - Inventory , description: Defines subinventories to be used in subinventory level cycle count , implementation_dba_data: INV.MTL_CC_SUBINVENTORIES ,
-
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_ABC_ASSIGNMENT_GROUPS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ABC_ASSIGNMENT_GROUPS, object_name:MTL_ABC_ASSIGNMENT_GROUPS, status:VALID, product: INV - Inventory , description: Defines abc groups , implementation_dba_data: INV.MTL_ABC_ASSIGNMENT_GROUPS ,
-
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_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_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_ABC_ASSIGNMENT_GROUPS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ABC_ASSIGNMENT_GROUPS, object_name:MTL_ABC_ASSIGNMENT_GROUPS, status:VALID, product: INV - Inventory , description: Defines abc groups , implementation_dba_data: INV.MTL_ABC_ASSIGNMENT_GROUPS ,
-
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_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 ,
-
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_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_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 ,
-
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 ,
-
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 ,
-
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_CLASSES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_CYCLE_COUNT_CLASSES, object_name:INVFV_CYCLE_COUNT_CLASSES, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_CYCLE_COUNT_CLASSES ,
-
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: INVFV_CYCLE_COUNT_CLASSES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_CYCLE_COUNT_CLASSES, object_name:INVFV_CYCLE_COUNT_CLASSES, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_CYCLE_COUNT_CLASSES ,
-
View: INVBV_CYCLE_COUNTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVBV_CYCLE_COUNTS, object_name:INVBV_CYCLE_COUNTS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVBV_CYCLE_COUNTS ,
-
View: INVBV_CYCLE_COUNTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVBV_CYCLE_COUNTS, object_name:INVBV_CYCLE_COUNTS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVBV_CYCLE_COUNTS ,
-
View: INVFV_CYCLE_COUNTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_CYCLE_COUNTS, object_name:INVFV_CYCLE_COUNTS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_CYCLE_COUNTS ,
-
View: INVFV_CYCLE_COUNTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_CYCLE_COUNTS, object_name:INVFV_CYCLE_COUNTS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_CYCLE_COUNTS ,
-
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_CYCLE_COUNT_HEADERS_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_CYCLE_COUNT_HEADERS_VAL_V, object_name:MTL_CYCLE_COUNT_HEADERS_VAL_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_CYCLE_COUNT_HEADERS_VAL_V ,
-
View: MTL_CC_GRAPH_MONTH_V
12.2.2
product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: Not implemented in this database ,
-
View: MTL_CYCLE_COUNT_HEADERS_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_CYCLE_COUNT_HEADERS_VAL_V, object_name:MTL_CYCLE_COUNT_HEADERS_VAL_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_CYCLE_COUNT_HEADERS_VAL_V ,
-
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_CYCLE_COUNT_HEADERS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_CYCLE_COUNT_HEADERS_ALL_V, object_name:MTL_CYCLE_COUNT_HEADERS_ALL_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_CYCLE_COUNT_HEADERS_ALL_V ,
-
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_CYCLE_COUNT_HEADERS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_CYCLE_COUNT_HEADERS_ALL_V, object_name:MTL_CYCLE_COUNT_HEADERS_ALL_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_CYCLE_COUNT_HEADERS_ALL_V ,
-
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_PERIOD_V
12.1.1
product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: Not implemented in this database ,
-
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.2.2
product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
View: MTL_SECONDARY_INVENTORIES_FK_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SECONDARY_INVENTORIES_FK_V, object_name:MTL_SECONDARY_INVENTORIES_FK_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_SECONDARY_INVENTORIES_FK_V ,
-
View: MTL_CYCLE_COUNT_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_CYCLE_COUNT_HEADERS_V, object_name:MTL_CYCLE_COUNT_HEADERS_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_CYCLE_COUNT_HEADERS_V ,
-
View: MTL_CYCLE_COUNT_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_CYCLE_COUNT_HEADERS_V, object_name:MTL_CYCLE_COUNT_HEADERS_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_CYCLE_COUNT_HEADERS_V ,
-
View: MTL_CC_ENTRIES_INTERFACE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_CC_ENTRIES_INTERFACE_V, object_name:MTL_CC_ENTRIES_INTERFACE_V, status:VALID, product: INV - Inventory , description: Cycle Count Entries Interface View , implementation_dba_data: APPS.MTL_CC_ENTRIES_INTERFACE_V ,