Shipping Execution - EBS (MOSC)

MOSC Banner

Issue in Shipping Transactions when processing order lines which are set to Backorder using the APIs

edited Jun 15, 2026 12:22PM in Shipping Execution - EBS (MOSC)

We are following an inbound integration process triggered by Standard APIs to set the Sales Order line entries to Backorder (if there is no On-hand quantity available for the item in the inventory) and initiate the Shipping process for the Order line entries.

Below are the APIs we are using respectively to perform the above-mentioned activities.

  1. To set the order line entries as backorder
    WSH_DELIVERIES_PUB.DELIVERY_ACTION(
    p_api_version_number => 1.0,
    p_init_msg_list => 'T',
    x_return_status => l_return_status,
    x_msg_count => l_msg_count,
    x_msg_data => l_msg_data,
    p_action_code => 'CONFIRM',

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