You are on page 1of 1

OM end to end implementation

My client using the sales force to book the order.


After booking the order we have one middleware tool[Cast Iron] It will pickup the
data from sales force and insert into one stage table in oracle

After that my program will picks the data from stage table and do the validations
like
1). Customer is exist or not
2). Shipping site is active or not
3). Billed site is active or not
4). Brder type is exist or not
5). Shipping method
6). Item is active or not

Once validation is done we insert the data into OM interface tables


OE_HEADERS_IFACE_ALL
OE_LINES_IFACE_ALL
Error Tables
OE_PROCESSING_MSG
OE_PROCESSING_MSGS_TL

After that run the Order Import program then the orders will be loaded in oracle
base tables
OE_ORDER_HEADERS_ALL
OE_ORDER_LINES_ALL

You might also like