DBA Data[Home] [Help]

APPS.GME_CANCEL_BATCH_PVT dependencies on GME_MOVE_ORDERS_PVT

Line 610: gme_move_orders_pvt.delete_batch_move_orders

606: IF l_hist_count > 0 THEN
607: l_delete_invis_mo := 'F';
608: END IF;
609:
610: gme_move_orders_pvt.delete_batch_move_orders
611: (p_organization_id => l_batch_header_rec.organization_id
612: ,p_batch_id => l_batch_header_rec.batch_id
613: ,p_delete_invis => l_delete_invis_mo
614: ,x_return_status => l_return_status);