DBA Data[Home] [Help]

APPS.GME_REVERT_BATCH_PVT dependencies on GME_UNRELEASE_BATCH_PVT

Line 272: gme_unrelease_batch_pvt.revert_material_full

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