DBA Data[Home] [Help]

APPS.WMS_WAVE_PLANNING_PVT dependencies on WSH_INTERFACE

Line 17606: l_shipping_attr wsh_interface.changedattributetabtype;

17602: l_sec_qty_del NUMBER;
17603: l_sec_qty_det NUMBER;
17604: l_qty_backorder NUMBER;
17605:
17606: l_shipping_attr wsh_interface.changedattributetabtype;
17607:
17608: BEGIN
17609:
17610: l_txn_temp_id := p_txn_temp_id;

Line 17784: wsh_interface.update_shipping_attributes(p_source_code => 'INV',

17780: l_shipping_attr(1).locator_id := l_from_loc;
17781:
17782: /* The below call splits the wdd or backorders the line accordingly*/
17783:
17784: wsh_interface.update_shipping_attributes(p_source_code => 'INV',
17785: p_changed_attributes => l_shipping_attr,
17786: x_return_status => x_return_status);
17787:
17788: IF x_return_status = 'S' THEN