Order Management - EBS (MOSC)

MOSC Banner

Sales order not booked automatically after releasing the hold

edited Jul 9, 2019 5:00AM in Order Management - EBS (MOSC) 1 commentAnswered

Hi Community,

I'm having an issue with a sales order created with booked status via API

1- 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,

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center