DBA Data[Home] [Help]

APPS.GMD_SPREAD_FETCH_PKG dependencies on GME_RESERVATIONS_PVT

Line 359: gme_reservations_pvt.get_material_reservations (p_organization_id => l_batch_rec.organization_id

355: or pending lots table*/
356:
357: IF (V_update_inv_ind = 'Y') THEN
358: --Load Reservations
359: gme_reservations_pvt.get_material_reservations (p_organization_id => l_batch_rec.organization_id
360: ,p_batch_id => V_batch_id
361: ,p_material_detail_id => l_batch_rec.material_detail_id
362: ,x_return_status => l_status
363: ,x_reservations_tbl => l_reservations_tbl);