Oracle EBS: Order Import without Price List
Our requirement is --> Need to create the orders in ERP based on the price which are received from 3rd Party, without any price list reference. Is any possibilities to create the orders in ERP without price list reference?
Solution :Yes we can create Orders without Pricelist
Price List will be required. But can achieve the price based on your requirement if you pass the following in oe_lines_iface_all table:
1. Calculate_Price_Flag => Freeze
2. Unit List Price => Pass the value you desire.
3. Unit Selling Price => Pass the Value you desire.
It will create the Order in Oracle Order Management with the price you specified.
Solution :Yes we can create Orders without Pricelist
Price List will be required. But can achieve the price based on your requirement if you pass the following in oe_lines_iface_all table:
2. Unit List Price => Pass the value you desire.
3. Unit Selling Price => Pass the Value you desire.