DBA Data[Home] [Help]

APPS.WMS_PICKING_PKG dependencies on WMS_CONTROL

Line 1213: IF WMS_CONTROL.G_CURRENT_RELEASE_LEVEL >= 120001 THEN

1209: l_item_type := NULL;
1210: END;
1211:
1212: --Start Bug 6682436
1213: IF WMS_CONTROL.G_CURRENT_RELEASE_LEVEL >= 120001 THEN
1214: IF (l_debug = 1) THEN
1215: mydebug('Fetching the values of user task attributes', l_api_name);
1216: END IF;
1217:

Line 1247: mydebug('Before opening the ref cursor for WMS_CONTROL.G_CURRENT_RELEASE_LEVEL' || WMS_CONTROL.G_CURRENT_RELEASE_LEVEL, l_api_name);

1243: l_allocate_lot_flag := 'N';
1244: END;
1245: -- Added for 14699845 (Flexible Lot Allocation)
1246: IF (l_debug = 1) THEN
1247: mydebug('Before opening the ref cursor for WMS_CONTROL.G_CURRENT_RELEASE_LEVEL' || WMS_CONTROL.G_CURRENT_RELEASE_LEVEL, l_api_name);
1248: mydebug('l_honor_case_pick_flag ' || l_honor_case_pick_flag, l_api_name);
1249: mydebug('l_template_name ' || l_template_name, l_api_name);
1250: mydebug('l_allocate_lot_flag ' || l_allocate_lot_flag, l_api_name);-- Added for 14699845 (Flexible Lot Allocation)
1251: END IF;

Line 3926: IF WMS_CONTROL.G_CURRENT_RELEASE_LEVEL >= 120001 THEN

3922:
3923: qty_tbl(1).quantity := p_line_quantity;
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