DBA Data[Home] [Help]

APPS.WMS_PICKING_PKG dependencies on WMS_CONTROL

Line 996: IF WMS_CONTROL.G_CURRENT_RELEASE_LEVEL >= 120001 THEN

992: l_item_type := NULL;
993: END;
994:
995: --Start Bug 6682436
996: IF WMS_CONTROL.G_CURRENT_RELEASE_LEVEL >= 120001 THEN
997: IF (l_debug = 1) THEN
998: mydebug('Fetching the values of user task attributes', l_api_name);
999: END IF;
1000:

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

1013: l_template_name := '-999';
1014: END;
1015:
1016: IF (l_debug = 1) THEN
1017: mydebug('Before opening the ref cursor for WMS_CONTROL.G_CURRENT_RELEASE_LEVEL' || WMS_CONTROL.G_CURRENT_RELEASE_LEVEL, l_api_name);
1018: mydebug('l_honor_case_pick_flag ' || l_honor_case_pick_flag, l_api_name);
1019: mydebug('l_template_name ' || l_template_name, l_api_name);
1020: END IF;
1021:

Line 3498: IF WMS_CONTROL.G_CURRENT_RELEASE_LEVEL >= 120001 THEN

3494:
3495: qty_tbl(1).quantity := p_line_quantity;
3496: qty_tbl(1).uom := p_transaction_UOM;
3497:
3498: IF WMS_CONTROL.G_CURRENT_RELEASE_LEVEL >= 120001 THEN
3499:
3500: wms_picking_pkg.split_task(
3501: p_source_transaction_number => p_transaction_temp_id
3502: , p_split_quantities => qty_tbl