DBA Data[Home] [Help]

APPS.GME_REROUTE_BATCH_PVT dependencies on GME_MATERIAL_DETAILS_DBL

Line 246: IF gme_material_details_dbl.fetch_tab

242:
243: /* Batch Quantities calculation */
244: l_gme_material_details.batch_id := x_batch_header_rec.batch_id;
245: --{
246: IF gme_material_details_dbl.fetch_tab
247: (p_material_detail => l_gme_material_details
248: ,x_material_detail => l_material_details) THEN
249: l_total_output_qty_b := 0;
250:

Line 491: IF NOT gme_material_details_dbl.fetch_row(l_material_detail_rec, l_material_detail_rec) THEN

487:
488: IF ( l_phantom_ids_tab (i) IS NOT NULL ) THEN
489: /*Sunitha ch Bug#5391396 included the code to rescedule_step of the child batch when the product
490: is associated to step and its release type is autobystep.*/
491: IF NOT gme_material_details_dbl.fetch_row(l_material_detail_rec, l_material_detail_rec) THEN
492: l_proc := 'gme_material_details_dbl.fetch_row';
493: RAISE error_dbl;
494: END IF;
495: -- IF(l_material_detail_rec.material_requirement_date <> l_db_mtl_dtl_rec.material_requirement_date ) THEN

Line 492: l_proc := 'gme_material_details_dbl.fetch_row';

488: IF ( l_phantom_ids_tab (i) IS NOT NULL ) THEN
489: /*Sunitha ch Bug#5391396 included the code to rescedule_step of the child batch when the product
490: is associated to step and its release type is autobystep.*/
491: IF NOT gme_material_details_dbl.fetch_row(l_material_detail_rec, l_material_detail_rec) THEN
492: l_proc := 'gme_material_details_dbl.fetch_row';
493: RAISE error_dbl;
494: END IF;
495: -- IF(l_material_detail_rec.material_requirement_date <> l_db_mtl_dtl_rec.material_requirement_date ) THEN
496: l_phantom_batch_header_rec.batch_id:= l_phantom_ids_tab (i);