OE_ORDER_PUB.process_order API does not populate the list price on the sales order lines
Version: 11.5.10.2
Steps to reproduce:
1) Call the API OE_ORDER_PUB.process_order without the list_price_id or list_price.
The order appears on the front end forms but does not have a list_price populated on it.
The whole purpose of using the API is defeated as the order will again need to be manually repriced.
All the defaulting set ups are done correctly.
The order appears fine when creating from the forms.
When enabled debug on the API, the below exception was captured.
'Unit List Price is required on a booked order line'
Any pointers are appreciated.
Regards
1) Call the API OE_ORDER_PUB.process_order without the list_price_id or list_price.
The order appears on the front end forms but does not have a list_price populated on it.
The whole purpose of using the API is defeated as the order will again need to be manually repriced.
All the defaulting set ups are done correctly.
The order appears fine when creating from the forms.
When enabled debug on the API, the below exception was captured.
'Unit List Price is required on a booked order line'
Any pointers are appreciated.
Regards
0