DBA Data[Home] [Help]

APPS.WMS_DIRECT_SHIP_PVT dependencies on INV_STAGED_RESERVATION_UTIL

Line 10296: inv_staged_reservation_util.update_staged_flag(

10292: END IF;
10293: ELSIF ( (g_fulfillment_base = 'P' AND l_qty_to_pick > 0)
10294: OR (g_fulfillment_base = 'S' AND l_sec_qty_to_pick > 0) )
10295: THEN
10296: inv_staged_reservation_util.update_staged_flag(
10297: x_return_status => l_return_status,
10298: x_msg_count => l_msg_count ,
10299: x_msg_data => l_msg_data,
10300: p_reservation_id => l_mtl_reservation_tab(resv_index).reservation_id ,

Line 12348: inv_staged_reservation_util.update_staged_flag(

12344: -- now stage reservations which has lpn_id present in l_lpn_ids_tab.
12345: FOR l_rec IN 1 .. l_mtl_reservation_tab_count LOOP
12346: IF l_lpn_ids_tab.EXISTS(l_mtl_reservation_tab(l_rec).lpn_id) THEN
12347: -- everything fine stage the reservation
12348: inv_staged_reservation_util.update_staged_flag(
12349: x_return_status => l_return_status
12350: , x_msg_count => l_msg_count
12351: , x_msg_data => l_msg_data
12352: , p_reservation_id => l_mtl_reservation_tab(l_rec).reservation_id