DBA Data[Home] [Help]

APPS.WMS_WAVE_PLANNING_PVT dependencies on INV_PICK_RELEASE_PVT

Line 4114: print_debug('Error setting item cache', 'Inv_Pick_Release_PVT.Process_Line');

4110: SAVEPOINT allocation;
4111:
4112: l_return_value := INV_CACHE.set_item_rec(l_mo_line.organization_id, l_mo_line.inventory_item_id);
4113: IF NOT l_return_value THEN
4114: print_debug('Error setting item cache', 'Inv_Pick_Release_PVT.Process_Line');
4115: raise fnd_api.g_exc_unexpected_error;
4116: End If;
4117: l_reservable_type:= INV_CACHE.item_rec.reservable_type;
4118:

Line 4128: INV_Pick_Release_PVT.Process_Line(

4124: WHERE DELIVERY_DETAIL_ID = l_mo_line.txn_source_line_detail_id
4125: and wave_header_id=p_wave_id;
4126:
4127: ELSE
4128: INV_Pick_Release_PVT.Process_Line(
4129: p_api_version => 1.0
4130: , p_init_msg_list => fnd_api.g_false
4131: , p_commit => fnd_api.g_false
4132: , x_return_status => l_return_status

Line 4143: print_debug('Allocation: return status after INV_Pick_Release_PVT.Process_Line for line_id '||l_mo_line.line_id||': '||l_return_status, l_debug);

4139: , x_detail_rec_count => l_detail_rec_count
4140: , p_plan_tasks => TRUE
4141: , p_wave_simulation_mode => 'Y'
4142: );
4143: print_debug('Allocation: return status after INV_Pick_Release_PVT.Process_Line for line_id '||l_mo_line.line_id||': '||l_return_status, l_debug);
4144: /*IF l_return_status <> fnd_api.g_ret_sts_success THEN
4145: ROLLBACK;
4146: END IF;
4147: */

Line 4167: l_lower_tolerance := inv_pick_release_pvt.g_min_tolerance;

4163:
4164: IF p_MODE ='RBP-SS' THEN
4165: l_quantity := l_mo_line.quantity;
4166: l_quantity_delivered := l_mo_line.quantity_delivered;
4167: l_lower_tolerance := inv_pick_release_pvt.g_min_tolerance;
4168: l_transaction_quantity := nvl(l_mo_line.quantity_detailed, 0) - nvl(l_mo_line.quantity_delivered, 0);
4169:
4170: IF (l_transaction_quantity < (l_quantity - NVL(l_quantity_delivered,0) - l_lower_tolerance)) THEN
4171: IF l_cur_ship_set_id IS NOT NULL THEN