oe_order_headers_all.flow_status_code cannot be set as 'BOOKED'
Hi,
When using oe_order_pub.process_order to create SO, I want to set oe_order_headers_all.flow_status_code as 'BOOKED' (i_header_rec.flow_status_code := 'BOOKED').
But it doesn't work, so can be created successfully , but the flow_status_code remains 'ENTERED'.
Have I missed something? Is there any way to solve this issue?
Best Regards,
Ying