DBA Data[Home] [Help]

APPS.INV_PICK_RELEASE_PVT dependencies on WSH_INTERFACE

Line 1446: l_shipping_attr wsh_interface.changedattributetabtype;

1442: , p_grouping_rule_id IN NUMBER
1443: , p_pick_slip_mode IN VARCHAR2
1444: , p_print_mode IN VARCHAR2
1445: ) IS
1446: l_shipping_attr wsh_interface.changedattributetabtype;
1447: l_report_set_id NUMBER;
1448: l_request_number VARCHAR2(80);
1449: l_return_status VARCHAR2(1);
1450: l_pick_slip_number NUMBER;

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

1524: l_shipping_attr(1).released_status := 'Y';
1525: l_shipping_attr(1).delivery_detail_id := p_demand_info.delivery_detail_id;
1526: l_shipping_attr(1).action_flag := 'U';
1527: IF (is_debug) THEN
1528: print_debug('Calling WSH_Interface.Update_Shipping_Attributes',
1529: 'Inv_Pick_Release_PVT.Process_Unreservable_Items');
1530: END IF;
1531: wsh_interface.update_shipping_attributes(
1532: p_source_code => 'INV'

Line 1531: wsh_interface.update_shipping_attributes(

1527: IF (is_debug) THEN
1528: print_debug('Calling WSH_Interface.Update_Shipping_Attributes',
1529: 'Inv_Pick_Release_PVT.Process_Unreservable_Items');
1530: END IF;
1531: wsh_interface.update_shipping_attributes(
1532: p_source_code => 'INV'
1533: , p_changed_attributes => l_shipping_attr
1534: , x_return_status => l_return_status
1535: );