DBA Data[Home] [Help]

APPS.GME_PICKING_PVT dependencies on WMS_ENGINE_PVT

Line 847: wms_engine_pvt.create_suggestions

843: ELSE
844: l_plan_tasks := FALSE;
845: END IF;
846:
847: wms_engine_pvt.create_suggestions
848: (p_api_version => 1.0
849: ,p_init_msg_list => fnd_api.g_false
850: ,p_commit => fnd_api.g_false
851: ,p_validation_level => fnd_api.g_valid_level_none

Line 858: ,p_simulation_mode => wms_engine_pvt.g_no_simulation

854: ,x_msg_data => l_msg_data
855: ,p_transaction_temp_id => p_mo_line_rec.line_id
856: ,p_reservations => l_inv_resv_tbl
857: ,p_suggest_serial => fnd_api.g_false
858: ,p_simulation_mode => wms_engine_pvt.g_no_simulation
859: ,p_simulation_id => NULL
860: ,p_plan_tasks => l_plan_tasks
861: ,p_quick_pick_flag => 'N');
862: