DBA Data[Home] [Help]

APPS.GME_REVERT_BATCH_PVT dependencies on GME_UNRELEASE_BATCH_PVT

Line 273: gme_unrelease_batch_pvt.revert_material_full

269: OPEN Cur_get_item(p_material_details_rec.organization_id, p_material_details_rec.inventory_item_id);
270: FETCH Cur_get_item INTO l_txn_enabled_flag;
271: CLOSE Cur_get_item;
272: IF l_txn_enabled_flag = 'Y' THEN
273: gme_unrelease_batch_pvt.revert_material_full
274: (p_material_detail_rec => p_material_details_rec
275: ,p_create_resv_pend_lots => 1
276: ,x_actual_qty => l_actual_qty
277: ,x_exception_material_tbl => l_exception_material_tbl