DBA Data[Home] [Help]

APPS.GME_REROUTE_BATCH_PVT dependencies on GME_BATCH_STEPS_DBL

Line 506: IF NOT gme_batch_steps_dbl.fetch_row(l_phantom_batch_step_rec, l_phantom_batch_step_rec) THEN

502: SELECT batchstep_id INTO l_phantom_batch_step_rec.batchstep_id
503: FROM gme_batch_step_items
504: WHERE batch_id = l_phantom_ids_tab (i)
505: AND material_detail_id = l_material_detail_rec.phantom_line_id;
506: IF NOT gme_batch_steps_dbl.fetch_row(l_phantom_batch_step_rec, l_phantom_batch_step_rec) THEN
507: l_proc := 'gme_batch_steps_dbl.fetch_row';
508: RAISE error_dbl;
509: END IF;
510: l_phantom_batch_step_rec.plan_cmplt_date:=l_material_detail_rec.material_requirement_date;

Line 507: l_proc := 'gme_batch_steps_dbl.fetch_row';

503: FROM gme_batch_step_items
504: WHERE batch_id = l_phantom_ids_tab (i)
505: AND material_detail_id = l_material_detail_rec.phantom_line_id;
506: IF NOT gme_batch_steps_dbl.fetch_row(l_phantom_batch_step_rec, l_phantom_batch_step_rec) THEN
507: l_proc := 'gme_batch_steps_dbl.fetch_row';
508: RAISE error_dbl;
509: END IF;
510: l_phantom_batch_step_rec.plan_cmplt_date:=l_material_detail_rec.material_requirement_date;
511: l_phantom_batch_step_rec.plan_start_date:=NULL;