You are on page 1of 3

SL Works

1 DUNS number edited in Store for Store Sequence.

2 Web sales Options table inserted

3 Identify Items to be listed

Insert Item into WEB_ITEM_CATALOGED_STG


4 table
WEB_VW_ITEM_MASTER_STG view changed to
5 pick Selling Price from 1501 location

6 Report to be added in PGCUSTUAE - WIS

7 New view : web_order_dtl in Ecommerce

8 Item should be inserted in RPM ITEM ZONE

9 Trigger in pgcustuae.AFE_ORDER_CANCEL_LOG

Uniq Index in Stock Order,


Constraint added in
pgcustuae.AFE_ORDER_CANCEL_LOG Foreign Key
10 check in STOCk_OrDER
Area

Insert into ECOMMERCE.WEB_SALE_OPTIONS


(DEFAULT_WAREHOUSE, WEB_STORE, DEFAULT_PRICE_LOC,
COUNTRY, DEFAULT_FACILITY)
Values
('303', '1501', '1034', 'AE', 'AF');
COMMIT;

WIS

Ecommerce

RMS
Remarks

Make sure all items ranged in 1501 and updated with


new Selling price. Range Discuss

WEB_ORDER_CURRENT_STATUS

grant select on WEB_ORDER_DTL to pgcustuae.


Grant execute on WEB_WH_TRFR_SHIP_STATUS to
PGCUSTUAE

This will update web_order_dtl based on the qty updates


trhu retunr to stock.

This will allw only STOCK_ORDER.DISTRO_NBR to cancel

You might also like