DBA Data[Home] [Help]

APPS.INV_MO_BACKORDER_PVT dependencies on WSH_INTERFACE

Line 25: l_shipping_attr wsh_interface.changedattributetabtype;

21: , x_msg_data OUT NOCOPY VARCHAR2
22: , p_move_order_type NUMBER
23: , p_mo_line_rec inv_move_order_pub.trolin_rec_type
24: ) IS
25: l_shipping_attr wsh_interface.changedattributetabtype;
26: l_released_status VARCHAR2(1);
27: l_delivery_detail_id NUMBER;
28: l_source_header_id NUMBER;
29: l_source_line_id NUMBER;

Line 97: wsh_interface.update_shipping_attributes(

93: DEBUG(' Subinventory = ' || l_shipping_attr(1).subinventory, 'BACKORDER_SOURCE');
94: DEBUG(' Locator ID = ' || l_shipping_attr(1).locator_id, 'BACKORDER_SOURCE');
95: END IF;
96:
97: wsh_interface.update_shipping_attributes(
98: p_source_code => 'INV'
99: , p_changed_attributes => l_shipping_attr
100: , x_return_status => x_return_status
101: );