DBA Data[Home] [Help]

APPS.GME_CANCEL_BATCH_PVT dependencies on GME_MOVE_ORDERS_PVT

Line 472: gme_move_orders_pvt.delete_batch_move_orders

468: || 'deleting move orders for batch_id:'
469: || l_batch_header_rec.batch_id);
470: END IF;
471:
472: gme_move_orders_pvt.delete_batch_move_orders
473: (p_organization_id => l_batch_header_rec.organization_id
474: ,p_batch_id => l_batch_header_rec.batch_id
475: ,p_delete_invis => p_delete_invis_mo
476: ,x_return_status => l_return_status);