DBA Data[Home] [Help]

APPS.WMS_CARTNZN_PUB dependencies on WMS_TASK_DISPATCH_ENGINE

Line 4714: wms_task_dispatch_engine.consolidate_bulk_tasks_for_so

4710: AND l_move_order_type = g_move_order_pick_wave THEN
4711: if (g_trace_on = 1) then -- log_event('PATCHSET J-- BULK PICKING --START');
4712: log_event('Calling consolidate_bulk_tasks_for_so....');
4713: log_event('move order header id '||p_move_order_header_id); end if;
4714: wms_task_dispatch_engine.consolidate_bulk_tasks_for_so
4715: (p_api_version => 1.0,
4716: x_return_status => l_return_status,
4717: x_msg_count => x_msg_count,
4718: x_msg_data => x_msg_data,

Line 4749: wms_task_dispatch_engine.consolidate_bulk_tasks

4745: END IF;
4746: -- if (g_trace_on = 1) then log_event('PATCHSET J-- BULK PICKING --END'); end if;
4747: ELSE
4748: if (g_trace_on = 1) then log_event('Calling consolidate_bulk_tasks...'); end if;
4749: wms_task_dispatch_engine.consolidate_bulk_tasks
4750: (p_api_version => 1.0,
4751: x_return_status => l_return_status,
4752: x_msg_count => x_msg_count,
4753: x_msg_data => x_msg_data,

Line 4765: wms_task_dispatch_engine.split_tasks

4761: if (g_trace_on = 1) then log_event(' consolidate_bulk_tasks returns '||l_return_status); END IF;
4762: END IF;
4763:
4764: if (g_trace_on = 1) then log_event(' calling task splitting' ); END IF;
4765: wms_task_dispatch_engine.split_tasks
4766: (p_api_version => 1.0,
4767: x_return_status => l_return_status,
4768: x_msg_count => x_msg_count,
4769: x_msg_data => x_msg_data,

Line 5255: --wms_task_dispatch_engine.insert_mmtt

5251:
5252: IF (table_name = 'mtl_material_transactions_temp') THEN
5253:
5254: RAISE fnd_api.g_exc_error;
5255: --wms_task_dispatch_engine.insert_mmtt
5256: --(l_mmtt_rec => v1);
5257:
5258: ELSE
5259:

Line 5260: wms_task_dispatch_engine.insert_wct

5256: --(l_mmtt_rec => v1);
5257:
5258: ELSE
5259:
5260: wms_task_dispatch_engine.insert_wct
5261: (l_wct_rec => v1);
5262:
5263: END IF;
5264:

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

5796:
5797: ELSIF v_EXIST = 'N' THEN
5798:
5799: if (g_trace_on = 1) then log_event(' inserting row into mmtt for temp id :'||v1.transaction_temp_id); END IF;
5800: wms_task_dispatch_engine.insert_mmtt(l_mmtt_rec => v1);
5801: ELSE
5802: RAISE fnd_api.g_exc_unexpected_error;
5803:
5804: END IF;

Line 7070: wms_task_dispatch_engine.consolidate_bulk_tasks_for_so

7066: log_event('Calling consolidate_bulk_tasks_for_so....');
7067: log_event('move order header id '||p_move_order_header_id);
7068: END IF;
7069:
7070: wms_task_dispatch_engine.consolidate_bulk_tasks_for_so
7071: (p_api_version => 1.0,
7072: x_return_status => l_return_status,
7073: x_msg_count => x_msg_count,
7074: x_msg_data => x_msg_data,

Line 7100: wms_task_dispatch_engine.split_tasks

7096: END IF;
7097:
7098: IF (g_trace_on = 1) THEN log_event(' calling task splitting' ); END IF;
7099:
7100: wms_task_dispatch_engine.split_tasks
7101: (
7102: p_api_version => 1.0,
7103: x_return_status => l_return_status,
7104: x_msg_count => x_msg_count,