DBA Data[Home] [Help]

APPS.WMS_CARTNZN_PUB dependencies on WMS_TASK_DISPATCH_ENGINE

Line 4707: wms_task_dispatch_engine.consolidate_bulk_tasks_for_so

4703: AND l_move_order_type = g_move_order_pick_wave THEN
4704: if (g_trace_on = 1) then -- log_event('PATCHSET J-- BULK PICKING --START');
4705: log_event('Calling consolidate_bulk_tasks_for_so....');
4706: log_event('move order header id '||p_move_order_header_id); end if;
4707: wms_task_dispatch_engine.consolidate_bulk_tasks_for_so
4708: (p_api_version => 1.0,
4709: x_return_status => l_return_status,
4710: x_msg_count => x_msg_count,
4711: x_msg_data => x_msg_data,

Line 4742: wms_task_dispatch_engine.consolidate_bulk_tasks

4738: END IF;
4739: -- if (g_trace_on = 1) then log_event('PATCHSET J-- BULK PICKING --END'); end if;
4740: ELSE
4741: if (g_trace_on = 1) then log_event('Calling consolidate_bulk_tasks...'); end if;
4742: wms_task_dispatch_engine.consolidate_bulk_tasks
4743: (p_api_version => 1.0,
4744: x_return_status => l_return_status,
4745: x_msg_count => x_msg_count,
4746: x_msg_data => x_msg_data,

Line 4758: wms_task_dispatch_engine.split_tasks

4754: if (g_trace_on = 1) then log_event(' consolidate_bulk_tasks returns '||l_return_status); END IF;
4755: END IF;
4756:
4757: if (g_trace_on = 1) then log_event(' calling task splitting' ); END IF;
4758: wms_task_dispatch_engine.split_tasks
4759: (p_api_version => 1.0,
4760: x_return_status => l_return_status,
4761: x_msg_count => x_msg_count,
4762: x_msg_data => x_msg_data,

Line 5281: --wms_task_dispatch_engine.insert_mmtt

5277:
5278: IF (table_name = 'mtl_material_transactions_temp') THEN
5279:
5280: RAISE fnd_api.g_exc_error;
5281: --wms_task_dispatch_engine.insert_mmtt
5282: --(l_mmtt_rec => v1);
5283:
5284: ELSE
5285:

Line 5286: wms_task_dispatch_engine.insert_wct

5282: --(l_mmtt_rec => v1);
5283:
5284: ELSE
5285:
5286: wms_task_dispatch_engine.insert_wct
5287: (l_wct_rec => v1);
5288:
5289: END IF;
5290:

Line 5839: wms_task_dispatch_engine.insert_mmtt(l_mmtt_rec => v1);

5835:
5836: ELSIF v_EXIST = 'N' THEN
5837:
5838: if (g_trace_on = 1) then log_event(' inserting row into mmtt for temp id :'||v1.transaction_temp_id); END IF;
5839: wms_task_dispatch_engine.insert_mmtt(l_mmtt_rec => v1);
5840: ELSE
5841: RAISE fnd_api.g_exc_unexpected_error;
5842:
5843: END IF;

Line 7133: wms_task_dispatch_engine.consolidate_bulk_tasks_for_so

7129: log_event('Calling consolidate_bulk_tasks_for_so....');
7130: log_event('move order header id '||p_move_order_header_id);
7131: END IF;
7132:
7133: wms_task_dispatch_engine.consolidate_bulk_tasks_for_so
7134: (p_api_version => 1.0,
7135: x_return_status => l_return_status,
7136: x_msg_count => x_msg_count,
7137: x_msg_data => x_msg_data,

Line 7180: wms_task_dispatch_engine.split_tasks

7176: -- end bug 10202064
7177:
7178: IF (g_trace_on = 1) THEN log_event(' calling task splitting' ); END IF;
7179:
7180: wms_task_dispatch_engine.split_tasks
7181: (
7182: p_api_version => 1.0,
7183: x_return_status => l_return_status,
7184: x_msg_count => x_msg_count,