Search Results cycle count
The INV.MTL_CYCLE_COUNT_HEADERS
table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 serves as a critical repository for cycle count header information 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 metadata and control parameters for cycle count entries, facilitating systematic counting, reconciliation, and adjustment of inventory items. Below is a detailed analysis of its structure, purpose, and integration within Oracle EBS.
Purpose and Functional Role
TheMTL_CYCLE_COUNT_HEADERS
table acts as the parent entity for cycle count operations, defining the scope, schedule, and rules for counting specific subsets of inventory. It links to child tables such as MTL_CYCLE_COUNT_ENTRIES
(individual count lines) and MTL_CC_SCHEDULE_HEADERS
(scheduling details). Key functionalities include:
- Definition of Count Parameters: Stores attributes like count frequency, tolerance thresholds, and approval workflows.
- Hierarchy Management: Organizes counts by ABC class, location, or item attributes.
- Integration with Workflows: Tracks count statuses (e.g., "Pending," "Approved") and interfaces with approval processes.
Key Columns and Structure
The table comprises columns that define cycle count characteristics:- CYCLE_COUNT_HEADER_ID: Primary key, uniquely identifying each cycle count.
- ORGANIZATION_ID: Links to the inventory organization (foreign key to
MTL_PARAMETERS
). - ABC_CLASS_ID: Associates counts with ABC classification groups (optional).
- SCHEDULE_TYPE: Determines scheduling method (e.g., "Manual," "Automatic").
- COUNT_TYPE_CODE: Specifies count types like "Item" or "Location."
- TOLERANCE_POSITIVE/TOLERANCE_NEGATIVE: Defines acceptable variance percentages for adjustments.
- STATUS: Tracks lifecycle states (e.g., "Open," "Closed").
Integration with Oracle EBS Modules
The table interacts with several EBS components:- Inventory Management: Integrates with
MTL_SYSTEM_ITEMS
for item validation andMTL_ITEM_LOCATIONS
for location-based counts. - Costing: Adjustments post-count may trigger cost updates via the
CST_INV_ADJUSTMENTS
interface. - Approval Workflows: Uses Oracle Workflow for routing count discrepancies to authorized personnel.
Technical Considerations
- Indexing: Key columns like
CYCLE_COUNT_HEADER_ID
andORGANIZATION_ID
are indexed for performance. - Audit Trails: Timestamp columns (
CREATION_DATE
,LAST_UPDATE_DATE
) track changes. - Concurrency Controls: Optimistic locking via
LAST_UPDATED_BY
prevents conflicting updates.
Business Process Flow
A typical cycle count process leveraging this table involves:- Header creation with count criteria (e.g., ABC class, location).
- Automatic generation of entries in
MTL_CYCLE_COUNT_ENTRIES
. - Execution of counts via mobile devices or paper listings.
- Discrepancy resolution and approval via workflows.
- Systematic adjustment posting to inventory balances.
Conclusion
TheINV.MTL_CYCLE_COUNT_HEADERS
table is foundational to Oracle EBS's cycle counting capabilities, enabling precise inventory control while minimizing operational disruption. Its design supports flexible count strategies, rigorous variance management, and seamless integration with broader inventory and financial processes. Understanding its structure and relationships is essential for configuring accurate cycle counts and maintaining data integrity in Oracle EBS implementations.
-
Lookup Type: BILLING CYCLE TYPE
12.1.1
product: PA - Projects , meaning: Billing Cycle Type , description: Billing Cycle Type ,
-
Lookup Type: BILLING CYCLE TYPE
12.2.2
product: PA - Projects , meaning: Billing Cycle Type , description: Billing Cycle Type ,
-
Lookup Type: EXPENDITURE CYCLE START DAY
12.1.1
product: PA - Projects , meaning: Expenditure Cycle Start Day , description: Expenditure Cycle Start Day ,
-
Lookup Type: EXPENDITURE CYCLE START DAY
12.2.2
product: PA - Projects , meaning: Expenditure Cycle Start Day , description: Expenditure Cycle Start Day ,
-
VIEW: APPS.OPI_INV_CC_CLS_V
12.1.1
owner:APPS, object_type:VIEW, object_name:OPI_INV_CC_CLS_V, status:VALID,
-
Concurrent Program: MTL_CCEOI_EXPORT
12.1.1
execution_filename: MTL_CCEOI_CONC_PVT.EXPORT_CCENTRIESIFACE , product: INV - Inventory , user_name: MTL_CCEOI_EXPORT , description: Exports Cycle Count Entries into the cycle count entries open interface in batch mode , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: MTL_CCEOI_EXPORT
12.2.2
execution_filename: MTL_CCEOI_CONC_PVT.EXPORT_CCENTRIESIFACE , product: INV - Inventory , user_name: MTL_CCEOI_EXPORT , description: Exports Cycle Count Entries into the cycle count entries open interface in batch mode , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: MTL_CCEOI_IMPORT
12.2.2
execution_filename: MTL_CCEOI_CONC_PVT.IMPORT_CCENTRIESIFACE , product: INV - Inventory , user_name: MTL_CCEOI_IMPORT , description: Imports cycle count entries interface data into apps cycle count entry table in batch mode , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
VIEW: APPS.OPI_INV_CC_LVL_V
12.1.1
owner:APPS, object_type:VIEW, object_name:OPI_INV_CC_LVL_V, status:VALID,
-
APPS.OPI_DBI_CC_RPT_PKG dependencies on BIS_QUERY_ATTRIBUTES_TBL
12.1.1
-
TABLE: INV.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,
-
Concurrent Program: MTL_CCEOI_IMPORT
12.1.1
execution_filename: MTL_CCEOI_CONC_PVT.IMPORT_CCENTRIESIFACE , product: INV - Inventory , user_name: MTL_CCEOI_IMPORT , description: Imports cycle count entries interface data into apps cycle count entry table in batch mode , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
TABLE: INV.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,
-
TABLE: OPI.OPI_DBI_INV_CCA_STG
12.1.1
owner:OPI, object_type:TABLE, object_name:OPI_DBI_INV_CCA_STG, status:VALID,
-
TABLE: INV.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,
-
Lookup Type: WMS_LABEL_FOR_CYCLE_COUNT
12.2.2
product: WMS - Warehouse Management , meaning: WMS_LABEL_FOR_CYCLE_COUNT , description: WMS: Option for printing the label at the time of cycle count entry or approval or both ,
-
TABLE: GMI.IC_CYCL_HDR
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_CYCL_HDR, object_name:IC_CYCL_HDR, status:VALID,
-
Lookup Type: WMS_LABEL_FOR_CYCLE_COUNT
12.1.1
product: WMS - Warehouse Management , meaning: WMS_LABEL_FOR_CYCLE_COUNT , description: WMS: Option for printing the label at the time of cycle count entry or approval or both ,
-
Concurrent Program: INVARUIR
12.1.1
execution_filename: INVARUIR , product: INV - Inventory , user_name: INVARUIR , description: Cycle Count Unscheduled Items , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: INCACG
12.2.2
execution_filename: INCACG , product: INV - Inventory , user_name: INCACG , description: Generate Cycle Count Requests , argument_method: Database fetch , enabled: Yes , execution_method: Spawned ,
-
Concurrent Program: INVARRTA
12.2.2
execution_filename: INVARRTA , product: INV - Inventory , user_name: INVARRTA , description: Cycle Count Request Transaction Activity , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: INVARCTA
12.2.2
execution_filename: INVARCTA , product: INV - Inventory , user_name: INVARCTA , description: Cycle Count Transaction Activity , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
TABLE: GMI.IC_CYCL_HDR
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_CYCL_HDR, object_name:IC_CYCL_HDR, status:VALID,
-
TABLE: INV.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,
-
Concurrent Program: INCACI
12.2.2
execution_filename: INCACI , product: INV - Inventory , user_name: INCACI , description: Initialize Cycle Count Items , argument_method: Database fetch , enabled: Yes , execution_method: Spawned ,
-
Concurrent Program: MTL_CCEOI_WORKER
12.1.1
execution_filename: MTL_CCEOI_CONC_PVT.WORKER_CCENTRIESIFACE , product: INV - Inventory , user_name: MTL_CCEOI_WORKER , description: Cycle Count Entries Open Interface Worker , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: INVARORE
12.1.1
execution_filename: INVARORE , product: INV - Inventory , user_name: INVARORE , description: Cycle Count Open Requests , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: INVARUIR
12.2.2
execution_filename: INVARUIR , product: INV - Inventory , user_name: INVARUIR , description: Cycle Count Unscheduled Items , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
APPS.OPI_DBI_INV_CCA_PKG dependencies on BIS_COLLECTION_UTILITIES
12.1.1
-
Concurrent Program: INVARHMA
12.1.1
execution_filename: INVARHMA , product: INV - Inventory , user_name: INVARHMA , description: Cycle Count Hit/Miss Analysis , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: INVARRTA
12.1.1
execution_filename: INVARRTA , product: INV - Inventory , user_name: INVARRTA , description: Cycle Count Request Transaction Activity , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: MTL_CCEOI_WORKER
12.2.2
execution_filename: MTL_CCEOI_CONC_PVT.WORKER_CCENTRIESIFACE , product: INV - Inventory , user_name: MTL_CCEOI_WORKER , description: Cycle Count Entries Open Interface Worker , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: INCACP
12.1.1
execution_filename: INCACP , product: INV - Inventory , user_name: INCACP , description: Purge Cycle Count Data , argument_method: Database fetch , enabled: Yes , execution_method: Spawned ,
-
Concurrent Program: INCACG
12.1.1
execution_filename: INCACG , product: INV - Inventory , user_name: INCACG , description: Generate Cycle Count Requests , argument_method: Database fetch , enabled: Yes , execution_method: Spawned ,
-
Concurrent Program: INCACP
12.2.2
execution_filename: INCACP , product: INV - Inventory , user_name: INCACP , description: Purge Cycle Count Data , argument_method: Database fetch , enabled: Yes , execution_method: Spawned ,
-
Concurrent Program: INVCCIER
12.2.2
execution_filename: INVCCIER , product: INV - Inventory , user_name: INVCCIER , description: Print cycle count entries interface data in batch mode , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: CYAUDIT
12.2.2
execution_filename: CYAUDIT , product: GMI - Process Manufacturing Inventory , user_name: CYAUDIT , description: Cycle Count Auditing Report of OPM PI , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: INVARCTA
12.1.1
execution_filename: INVARCTA , product: INV - Inventory , user_name: INVARCTA , description: Cycle Count Transaction Activity , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: MTL_CCEOI_PURGE
12.2.2
execution_filename: MTL_CCEOI_CONC_PVT.PURGE_CCENTRIESIFACE , product: INV - Inventory , user_name: MTL_CCEOI_PURGE , description: Purges cycle count entries interface in batch mode , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: MTL_CCEOI_PURGE
12.1.1
execution_filename: MTL_CCEOI_CONC_PVT.PURGE_CCENTRIESIFACE , product: INV - Inventory , user_name: MTL_CCEOI_PURGE , description: Purges cycle count entries interface in batch mode , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: INVARCLI
12.1.1
execution_filename: INVARCLI , product: INV - Inventory , user_name: INVARCLI , description: Cycle Count List Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: INVARCLI
12.2.2
execution_filename: INVARCLI , product: INV - Inventory , user_name: INVARCLI , description: Cycle Count List Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
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,
-
Concurrent Program: INCACI
12.1.1
execution_filename: INCACI , product: INV - Inventory , user_name: INCACI , description: Initialize Cycle Count Items , argument_method: Database fetch , enabled: Yes , execution_method: Spawned ,
-
Concurrent Program: INVARORE
12.2.2
execution_filename: INVARORE , product: INV - Inventory , user_name: INVARORE , description: Cycle Count Open Requests , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: INVARHMA
12.2.2
execution_filename: INVARHMA , product: INV - Inventory , user_name: INVARHMA , description: Cycle Count Hit/Miss Analysis , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: CYAUDIT
12.1.1
execution_filename: CYAUDIT , product: GMI - Process Manufacturing Inventory , user_name: CYAUDIT , description: Cycle Count Auditing Report of OPM PI , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
MATERIALIZED VIEW: APPS.OPI_INV_CCA_SUM_MV
12.1.1
owner:APPS, object_type:MATERIALIZED VIEW, object_name:OPI_INV_CCA_SUM_MV, status:VALID,
-
Concurrent Program: INVCCIER
12.1.1
execution_filename: INVCCIER , product: INV - Inventory , user_name: INVCCIER , description: Print cycle count entries interface data in batch mode , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
TABLE: OPI.OPI_DBI_INV_CCA_F
12.1.1
owner:OPI, object_type:TABLE, object_name:OPI_DBI_INV_CCA_F, status:VALID,