DBA Data[Home] [Help]

APPS.GME_CLOSE_BATCH_PVT dependencies on GME_MATERIAL_DETAILS_DBL

Line 334: IF NOT gme_material_details_dbl.update_row(l_product_rec) THEN

330: /* dynamic cost factor is ratio of actual qty to total product qty */
331: l_product_rec.cost_alloc := l_qty/l_total_actual_output;
332:
333: /* updating the material detail record with new cost factor*/
334: IF NOT gme_material_details_dbl.update_row(l_product_rec) THEN
335: RAISE MATERIAL_DETAIL_UPD_ERR;
336: END IF;
337: END LOOP;
338: END IF;