DBA Data[Home] [Help]

APPS.WMS_RULE_EXTN_PVT dependencies on WMS_ENGINE_PVT

Line 445: wms_engine_pvt.create_suggestions(

441:
442: DELETE FROM WMS_TRANSACTIONS_TEMP WHERE line_type_code = 2;
443:
444: /* Call create suggestions */
445: wms_engine_pvt.create_suggestions(
446: p_api_version => 1.0
447: , p_init_msg_list => fnd_api.g_true
448: , p_commit => fnd_api.g_false
449: , p_validation_level => NULL

Line 456: , p_simulation_mode => wms_engine_pvt.g_pick_full_mode

452: , x_msg_data => x_msg_data
453: , p_transaction_temp_id => p_mo_line_rec.line_id
454: , p_reservations => l_demand_rsvs_ordered
455: , p_suggest_serial => p_suggest_serial
456: , p_simulation_mode => wms_engine_pvt.g_pick_full_mode
457: , p_simulation_id => NULL
458: , p_plan_tasks => FALSE
459: , p_quick_pick_flag => 'N'
460: );