SlideShare a Scribd company logo
Zone_Based_Cycle Count in Oracle e business suite
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | 2
Safe Harbor Statement
The following is intended to outline our general product direction. It is intended for
information purposes only, and may not be incorporated into any contract. It is not a
commitment to deliver any material, code, or functionality, and should not be relied upon
in making purchasing decisions. The development, release, and timing of any features or
functionality described for Oracle’s products remains at the sole discretion of Oracle.
2
Oracle E-Business Suite R12.2.6
Warehouse Management System
1. Zone Based Cycle Counting
By :-
Adnan Siddiqui & Mani T
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | 4
Program Agenda
Feature Overview
Setup and Flow Overview
Tips, Best Practices and Troubleshooting
1
2
3
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Feature Overview for Zone Based Cycle
Counting
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | 6
Zone based Cycle Counting
• Current cycle count scheduling only allows to schedule either for a whole
organization or subinventory.
• No support to schedule or generate for a set of locators within or across
subinventory.
• This feature provides the flexibility to schedule and generate cycle count
request for a WMS zone.
• This scheduling can be done either by using the new Concurrent Program;
“Schedule Cycle Count” or by the new mobile page "Schedule Cycle
Count“.
Description
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Zone Based Cycle Count > Setup Flow
Demonstration
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | 8
• A zone is a logical grouping of locators.
The locators for a zone may span one or
more subinventories
• Zone Types
– ATF (zones associated with Advanced Task
Framework)
– Labor Planning Zone (labor planning
calculations for wave planning.)
Zone Based Cycle Counting
Setup Flow - Zone
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | 9
1. Log in to Warehouse Manager
responsibility and open Setup >
Warehouse Configuration >
Warehouses > Zones.
2. Enter a new zone and save.
3. Click on “Add Locators” button.
4. Add all needed locators one by
one and save.
Zone Based Cycle Counting
Create Zone
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | 10
• New Form Function parameter;
“SHOW_ZONE” specifies if cycle
count scheduling is needed at Zone
level or Subinventory level in the
Mobile UI.
• If this parameter is not set, then a
value “NO” is considered.
Zone Based Cycle Counting
Setup Flow
If set to YES, then
Zones are
shown in the new
“Schedule Cycle Count”
Mobile page
SETUP STEPS
New Form Function Parameter; SHOW_ZONE
If set to NO, then
Subinventories are
shown in the new
“Schedule Cycle Count”
Mobile page
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | 11
Schedule Cycle Count Mobile Page
• INV_MOB_SCH_CYCL_COUNT is the
form function associated with the
new mobile page.
• Form function parameter
SHOW_ZONE can be used to
choose whether the mobile page
should schedule count for
subinventory or zone.
New Form Function
Zone based Cycle Counting
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Zone Based Cycle Counting > Use Flow
Demonstration
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | 13
Schedule Cycle Count CP
• User needs to provide the
mandatory fields Organization and
Zone as input.
• Zone will show only the ATF zones.
• The concurrent program will in turn
launch two requests – Generate
cycle count request and Cycle count
listing.
New Concurrent Program
Zone based Cycle Counting
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | 14
Zone Based Cycle Counting
• While using the new Concurrent Program to initiate the Cycle Count
request, if you does not provide the Cycle Count Header, then system picks
up the Cycle Count defined in the Organization Parameter.
Schedule Cycle Count CP
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | 15
Schedule Cycle Count Mobile Page
• New page to schedule a cycle count
from mobile itself.
• Navigation : Warehousing ->
Inventory -> Counting -> Cycle
Count -> Schedule Cycle Count
• Schedule count for a subinventory
or zone.
New Mobile Page
Zone Based Cycle Counting
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | 16
1. Log into Whse and go to
Warehousing > Inventory >
Counting > Cycle Count > Schedule
Cycle Count.
2. Enter Organization.
3. Zone field appears here as
SHOW_ZONE parameter is set to
YES.
4. Enter Zone and tap on “Schedule
Count”.
5. Request is submitted.
Zone Based Cycle Counting
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | 17
Zone Based Cycle Counting
• While using the new Concurrent Program to initiate the Cycle Count
request, if user does not provide the Cycle Count Header, then system picks
up the Cycle Count defined in the Organization Parameter.
• Make sure to setup parameter SHOW_ZONE to YES if you want to initiate
the cycle counting based on zones otherwise, you will see Subinventory
field rather than Zone in the new Schedule Cycle Count page in the mobile
UI.
Implementation Tips and Best Practices
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | 18
Zone based Cycle Counting
New Files
Oracle Confidential – 1
• The following files have been newly created to support Zone based Cycle
Counting -
• ScheduleCCPage.java
• ScheduleCCPage.xml
• ScheduleCCFunction.java
• ScheduleCCFListener.java
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | 19
Zone based Cycle Counting
Changed Java Files
Oracle Confidential – 1
• The following java files are modified to support Zone based Cycle Counting
-
• ItemLOV.java
• ZoneLOV.java
• CycleCountLOV.java
• InvResourceTable.java
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | 20
Zone based Cycle Counting
Changed APIs
Oracle Confidential – 2
API Name Purpose
WMS_CYCLE_PVT
New procedure schedule_counts() to be called from mobile page and concurrent
request.
INV_UI_ITEM_SUB_LOC_LOVS To show enabled zones in zone LOV.
INV_UI_ITEM_LOVS Added new procedure get_schedule_cc_item_lov().
INV_CYC_LOVS Added get_cyc_all_lov() to return valid cycle counts for zone or subinventory passed.
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | 21
Zone based Cycle Counting
Other Changed Files
Oracle Confidential – 2
• The other changed files to support Zone based Cycle Counting are the
following -
• invak.jlt
• wmsprg.ldt
• invmenu.ldt
• wmsrgup.ldt
• wmsmenu.ldt
• FuncListVO.xml
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | 22
Zone Based Cycle Counting
• If you receive Java error on the mobile device during this flow, check the
Transaction Manager log file which can be located by viewing the profile
option setting of INV: Debug file.
• Also, verify the following profile options to ensure that debugging
messages are captured.
– INV: Debug Trace Yes
– INV: Debug file provide the complete path for the log file
– INV: Debug Level set a value of 11 or 15
Troubleshooting Tips
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |
Zone Based Label Printing > Common Issues
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | 24
Zone based Cycle Counting
Common Setup Issues
Issue #1:
 Zone name is not appearing in zone LOV.
Probable Cause:
 Zone is either not enabled or not an ATF zone.
Resolution:
 Verify the setup as mentioned in probable cause and correct the same.
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | 25
Zone based Cycle Counting
Common Setup Issues
Issue #2:
 Particular cycle count header is not appearing in cycle count header LOV.
Probable Cause:
 Cycle count header is not defined for the subinventory which is part of the selected zone.
Resolution:
 Verify the setup as this LOV displays the cycle count headers that belong to the selected zone parameter .
Zone_Based_Cycle Count in Oracle e business suite

More Related Content

PPTX
15- Imple_Receivables.pptx
PDF
Oracle_SCM_Maintenance_TipsNTricks.pdf
PPTX
Session on API auto scaling, monitoring and Log management
PDF
Troubleshooting Your ABAP Programs Using Coverage Analyzer
PDF
6. Paul Smit - Global Payroll Update & Roadmap June 2017
PDF
Solution Manager 7.2 SAP Monitoring - Part 2 - Configuration
PDF
What's New in Unifier 16.1
PDF
What s new in Primavera Unifier 16.1
15- Imple_Receivables.pptx
Oracle_SCM_Maintenance_TipsNTricks.pdf
Session on API auto scaling, monitoring and Log management
Troubleshooting Your ABAP Programs Using Coverage Analyzer
6. Paul Smit - Global Payroll Update & Roadmap June 2017
Solution Manager 7.2 SAP Monitoring - Part 2 - Configuration
What's New in Unifier 16.1
What s new in Primavera Unifier 16.1

Similar to Zone_Based_Cycle Count in Oracle e business suite (20)

PDF
Quality Management Cloud Tips and Tricks.pdf
PDF
Lo extraction part 4 update methods
PDF
Introducing Oracle Advanced Financial Controls Cloud Service
PDF
18BC03_Discovery_Enables_Accurate_CMDB_Hinkle_DiscoverFinancial
PDF
Whats New in OnCommand Insight
PPTX
Azure appservice
PDF
Ascp
PDF
AWR, ASH with EM13 at HotSos 2016
PDF
OOW16 - Getting Optimal Performance from Oracle E-Business Suite [CON6711]
PPTX
Understanding saa s
PDF
AUSOUG - NZOUG - Groundbreakers - Jun 2019 - 19 Troubleshooting Tips and Tric...
PDF
B4 making dev_ops_really_work
PDF
The New & Improved Confluence Server and Data Center
PPT
WebSphere 6.1 admin Course 3
PPTX
SAP Basis Overview
PDF
Maintaining aggregates
PDF
Oracle ORAchk - An Overview Guide to Oracle Stack Health Checks
PPTX
Internal_Requisition-Internal_Sales_Order.pptx
PPTX
093049ov10.pptx
PPTX
Adeyinka Olurin - Goal 3 - Change Request Management
Quality Management Cloud Tips and Tricks.pdf
Lo extraction part 4 update methods
Introducing Oracle Advanced Financial Controls Cloud Service
18BC03_Discovery_Enables_Accurate_CMDB_Hinkle_DiscoverFinancial
Whats New in OnCommand Insight
Azure appservice
Ascp
AWR, ASH with EM13 at HotSos 2016
OOW16 - Getting Optimal Performance from Oracle E-Business Suite [CON6711]
Understanding saa s
AUSOUG - NZOUG - Groundbreakers - Jun 2019 - 19 Troubleshooting Tips and Tric...
B4 making dev_ops_really_work
The New & Improved Confluence Server and Data Center
WebSphere 6.1 admin Course 3
SAP Basis Overview
Maintaining aggregates
Oracle ORAchk - An Overview Guide to Oracle Stack Health Checks
Internal_Requisition-Internal_Sales_Order.pptx
093049ov10.pptx
Adeyinka Olurin - Goal 3 - Change Request Management
Ad

Recently uploaded (20)

PDF
NewMind AI Weekly Chronicles - August'25-Week II
PDF
MIND Revenue Release Quarter 2 2025 Press Release
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PPTX
Machine Learning_overview_presentation.pptx
PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Electronic commerce courselecture one. Pdf
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
cuic standard and advanced reporting.pdf
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PPTX
Spectroscopy.pptx food analysis technology
PDF
Spectral efficient network and resource selection model in 5G networks
NewMind AI Weekly Chronicles - August'25-Week II
MIND Revenue Release Quarter 2 2025 Press Release
The AUB Centre for AI in Media Proposal.docx
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Dropbox Q2 2025 Financial Results & Investor Presentation
Machine Learning_overview_presentation.pptx
gpt5_lecture_notes_comprehensive_20250812015547.pdf
Diabetes mellitus diagnosis method based random forest with bat algorithm
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Electronic commerce courselecture one. Pdf
Encapsulation_ Review paper, used for researhc scholars
Assigned Numbers - 2025 - Bluetooth® Document
Building Integrated photovoltaic BIPV_UPV.pdf
cuic standard and advanced reporting.pdf
MYSQL Presentation for SQL database connectivity
Reach Out and Touch Someone: Haptics and Empathic Computing
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
Spectroscopy.pptx food analysis technology
Spectral efficient network and resource selection model in 5G networks
Ad

Zone_Based_Cycle Count in Oracle e business suite

  • 2. Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | 2 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described for Oracle’s products remains at the sole discretion of Oracle. 2
  • 3. Oracle E-Business Suite R12.2.6 Warehouse Management System 1. Zone Based Cycle Counting By :- Adnan Siddiqui & Mani T
  • 4. Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | 4 Program Agenda Feature Overview Setup and Flow Overview Tips, Best Practices and Troubleshooting 1 2 3
  • 5. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Feature Overview for Zone Based Cycle Counting
  • 6. Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | 6 Zone based Cycle Counting • Current cycle count scheduling only allows to schedule either for a whole organization or subinventory. • No support to schedule or generate for a set of locators within or across subinventory. • This feature provides the flexibility to schedule and generate cycle count request for a WMS zone. • This scheduling can be done either by using the new Concurrent Program; “Schedule Cycle Count” or by the new mobile page "Schedule Cycle Count“. Description
  • 7. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Zone Based Cycle Count > Setup Flow Demonstration
  • 8. Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | 8 • A zone is a logical grouping of locators. The locators for a zone may span one or more subinventories • Zone Types – ATF (zones associated with Advanced Task Framework) – Labor Planning Zone (labor planning calculations for wave planning.) Zone Based Cycle Counting Setup Flow - Zone
  • 9. Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | 9 1. Log in to Warehouse Manager responsibility and open Setup > Warehouse Configuration > Warehouses > Zones. 2. Enter a new zone and save. 3. Click on “Add Locators” button. 4. Add all needed locators one by one and save. Zone Based Cycle Counting Create Zone
  • 10. Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | 10 • New Form Function parameter; “SHOW_ZONE” specifies if cycle count scheduling is needed at Zone level or Subinventory level in the Mobile UI. • If this parameter is not set, then a value “NO” is considered. Zone Based Cycle Counting Setup Flow If set to YES, then Zones are shown in the new “Schedule Cycle Count” Mobile page SETUP STEPS New Form Function Parameter; SHOW_ZONE If set to NO, then Subinventories are shown in the new “Schedule Cycle Count” Mobile page
  • 11. Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | 11 Schedule Cycle Count Mobile Page • INV_MOB_SCH_CYCL_COUNT is the form function associated with the new mobile page. • Form function parameter SHOW_ZONE can be used to choose whether the mobile page should schedule count for subinventory or zone. New Form Function Zone based Cycle Counting
  • 12. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Zone Based Cycle Counting > Use Flow Demonstration
  • 13. Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | 13 Schedule Cycle Count CP • User needs to provide the mandatory fields Organization and Zone as input. • Zone will show only the ATF zones. • The concurrent program will in turn launch two requests – Generate cycle count request and Cycle count listing. New Concurrent Program Zone based Cycle Counting
  • 14. Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | 14 Zone Based Cycle Counting • While using the new Concurrent Program to initiate the Cycle Count request, if you does not provide the Cycle Count Header, then system picks up the Cycle Count defined in the Organization Parameter. Schedule Cycle Count CP
  • 15. Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | 15 Schedule Cycle Count Mobile Page • New page to schedule a cycle count from mobile itself. • Navigation : Warehousing -> Inventory -> Counting -> Cycle Count -> Schedule Cycle Count • Schedule count for a subinventory or zone. New Mobile Page Zone Based Cycle Counting
  • 16. Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | 16 1. Log into Whse and go to Warehousing > Inventory > Counting > Cycle Count > Schedule Cycle Count. 2. Enter Organization. 3. Zone field appears here as SHOW_ZONE parameter is set to YES. 4. Enter Zone and tap on “Schedule Count”. 5. Request is submitted. Zone Based Cycle Counting
  • 17. Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | 17 Zone Based Cycle Counting • While using the new Concurrent Program to initiate the Cycle Count request, if user does not provide the Cycle Count Header, then system picks up the Cycle Count defined in the Organization Parameter. • Make sure to setup parameter SHOW_ZONE to YES if you want to initiate the cycle counting based on zones otherwise, you will see Subinventory field rather than Zone in the new Schedule Cycle Count page in the mobile UI. Implementation Tips and Best Practices
  • 18. Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | 18 Zone based Cycle Counting New Files Oracle Confidential – 1 • The following files have been newly created to support Zone based Cycle Counting - • ScheduleCCPage.java • ScheduleCCPage.xml • ScheduleCCFunction.java • ScheduleCCFListener.java
  • 19. Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | 19 Zone based Cycle Counting Changed Java Files Oracle Confidential – 1 • The following java files are modified to support Zone based Cycle Counting - • ItemLOV.java • ZoneLOV.java • CycleCountLOV.java • InvResourceTable.java
  • 20. Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | 20 Zone based Cycle Counting Changed APIs Oracle Confidential – 2 API Name Purpose WMS_CYCLE_PVT New procedure schedule_counts() to be called from mobile page and concurrent request. INV_UI_ITEM_SUB_LOC_LOVS To show enabled zones in zone LOV. INV_UI_ITEM_LOVS Added new procedure get_schedule_cc_item_lov(). INV_CYC_LOVS Added get_cyc_all_lov() to return valid cycle counts for zone or subinventory passed.
  • 21. Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | 21 Zone based Cycle Counting Other Changed Files Oracle Confidential – 2 • The other changed files to support Zone based Cycle Counting are the following - • invak.jlt • wmsprg.ldt • invmenu.ldt • wmsrgup.ldt • wmsmenu.ldt • FuncListVO.xml
  • 22. Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | 22 Zone Based Cycle Counting • If you receive Java error on the mobile device during this flow, check the Transaction Manager log file which can be located by viewing the profile option setting of INV: Debug file. • Also, verify the following profile options to ensure that debugging messages are captured. – INV: Debug Trace Yes – INV: Debug file provide the complete path for the log file – INV: Debug Level set a value of 11 or 15 Troubleshooting Tips
  • 23. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Zone Based Label Printing > Common Issues
  • 24. Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | 24 Zone based Cycle Counting Common Setup Issues Issue #1:  Zone name is not appearing in zone LOV. Probable Cause:  Zone is either not enabled or not an ATF zone. Resolution:  Verify the setup as mentioned in probable cause and correct the same.
  • 25. Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | 25 Zone based Cycle Counting Common Setup Issues Issue #2:  Particular cycle count header is not appearing in cycle count header LOV. Probable Cause:  Cycle count header is not defined for the subinventory which is part of the selected zone. Resolution:  Verify the setup as this LOV displays the cycle count headers that belong to the selected zone parameter .