DBA Data[Home] [Help]

APPS.GME_REVERT_BATCH_PVT dependencies on GME_MATERIAL_DETAILS_DBL

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

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