[Home] [Help]
1: PACKAGE BODY wms_picking_pkg AS
2: /* $Header: WMSPLPDB.pls 120.46.12020000.5 2013/03/29 13:32:49 raminoch ship $ */
3:
4: g_trace_on NUMBER := NVL(fnd_profile.VALUE('INV_DEBUG_TRACE'), 2);
5: g_group_sequence_number NUMBER := 1;
25: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
26: BEGIN
27: IF g_trace_on = 1 THEN
28: inv_mobile_helper_functions.tracelog( p_err_msg => p_msg
29: , p_module => 'WMS_PICKING_PKG.' || p_api_name
30: , p_level => 4
31: );
32: END IF;
33: END;
1511: x_return_status := fnd_api.g_ret_sts_unexp_error;
1512: ROLLBACK TO next_task_inquiry;
1513:
1514: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
1515: fnd_msg_pub.add_exc_msg('WMS_PICKING_PKG', 'GET_NEXT_TASK_INFO');
1516: END IF;
1517:
1518: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_mesg_count, p_data => x_error_mesg);
1519: IF (l_debug = 1) THEN
2842:
2843: l_task_status NUMBER; -- bug 4310093
2844:
2845: l_debug NUMBER := NVL(fnd_profile.VALUE('INV_DEBUG_TRACE'), 0);
2846: l_api_name VARCHAR2(30) := 'WMS_PICKING_PKG.NEXT_TASK';
2847: --
2848: -- Bug 4722574
2849: --
2850: l_ignore_equipment NUMBER;
3924: qty_tbl(1).uom := p_transaction_UOM;
3925:
3926: IF WMS_CONTROL.G_CURRENT_RELEASE_LEVEL >= 120001 THEN
3927:
3928: wms_picking_pkg.split_task(
3929: p_source_transaction_number => p_transaction_temp_id
3930: , p_split_quantities => qty_tbl
3931: , p_commit => FND_API.G_FALSE
3932: , x_resultant_tasks => l_resultant_tasks
5662: END split_mtlt;
5663:
5664:
5665: --End Bug 6682436
5666: END wms_picking_pkg;