DBA Data[Home] [Help]

APPS.GME_COMPLETE_BATCH_PVT dependencies on GME_MATERIAL_DETAILS_DBL

Line 597: IF NOT gme_material_details_dbl.update_row (l_matl_dtl_rec) THEN

593: -- set WIP plan qty
594: -- Commented the below line for Bug 8483455
595: --l_matl_dtl_rec.wip_plan_qty := l_matl_dtl_rec.plan_qty;
596:
597: IF NOT gme_material_details_dbl.update_row (l_matl_dtl_rec) THEN
598: RAISE error_update_row;
599: END IF;
600:
601: IF nvl(g_debug, gme_debug.g_log_procedure + 1) <= gme_debug.g_log_procedure THEN