DBA Data[Home] [Help]

APPS.WMS_SEARCH_ORDER_GLOBALS_PVT dependencies on WMS_ENGINE_PVT

Line 459: 'Calling wms_engine_pvt.create_suggestions ');

455: G_SIMULATION_MODE := 'Y' ;
456:
457: if l_debug = 1 then
458: log_procedure('WMS_SEARCH_ORDER_GLOBALS_PVT', 'create_suggestions',
459: 'Calling wms_engine_pvt.create_suggestions ');
460: log_statement('SEARCH_ORDER_GLOBALS', 'p_transaction_temp_id =>' ,to_char(l_line_id));
461: log_statement('', 'p_simulation_id =>' ,to_char(l_simulation_id));
462: log_statement('', 'p_simulation_mode =>' ,to_char(l_simulation_id));
463: end if;

Line 465: wms_engine_pvt.create_suggestions

461: log_statement('', 'p_simulation_id =>' ,to_char(l_simulation_id));
462: log_statement('', 'p_simulation_mode =>' ,to_char(l_simulation_id));
463: end if;
464:
465: wms_engine_pvt.create_suggestions
466: (
467: p_api_version => 1.0,
468: p_init_msg_list => fnd_api.g_true,
469: p_commit => fnd_api.g_false,