DBA Data[Home] [Help]

APPS.GME_MATERIAL_DETAIL_PVT dependencies on GME_BATCH_STEPS_DBL

Line 3566: IF NOT gme_batch_steps_dbl.fetch_row(l_ph_batch_step_rec, l_ph_batch_step_rec) THEN

3562: SELECT batchstep_id INTO l_ph_batch_step_rec.batchstep_id
3563: FROM gme_batch_step_items
3564: WHERE batch_id = l_mtl_dtl_rec.phantom_id
3565: AND material_detail_id = l_ph_mtl_dtl_rec.material_detail_id;
3566: IF NOT gme_batch_steps_dbl.fetch_row(l_ph_batch_step_rec, l_ph_batch_step_rec) THEN
3567: l_proc := 'gme_batch_steps_dbl.fetch_row';
3568: RAISE error_dbl;
3569: END IF;
3570: l_ph_batch_step_rec.plan_cmplt_date:=l_mtl_dtl_rec.material_requirement_date;

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

3563: FROM gme_batch_step_items
3564: WHERE batch_id = l_mtl_dtl_rec.phantom_id
3565: AND material_detail_id = l_ph_mtl_dtl_rec.material_detail_id;
3566: IF NOT gme_batch_steps_dbl.fetch_row(l_ph_batch_step_rec, l_ph_batch_step_rec) THEN
3567: l_proc := 'gme_batch_steps_dbl.fetch_row';
3568: RAISE error_dbl;
3569: END IF;
3570: l_ph_batch_step_rec.plan_cmplt_date:=l_mtl_dtl_rec.material_requirement_date;
3571: l_ph_batch_step_rec.plan_start_date:=NULL;