DBA Data[Home] [Help]

APPS.GME_REVERT_BATCH_PVT dependencies on GME_MATERIAL_DETAILS_DBL

Line 286: IF NOT GME_MATERIAL_DETAILS_DBL.update_row (l_material_details_rec) THEN

282: /* Default the actual qty to zero */
283: l_material_details_rec.actual_qty := 0;
284:
285: /* Update the material detail row to the database */
286: IF NOT GME_MATERIAL_DETAILS_DBL.update_row (l_material_details_rec) THEN
287: RAISE ERROR_UPD_MATERIAL_DETAIL;
288: END IF;
289: IF l_batch_header_rec.POC_IND= 'Y' THEN
290: IF l_batch_header_rec.automatic_step_calculation = 1 THEN