DBA Data[Home] [Help]

APPS.WMS_RULE_EXTN_PVT dependencies on WMS_ENGINE_PVT

Line 581: wms_engine_pvt.create_suggestions(

577:
578: DELETE FROM WMS_TRANSACTIONS_TEMP WHERE line_type_code = 2;
579:
580: /* Call create suggestions */
581: wms_engine_pvt.create_suggestions(
582: p_api_version => 1.0
583: , p_init_msg_list => fnd_api.g_true
584: , p_commit => fnd_api.g_false
585: , p_validation_level => NULL

Line 592: , p_simulation_mode => wms_engine_pvt.g_pick_full_mode

588: , x_msg_data => x_msg_data
589: , p_transaction_temp_id => p_mo_line_rec.line_id
590: , p_reservations => l_demand_rsvs_ordered
591: , p_suggest_serial => p_suggest_serial
592: , p_simulation_mode => wms_engine_pvt.g_pick_full_mode
593: , p_simulation_id => NULL
594: , p_plan_tasks => FALSE
595: , p_quick_pick_flag => 'N'
596: );

Line 986: IF wms_engine_pvt.g_sec_qty_round_mode IS NOT NULL THEN --{

982: END IF;
983: END IF;
984: END LOOP; --}
985:
986: IF wms_engine_pvt.g_sec_qty_round_mode IS NOT NULL THEN --{
987: FOR l_res_rec in c_high_level_res_csr LOOP
988: IF l_debug = 1 THEN
989: log_event(l_api_name, 'Suggest_Reservations', 'Removing High Level Reservation res_id: ' || l_res_rec.res_id);
990: END IF;