Sales order not booked automatically after releasing the hold
Hi Community,I'm having an issue with a sales order created with booked status via API1- Create a order for a customer with overdue invoices through API with the following values : l_header_rec.booked_flag = ‘Y’; l_header_rec.flow_status_code := 'BOOKED'; l_action_request_tbl(l_action_tbl_index).request_type := oe_globals.g_book_order; l_action_request_tbl(l_action_tbl_index).entity_code := oe_globals.g_entity_header; API CALL: oe_order_pub.process_order(p_api_version_number => 1.0, p_init_msg_list => fnd_api.g_true, p_return_values => fnd_api.g_false, |
Tagged:
0