SlideShare a Scribd company logo
Order Review Solution
Nag Arvind Gudiseva
Order Review Solution (ORS)
Functionality:
Web based application accessible by Store and Central Users
Create Orders, Amend Orders, Review Promotional Uplift and View Daily
Operational Reports
Business Use:
Helps limiting the waste caused due to excess ordering for items.
Items can be ordered in advance by user if he foresees an upcoming
Promotion event hence preventing loss of sales.
Helps keep the ordering process as real as possible by allowing the store staff
to provide on ground feed for placing orders
Countries:
TH, CN, CZ and SK. Also in MY and KR
Timings: 6 AM to 6 PM in CN
ORS Technologies
Microsoft. Net Application developed on Visual Studio 2008
ASP. Net and C#.NET 3.0
Oracle 10g Database
DB2 Stored Procedures knowledge
Uses 3rd party, HTML based reports
iTextSharp PDF Reports
ORS Login
Authentication:
Login Id / TPX Id must be setup on Active Directory
Used Id is manually entered into USER_ATTRIB Table
Authorization:
User role is set through the User Maintenance Screen
Each role has different access rights,
e.g. StoreRequestCreate, StoreRequestReview, etc.
Store Users are assigned to a specific store
Central and Super Users can choose stores from the Config section
Session Timeout:
Exit / Logout Button
Session Timeout configured in Application
IE Browser is closed
Code Walkthrough & Tables
SQL Queries – User Id Creation
INSERT INTO USER_ATTRIB (USER_ID, USER_NAME, LANG, STORE_DEFAULT) VALUES
('NAGARVINDG', 'NAGARVINDG', 1, 1002);
--COMMIT;
INSERT INTO TSC_ORS_TBL_STOREUSER (STOREUSERID, USERID, FIRSTNAME,
LASTNAME, ROLEID, COMMENTS, DATECREATED, CREATEDBY, DATEUPDATED,
UPDATEDBY, ISACTIVE) VALUES (69, 'NAGARVINDG', 'NAGARVIND', 'GUDISEVA', 10,
'New user', '24-DEC-14', 'NAGARVINDG', '24-DEC-14', 'NAGARVINDG', 'Y');
--COMMIT;
Role Id Role Name
10 SuperUser
20 Promotions
30 GapReporting
40 StoreRequest
41 StoreRequestCreate
42 StoreRequestReview
50 CentralScreens
60 StoreUserAll
61 StoreUserAllCreate
62 StoreUserAllReview
70 RTVUser
User Roles
ORS Interface Systems
ORS interfaces with the (a) Commercial systems -> Retail Merchandising System
(RMS) / Retail Price Management (RPM); (b) Supply Chain system -> Group
Ordering (GO); © Store systems -> Storeline
ORS GO
Storeline
ORMS/ORPM
A) Manual orders
A) Confimation of
orders
A) Orders for
review
A) Items
available for
manual order
B) Promotions to be reviewed
C) Gap report data
B) Promotions uplift updates
C) Requests for gap reports
C) Gaps scanned by store
A) Sales forecast
A) Item replenishment attributes
A) Gap scan
indicator
ORS Dependency Map
ORS calls Group Ordering (GO) Stored Procedures through RTI Web Services
hosted in Integration Layer
ILTeamneedstoaddtheRTIinstructions
ILextractsthedatafromDB2,transformsintoXMLand
sendstoORSApplicationforloading
ORS Data Store
Doesn’t have a dedicated database; Displays data from GO and ORMS Databases;
Order Review:
RMS Batches load data from RMS Tables to ORS Tables
ORS Tables in RMS Database are prefixed with TSC_ORS_
ORS batches run and update the data in RMS Tables
Promotions Review:
Data is retrieved from GO on demand
Any updates are sent back to GO
Operational Reports:
Data is retrieved from GO on demand
Configuration Screens:
Data is stored in custom tables on the RMS Database
ORS Data Flow
Promotion Uplift
Review
Daily Operational
Reports
User
Configuration
Store Order
Review
1. Create a manual order
2. Review an existing, system-
generated order
3. View a particular order
4. Print any of the above
1. Review and amend parameters related to Promotions
1. Gap Scan Report
2. Gap Reasons Report
3. Gap Summary Report
4. Counts Required Report
1. User Management Screen
2. Audit Screen
3. Filters and Filters Reports
ORS Components
5. Pending Return to Vendor
6. Merchandising Hierarchy
7. Product Sold
8. IRE
4. Item Attributes
5. Minimum Order Qty
6. System Parameters
Fully automatic orders1
Semi-automatic orders2
Manual orders3
Orders generation Methods
ORS provides store users with the ability to amend the order quantities for
products based on their setup
Fully automatic orders: generated by GO; Store users cannot review or create
Semi-automatic orders: generated by RMS based on sales forecast data sent from
GO. It can be reviewed by a store user through ORS and the order quantity can
be amended.
Manual orders: Store users can create an order for with a manual quantity.
Pick By Line (PBL)1
Pick By Store (PBS)2
Direct Store Delivery (DSD)3
Order Types
Cross-Docked; Order is placed with Supplier; Supplier delivers to DC; No way of
storing in DC, E.g. Fresh
Stock is present in Warehouse; DC to Stores
No DC; Supplier directly delivers to Stores, E.g. Bread
In Country Server
THAILAND THPPGODB201
CHINA CNPRIGODB
CZECH PR1GO01
SLOVAKIA PR2GO01
MALAYSIA GFOPRMY & GFOPRMYU
KOREA GFOKRPR & GFOKRPRU
GO Servers
Report / Function DB2 Stored Procedure
Promotion Details • UIXP24
Promotion Update • JI0P25
Gap Scan • UIXP26
Gap Reason • UIXP28
Counts Required • UIXP29
Gap Summary • JI0P27
Pending RTV • UIXP30
Merchandising Hierarchy • NA
Product Sold • UIXP17
IRE • NA
GO Stored Procedures
UIXP24
JIOP25
GO Stored Procs I/p & O/p
UIXP30
UIXP26
UIXP28
GO Stored Procs I/p & O/p (Contd.)
UIXP29
JIOP27
ASC
GO Tables
ROT
In Country Server
THAILAND tspvbtwho04.th-tesco.org
CHINA CNPVIDSDSHO01.hymall.corp
CZECH czpvidsdsho01
SLOVAKIA skpvidsdsho01
MALAYSIA 172.30.150.5
KOREA NA
BizTalk Servers – RTI Web Services
CHINA
CZECH
SLOVAKIA
THAILAND
1. http://tspvbtwho04.th-tesco.org/RTI/Promotions/MerchandisingHierarchy.rti
2. http://tspvbtwho04.th-
tesco.org/RTI/GapReporting/GOtoORS.GapSummaryReport.rti?StoreNo=1101
1. http://CNPVIDSDSHO01.hymall.corp/RTI/Promotions/TOM.I008.MerchandisingHier
archy.rti
2. http://CNPVIDSDSHO01.hymall.corp/RTI/GapReporting/TOM.I003.GOtoORS.GapSu
mmaryReport.rti?StoreNo=1101
1. http://czpvidsdsho01/RTI/promotions/TOM.I008.MerchandisingHierarchy.rti
2. http://czpvidsdsho01/RTI/GapReporting/TOM.I003.GOtoORS.GapSummaryReport.r
ti?StoreNo=1101
3. http://czpvidsdsho01/RTI/GapReporting/TOM.I002.GOtoORS.GapScanReport.rti?St
oreNo=1030&RMSLevel=1&Cycle=A&Date=2014-11-
22&ApplicationName=UIXP26&ApplicationDateTime=
1. http://skpvidsdsho01/RTI/promotions/TOM.I008.MerchandisingHierarchy.rti
2. http://skpvidsdsho01/RTI/GapReporting/TOM.I003.GOtoORS.GapSummaryReport.r
ti?StoreNo=4016
Sample RTI URL’s - Debug
In Country Link
THAILAND https://192.168.19.90/Citrix/XenApp/auth/login.aspx
(RDP to 192.168.30.75)
CHINA https://citrixwi.cn.tesco.com/vpn/index.html
CZECH https://czcsgw02.tesco-europe.com/Citrix/XenApp/auth/login.aspx
SLOVAKIA https://czcsgw02.tesco-europe.com/Citrix/XenApp/auth/login.aspx
MALAYSIA http://mycitrix/Citrix/AccessPlatform/auth/login.aspx
(RDP to 192.168.30.75)
KOREA https://10.10.29.16
(via Citrix Access Gateway with proxy of browser 192.168.30.82 and port 8080)
Citrix Links
In Country Server
THAILAND Thpvorweb01
CHINA 10.254.3.152
CZECH czprgxnors01
SLOVAKIA skprgxnors01
MALAYSIA 172.30.149.60
KOREA NA
Application Servers
In Country Link
THAILAND http://thpvorweb01.th-tesco.org/ORS/userlogin.aspx
CHINA http://10.254.4.42/ORS/userlogin.aspx
CZECH http://czprgxnors01/ORS/UserLogin.aspx
SLOVAKIA http://skprgxnors01/ORS/userlogin.aspx
MALAYSIA http://172.30.149.60/ORS/UserLogin.aspx
KOREA NA
Application Links
In Country Server Port SID / Service
THAILAND thpprmsdbho01.th-tesco.org 1526 NBS01
CHINA 10.254.2.6 1521
CZECH PR1RMS01.cz.tesco-europe.com 1521 RMSCZ01
SLOVAKIA PR2RMS01.sk.tesco-europe.com 1521 RMSSK01
MALAYSIA 172.30.150.11 1521 NBS01
KOREA NA
RMS Database Servers
Country Name (Email)
Thailand Suthee (Suthee.Lamlerttham@TH.TESCO.COM)
China James Yang (James.Yang@cn.tesco.com)
Slovakia Ladislav Kucera [Lada] (lkucera2@tesco-europe.com)
Czech Republic Ladislav kucera [Lada] (lkucera2@cz.tesco-europe.com)
Malaysia Yogesh Pitkar (Yogesh.Pitkar@MY.TESCO.COM)
Korea Yumi Park (parkyumi@homeplus.co.kr)
Business Contacts
DSD • Direct Store Delivery (Supplier option)
AOQ • Actual Ordered Quantity (is the only editable field in ORS)
ROQ • Required Order Quantity (RMS System Generated Orders)
PBL • Pick By Line (Fresh / Item) (Warehouse option)
PBS • Pick By Store (Ambient) (Warehouse option)
OOQ • Outstanding Order Qty (Quantity not delivered)
RMS • Retail Merchandising System
DTS • Direct To Store
EWS • Expected Weekly Sales
Acronyms
Call Category
Gap Measurement
SL_Stock Control
Sub Category
16_RDF_ GROUPORDERING -> [RF1878912]
31_SSM_Stock_Mgmt
ICCM Classification
• PM035691 - ORS070215 - Data not saved. An error occurred.
• This issue happens during the “Create Order” process. On “Save
/ Submit”, the Oracle Exception ORA-12899 is thrown.
IM5843061
...
...
...
...
Problem Tickets
Team Responsibility
Cell #31 (Store Stock Management)
Support of .NET / front-end part of the ORS
Application
Cell #4 (Group RMS) RMS and ORS Database Tables
Cell #16 (Group Ordering) DB2 and GO Systems
Cell #49 (Storeline / Manned Tills) Storeline to GO interfaces & feed to RMS
Not Defined GO to ORS Interfaces
RACI
ORS Summary
RMS generates orders (ROQ) for items. ORS application allows store users to
amend these system generated orders as required.
These amendments then get saved into RMS tables. From here the order approval
batch functions as setup to generate and send the orders to suppliers.
It is a fix-in between the system generated orders and the final orders sent for
approval. This allows the stores to have better control of the item stock based on
real time observations.
Type Reference
Video (ORS Business Overview) 172.29.3.44ors_resourcesORS Overview-20141211 1035-1
Clear Case VOB Name: NGC_COMP; Path: NGC_COMP -> ORS
Docshare Link
DEV Server 172.29.3.44
Resources
Questions & Answers
1. How many days of data is kept in GO Database?
Ans. Average is 30 Days
2. How many days of ORS data is kept in RMS Database?
Ans. Approx 1 week for items that have been modified. ORS Tables are
complete refresh each day. ORS nightly jobs inserts fresh replenishment data
from Replenishment tables.
3. In Promotion Uplift Review screen, is UpLift in(%) or Promotion EWS editable?
Ans. EWS is editable. UpLift in (%) is calculated from current and promo
quantities
4. What browser is ORS supported?
Ans. IE6 SP1 / SP2, IE7, IE8
5. What is GO GAP Scan window?
Ans. 7 AM to 11 AM and 2 PM to 5 PM

More Related Content

PDF
Microsoft dynamics warehouse management system implementation guide
PPT
R12 Business Case Process Manufacturing
PDF
Collaborative Discrete Automation Systems Define the Factory of the Future
PPT
R12 Oracle Inventory Management, New Features
PDF
SAP LES WM Multi Step Production Picking
PPT
Oracle wms and oracle msca overview
PPT
R12 purchasing presentation oa
PPTX
R12 features presentation inventory management
Microsoft dynamics warehouse management system implementation guide
R12 Business Case Process Manufacturing
Collaborative Discrete Automation Systems Define the Factory of the Future
R12 Oracle Inventory Management, New Features
SAP LES WM Multi Step Production Picking
Oracle wms and oracle msca overview
R12 purchasing presentation oa
R12 features presentation inventory management

What's hot (20)

DOCX
Oracle inventory R12 Setup Guide
PDF
Oracle Warehouse Management System(Oracle WMS)@ERP OCEAN
PPT
128224154 oracle-inventory-ppt
PDF
Product allocation during sales order entry
PDF
Oracle Process Manufacturing for Specialty Chemicals - Value Proposition
PPTX
Tips on setting up an eCcommerce web site using istore
PPTX
SAP business one - master data 2016
PPT
AxionBlade WMS Presentation
PPT
Oaug oracle wmsmarkmandeville200605
PPTX
Production Supply with SAP EWM
PPTX
Ewm training ppt
PPT
WM vs S/4 HANA EWM vs DECENTRALIZED WM
PPT
Basics of Oracle Order Management
DOCX
Oracle Process Manufacturing Setup EBS12.2
PDF
Ewm erp qm_basic_inspection_process
PDF
Sd availabulity check
PPTX
Oracle process manufacturing training
PPT
Ewm howtoleverage sap
DOCX
Oracle Purchasing Internal Requisition
PPTX
WM - PP Interface
Oracle inventory R12 Setup Guide
Oracle Warehouse Management System(Oracle WMS)@ERP OCEAN
128224154 oracle-inventory-ppt
Product allocation during sales order entry
Oracle Process Manufacturing for Specialty Chemicals - Value Proposition
Tips on setting up an eCcommerce web site using istore
SAP business one - master data 2016
AxionBlade WMS Presentation
Oaug oracle wmsmarkmandeville200605
Production Supply with SAP EWM
Ewm training ppt
WM vs S/4 HANA EWM vs DECENTRALIZED WM
Basics of Oracle Order Management
Oracle Process Manufacturing Setup EBS12.2
Ewm erp qm_basic_inspection_process
Sd availabulity check
Oracle process manufacturing training
Ewm howtoleverage sap
Oracle Purchasing Internal Requisition
WM - PP Interface
Ad

Viewers also liked (20)

PPTX
Mindfulness Pills - Nancy Dougherty
PPTX
Gamification, Technology, and Feedback
PDF
Entrepreneurship: 7 Core Pillars
PPTX
The Skeletal System Collection
PPTX
Application of the Generic Modelling Method for System of Systems to Manufact...
PPTX
A theology of work presentation session one
DOC
PPTX
Kichwa Veronica Lahuatte
PPTX
Reflection project
PPT
Md gs ghana_performance_2010
PPTX
Photography and Planning for poster
PPTX
Menu 6
ODP
Deluge Script - An OverView
DOC
Silabo inyectoterapia
ZIP
Why High School Fails All Students
PDF
1 alic
PDF
The Anchor: Sports with Household Appliances
PPTX
Magic body
PPS
Geotubes®, don't spoil the party!
PPT
全球行動行銷創新案例100 case20 22
Mindfulness Pills - Nancy Dougherty
Gamification, Technology, and Feedback
Entrepreneurship: 7 Core Pillars
The Skeletal System Collection
Application of the Generic Modelling Method for System of Systems to Manufact...
A theology of work presentation session one
Kichwa Veronica Lahuatte
Reflection project
Md gs ghana_performance_2010
Photography and Planning for poster
Menu 6
Deluge Script - An OverView
Silabo inyectoterapia
Why High School Fails All Students
1 alic
The Anchor: Sports with Household Appliances
Magic body
Geotubes®, don't spoil the party!
全球行動行銷創新案例100 case20 22
Ad

Similar to Order Review Solution Application (Version 2.0) (20)

PDF
Storing State Forever: Why It Can Be Good For Your Analytics
PPTX
Data ware house architecture
PDF
Larry Ellison Introduces Oracle Database In-Memory
PPSX
Ginesys Retail ERP Presentations
PPT
Data Warehouse-Final
PDF
Sloupcové uložení dat a použití in-memory technologií u řešení Exadata
PPT
Msbi by quontra us
PPTX
G7 ppt updatedaaaaaaaaaaaaaaaaaaaaa.pptx
PPTX
G7 ppt updated effective billing system.pptx
PPTX
Leadership and Management for the Process Optimization
PPTX
Simplify the Procuring Process with Procurement Software
PPT
Presentation On Clean Up MRP records in Exact Globe
PDF
Oracle DB In-Memory technologie v kombinaci s procesorem M7
PDF
How QBerg scaled to store data longer, query it faster
PDF
How We Added Replication to QuestDB - JonTheBeach
PDF
ERP Solution for MSMEs by Sumeet Mayor.pdf
DOCX
OWMS White Paper
PPTX
Wave planning in oracle OAUGWave planning in oracle OAUG
PPTX
SCM EWM Solution
Storing State Forever: Why It Can Be Good For Your Analytics
Data ware house architecture
Larry Ellison Introduces Oracle Database In-Memory
Ginesys Retail ERP Presentations
Data Warehouse-Final
Sloupcové uložení dat a použití in-memory technologií u řešení Exadata
Msbi by quontra us
G7 ppt updatedaaaaaaaaaaaaaaaaaaaaa.pptx
G7 ppt updated effective billing system.pptx
Leadership and Management for the Process Optimization
Simplify the Procuring Process with Procurement Software
Presentation On Clean Up MRP records in Exact Globe
Oracle DB In-Memory technologie v kombinaci s procesorem M7
How QBerg scaled to store data longer, query it faster
How We Added Replication to QuestDB - JonTheBeach
ERP Solution for MSMEs by Sumeet Mayor.pdf
OWMS White Paper
Wave planning in oracle OAUGWave planning in oracle OAUG
SCM EWM Solution

More from Nag Arvind Gudiseva (13)

PDF
Elasticsearch security
DOCX
Elasticsearch Security Strategy
DOCX
Git as version control for Analytics project
DOCX
Exception Handling in Scala
DOCX
Hive performance optimizations
DOCX
Creating executable JAR from Eclipse IDE
DOCX
Adding Idea IntelliJ projects to Subversion Version Control
DOCX
Apache Drill with Oracle, Hive and HBase
DOC
ElasticSearch Hands On
PDF
Hadoop 2.0 cluster setup on ubuntu 14.04 (64 bit)
DOC
MSC Temporary Passwords reset tool
DOC
Store Support Operations - Training on MSC Application
PPT
Store Support Operations - Training on MSC Application
Elasticsearch security
Elasticsearch Security Strategy
Git as version control for Analytics project
Exception Handling in Scala
Hive performance optimizations
Creating executable JAR from Eclipse IDE
Adding Idea IntelliJ projects to Subversion Version Control
Apache Drill with Oracle, Hive and HBase
ElasticSearch Hands On
Hadoop 2.0 cluster setup on ubuntu 14.04 (64 bit)
MSC Temporary Passwords reset tool
Store Support Operations - Training on MSC Application
Store Support Operations - Training on MSC Application

Recently uploaded (20)

PDF
Electronic commerce courselecture one. Pdf
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Encapsulation theory and applications.pdf
PPTX
MYSQL Presentation for SQL database connectivity
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PPTX
sap open course for s4hana steps from ECC to s4
PPTX
Cloud computing and distributed systems.
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
Review of recent advances in non-invasive hemoglobin estimation
PPT
Teaching material agriculture food technology
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
KodekX | Application Modernization Development
PDF
Machine learning based COVID-19 study performance prediction
Electronic commerce courselecture one. Pdf
MIND Revenue Release Quarter 2 2025 Press Release
Dropbox Q2 2025 Financial Results & Investor Presentation
Unlocking AI with Model Context Protocol (MCP)
Chapter 3 Spatial Domain Image Processing.pdf
Advanced methodologies resolving dimensionality complications for autism neur...
Encapsulation theory and applications.pdf
MYSQL Presentation for SQL database connectivity
Understanding_Digital_Forensics_Presentation.pptx
Encapsulation_ Review paper, used for researhc scholars
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
sap open course for s4hana steps from ECC to s4
Cloud computing and distributed systems.
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Review of recent advances in non-invasive hemoglobin estimation
Teaching material agriculture food technology
Network Security Unit 5.pdf for BCA BBA.
KodekX | Application Modernization Development
Machine learning based COVID-19 study performance prediction

Order Review Solution Application (Version 2.0)

  • 1. Order Review Solution Nag Arvind Gudiseva
  • 2. Order Review Solution (ORS) Functionality: Web based application accessible by Store and Central Users Create Orders, Amend Orders, Review Promotional Uplift and View Daily Operational Reports Business Use: Helps limiting the waste caused due to excess ordering for items. Items can be ordered in advance by user if he foresees an upcoming Promotion event hence preventing loss of sales. Helps keep the ordering process as real as possible by allowing the store staff to provide on ground feed for placing orders Countries: TH, CN, CZ and SK. Also in MY and KR Timings: 6 AM to 6 PM in CN
  • 3. ORS Technologies Microsoft. Net Application developed on Visual Studio 2008 ASP. Net and C#.NET 3.0 Oracle 10g Database DB2 Stored Procedures knowledge Uses 3rd party, HTML based reports iTextSharp PDF Reports
  • 4. ORS Login Authentication: Login Id / TPX Id must be setup on Active Directory Used Id is manually entered into USER_ATTRIB Table Authorization: User role is set through the User Maintenance Screen Each role has different access rights, e.g. StoreRequestCreate, StoreRequestReview, etc. Store Users are assigned to a specific store Central and Super Users can choose stores from the Config section Session Timeout: Exit / Logout Button Session Timeout configured in Application IE Browser is closed
  • 6. SQL Queries – User Id Creation INSERT INTO USER_ATTRIB (USER_ID, USER_NAME, LANG, STORE_DEFAULT) VALUES ('NAGARVINDG', 'NAGARVINDG', 1, 1002); --COMMIT; INSERT INTO TSC_ORS_TBL_STOREUSER (STOREUSERID, USERID, FIRSTNAME, LASTNAME, ROLEID, COMMENTS, DATECREATED, CREATEDBY, DATEUPDATED, UPDATEDBY, ISACTIVE) VALUES (69, 'NAGARVINDG', 'NAGARVIND', 'GUDISEVA', 10, 'New user', '24-DEC-14', 'NAGARVINDG', '24-DEC-14', 'NAGARVINDG', 'Y'); --COMMIT;
  • 7. Role Id Role Name 10 SuperUser 20 Promotions 30 GapReporting 40 StoreRequest 41 StoreRequestCreate 42 StoreRequestReview 50 CentralScreens 60 StoreUserAll 61 StoreUserAllCreate 62 StoreUserAllReview 70 RTVUser User Roles
  • 8. ORS Interface Systems ORS interfaces with the (a) Commercial systems -> Retail Merchandising System (RMS) / Retail Price Management (RPM); (b) Supply Chain system -> Group Ordering (GO); © Store systems -> Storeline ORS GO Storeline ORMS/ORPM A) Manual orders A) Confimation of orders A) Orders for review A) Items available for manual order B) Promotions to be reviewed C) Gap report data B) Promotions uplift updates C) Requests for gap reports C) Gaps scanned by store A) Sales forecast A) Item replenishment attributes A) Gap scan indicator
  • 9. ORS Dependency Map ORS calls Group Ordering (GO) Stored Procedures through RTI Web Services hosted in Integration Layer ILTeamneedstoaddtheRTIinstructions ILextractsthedatafromDB2,transformsintoXMLand sendstoORSApplicationforloading
  • 10. ORS Data Store Doesn’t have a dedicated database; Displays data from GO and ORMS Databases; Order Review: RMS Batches load data from RMS Tables to ORS Tables ORS Tables in RMS Database are prefixed with TSC_ORS_ ORS batches run and update the data in RMS Tables Promotions Review: Data is retrieved from GO on demand Any updates are sent back to GO Operational Reports: Data is retrieved from GO on demand Configuration Screens: Data is stored in custom tables on the RMS Database
  • 12. Promotion Uplift Review Daily Operational Reports User Configuration Store Order Review 1. Create a manual order 2. Review an existing, system- generated order 3. View a particular order 4. Print any of the above 1. Review and amend parameters related to Promotions 1. Gap Scan Report 2. Gap Reasons Report 3. Gap Summary Report 4. Counts Required Report 1. User Management Screen 2. Audit Screen 3. Filters and Filters Reports ORS Components 5. Pending Return to Vendor 6. Merchandising Hierarchy 7. Product Sold 8. IRE 4. Item Attributes 5. Minimum Order Qty 6. System Parameters
  • 13. Fully automatic orders1 Semi-automatic orders2 Manual orders3 Orders generation Methods ORS provides store users with the ability to amend the order quantities for products based on their setup Fully automatic orders: generated by GO; Store users cannot review or create Semi-automatic orders: generated by RMS based on sales forecast data sent from GO. It can be reviewed by a store user through ORS and the order quantity can be amended. Manual orders: Store users can create an order for with a manual quantity.
  • 14. Pick By Line (PBL)1 Pick By Store (PBS)2 Direct Store Delivery (DSD)3 Order Types Cross-Docked; Order is placed with Supplier; Supplier delivers to DC; No way of storing in DC, E.g. Fresh Stock is present in Warehouse; DC to Stores No DC; Supplier directly delivers to Stores, E.g. Bread
  • 15. In Country Server THAILAND THPPGODB201 CHINA CNPRIGODB CZECH PR1GO01 SLOVAKIA PR2GO01 MALAYSIA GFOPRMY & GFOPRMYU KOREA GFOKRPR & GFOKRPRU GO Servers
  • 16. Report / Function DB2 Stored Procedure Promotion Details • UIXP24 Promotion Update • JI0P25 Gap Scan • UIXP26 Gap Reason • UIXP28 Counts Required • UIXP29 Gap Summary • JI0P27 Pending RTV • UIXP30 Merchandising Hierarchy • NA Product Sold • UIXP17 IRE • NA GO Stored Procedures
  • 17. UIXP24 JIOP25 GO Stored Procs I/p & O/p UIXP30
  • 18. UIXP26 UIXP28 GO Stored Procs I/p & O/p (Contd.) UIXP29 JIOP27
  • 20. In Country Server THAILAND tspvbtwho04.th-tesco.org CHINA CNPVIDSDSHO01.hymall.corp CZECH czpvidsdsho01 SLOVAKIA skpvidsdsho01 MALAYSIA 172.30.150.5 KOREA NA BizTalk Servers – RTI Web Services
  • 21. CHINA CZECH SLOVAKIA THAILAND 1. http://tspvbtwho04.th-tesco.org/RTI/Promotions/MerchandisingHierarchy.rti 2. http://tspvbtwho04.th- tesco.org/RTI/GapReporting/GOtoORS.GapSummaryReport.rti?StoreNo=1101 1. http://CNPVIDSDSHO01.hymall.corp/RTI/Promotions/TOM.I008.MerchandisingHier archy.rti 2. http://CNPVIDSDSHO01.hymall.corp/RTI/GapReporting/TOM.I003.GOtoORS.GapSu mmaryReport.rti?StoreNo=1101 1. http://czpvidsdsho01/RTI/promotions/TOM.I008.MerchandisingHierarchy.rti 2. http://czpvidsdsho01/RTI/GapReporting/TOM.I003.GOtoORS.GapSummaryReport.r ti?StoreNo=1101 3. http://czpvidsdsho01/RTI/GapReporting/TOM.I002.GOtoORS.GapScanReport.rti?St oreNo=1030&RMSLevel=1&Cycle=A&Date=2014-11- 22&ApplicationName=UIXP26&ApplicationDateTime= 1. http://skpvidsdsho01/RTI/promotions/TOM.I008.MerchandisingHierarchy.rti 2. http://skpvidsdsho01/RTI/GapReporting/TOM.I003.GOtoORS.GapSummaryReport.r ti?StoreNo=4016 Sample RTI URL’s - Debug
  • 22. In Country Link THAILAND https://192.168.19.90/Citrix/XenApp/auth/login.aspx (RDP to 192.168.30.75) CHINA https://citrixwi.cn.tesco.com/vpn/index.html CZECH https://czcsgw02.tesco-europe.com/Citrix/XenApp/auth/login.aspx SLOVAKIA https://czcsgw02.tesco-europe.com/Citrix/XenApp/auth/login.aspx MALAYSIA http://mycitrix/Citrix/AccessPlatform/auth/login.aspx (RDP to 192.168.30.75) KOREA https://10.10.29.16 (via Citrix Access Gateway with proxy of browser 192.168.30.82 and port 8080) Citrix Links
  • 23. In Country Server THAILAND Thpvorweb01 CHINA 10.254.3.152 CZECH czprgxnors01 SLOVAKIA skprgxnors01 MALAYSIA 172.30.149.60 KOREA NA Application Servers
  • 24. In Country Link THAILAND http://thpvorweb01.th-tesco.org/ORS/userlogin.aspx CHINA http://10.254.4.42/ORS/userlogin.aspx CZECH http://czprgxnors01/ORS/UserLogin.aspx SLOVAKIA http://skprgxnors01/ORS/userlogin.aspx MALAYSIA http://172.30.149.60/ORS/UserLogin.aspx KOREA NA Application Links
  • 25. In Country Server Port SID / Service THAILAND thpprmsdbho01.th-tesco.org 1526 NBS01 CHINA 10.254.2.6 1521 CZECH PR1RMS01.cz.tesco-europe.com 1521 RMSCZ01 SLOVAKIA PR2RMS01.sk.tesco-europe.com 1521 RMSSK01 MALAYSIA 172.30.150.11 1521 NBS01 KOREA NA RMS Database Servers
  • 26. Country Name (Email) Thailand Suthee (Suthee.Lamlerttham@TH.TESCO.COM) China James Yang (James.Yang@cn.tesco.com) Slovakia Ladislav Kucera [Lada] (lkucera2@tesco-europe.com) Czech Republic Ladislav kucera [Lada] (lkucera2@cz.tesco-europe.com) Malaysia Yogesh Pitkar (Yogesh.Pitkar@MY.TESCO.COM) Korea Yumi Park (parkyumi@homeplus.co.kr) Business Contacts
  • 27. DSD • Direct Store Delivery (Supplier option) AOQ • Actual Ordered Quantity (is the only editable field in ORS) ROQ • Required Order Quantity (RMS System Generated Orders) PBL • Pick By Line (Fresh / Item) (Warehouse option) PBS • Pick By Store (Ambient) (Warehouse option) OOQ • Outstanding Order Qty (Quantity not delivered) RMS • Retail Merchandising System DTS • Direct To Store EWS • Expected Weekly Sales Acronyms
  • 28. Call Category Gap Measurement SL_Stock Control Sub Category 16_RDF_ GROUPORDERING -> [RF1878912] 31_SSM_Stock_Mgmt ICCM Classification
  • 29. • PM035691 - ORS070215 - Data not saved. An error occurred. • This issue happens during the “Create Order” process. On “Save / Submit”, the Oracle Exception ORA-12899 is thrown. IM5843061 ... ... ... ... Problem Tickets
  • 30. Team Responsibility Cell #31 (Store Stock Management) Support of .NET / front-end part of the ORS Application Cell #4 (Group RMS) RMS and ORS Database Tables Cell #16 (Group Ordering) DB2 and GO Systems Cell #49 (Storeline / Manned Tills) Storeline to GO interfaces & feed to RMS Not Defined GO to ORS Interfaces RACI
  • 31. ORS Summary RMS generates orders (ROQ) for items. ORS application allows store users to amend these system generated orders as required. These amendments then get saved into RMS tables. From here the order approval batch functions as setup to generate and send the orders to suppliers. It is a fix-in between the system generated orders and the final orders sent for approval. This allows the stores to have better control of the item stock based on real time observations.
  • 32. Type Reference Video (ORS Business Overview) 172.29.3.44ors_resourcesORS Overview-20141211 1035-1 Clear Case VOB Name: NGC_COMP; Path: NGC_COMP -> ORS Docshare Link DEV Server 172.29.3.44 Resources
  • 33. Questions & Answers 1. How many days of data is kept in GO Database? Ans. Average is 30 Days 2. How many days of ORS data is kept in RMS Database? Ans. Approx 1 week for items that have been modified. ORS Tables are complete refresh each day. ORS nightly jobs inserts fresh replenishment data from Replenishment tables. 3. In Promotion Uplift Review screen, is UpLift in(%) or Promotion EWS editable? Ans. EWS is editable. UpLift in (%) is calculated from current and promo quantities 4. What browser is ORS supported? Ans. IE6 SP1 / SP2, IE7, IE8 5. What is GO GAP Scan window? Ans. 7 AM to 11 AM and 2 PM to 5 PM

Editor's Notes

  • #14: For semi-automatic orders, after the review window has closed on a particularly day or on a day the product is not set for review, the product becomes available for manual order through ORS.
  • #15: ORS provides store users with the ability to amend the order quantities for products based on their setup.