DBA Data[Home] [Help]

APPS.INV_PICK_RELEASE_PVT dependencies on WSH_INTERFACE

Line 1636: l_shipping_attr wsh_interface.changedattributetabtype;

1632: , p_grouping_rule_id IN NUMBER
1633: , p_pick_slip_mode IN VARCHAR2
1634: , p_print_mode IN VARCHAR2
1635: ) IS
1636: l_shipping_attr wsh_interface.changedattributetabtype;
1637: l_report_set_id NUMBER;
1638: l_request_number VARCHAR2(80);
1639: l_return_status VARCHAR2(1);
1640: l_pick_slip_number NUMBER;

Line 1815: print_debug('Calling WSH_Interface.Update_Shipping_Attributes',

1811: l_shipping_attr(1).delivery_detail_id := p_demand_info.delivery_detail_id;
1812: l_shipping_attr(1).action_flag := 'U';
1813: l_shipping_attr(1).revision := l_revision; --8430412
1814: IF (is_debug) THEN
1815: print_debug('Calling WSH_Interface.Update_Shipping_Attributes',
1816: 'Inv_Pick_Release_PVT.Process_Unreservable_Items');
1817: END IF;
1818: wsh_interface.update_shipping_attributes(
1819: p_source_code => 'INV'

Line 1818: wsh_interface.update_shipping_attributes(

1814: IF (is_debug) THEN
1815: print_debug('Calling WSH_Interface.Update_Shipping_Attributes',
1816: 'Inv_Pick_Release_PVT.Process_Unreservable_Items');
1817: END IF;
1818: wsh_interface.update_shipping_attributes(
1819: p_source_code => 'INV'
1820: , p_changed_attributes => l_shipping_attr
1821: , x_return_status => l_return_status
1822: );