DBA Data[Home] [Help]

APPS.GME_PICKING_PVT dependencies on WMS_ENGINE_PVT

Line 676: wms_engine_pvt.create_suggestions

672: ELSE
673: l_plan_tasks := FALSE;
674: END IF;
675:
676: wms_engine_pvt.create_suggestions
677: (p_api_version => 1.0
678: ,p_init_msg_list => fnd_api.g_false
679: ,p_commit => fnd_api.g_false
680: ,p_validation_level => fnd_api.g_valid_level_none

Line 687: ,p_simulation_mode => wms_engine_pvt.g_no_simulation

683: ,x_msg_data => l_msg_data
684: ,p_transaction_temp_id => p_mo_line_rec.line_id
685: ,p_reservations => l_inv_resv_tbl
686: ,p_suggest_serial => fnd_api.g_false
687: ,p_simulation_mode => wms_engine_pvt.g_no_simulation
688: ,p_simulation_id => NULL
689: ,p_plan_tasks => l_plan_tasks
690: ,p_quick_pick_flag => 'N');
691: