DBA Data[Home] [Help]

APPS.GME_MATERIAL_DETAIL_PVT dependencies on GME_BATCH_STEPS_DBL

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

3416: SELECT batchstep_id INTO l_ph_batch_step_rec.batchstep_id
3417: FROM gme_batch_step_items
3418: WHERE batch_id = l_mtl_dtl_rec.phantom_id
3419: AND material_detail_id = l_ph_mtl_dtl_rec.material_detail_id;
3420: IF NOT gme_batch_steps_dbl.fetch_row(l_ph_batch_step_rec, l_ph_batch_step_rec) THEN
3421: l_proc := 'gme_batch_steps_dbl.fetch_row';
3422: RAISE error_dbl;
3423: END IF;
3424: l_ph_batch_step_rec.plan_cmplt_date:=l_mtl_dtl_rec.material_requirement_date;

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

3417: FROM gme_batch_step_items
3418: WHERE batch_id = l_mtl_dtl_rec.phantom_id
3419: AND material_detail_id = l_ph_mtl_dtl_rec.material_detail_id;
3420: IF NOT gme_batch_steps_dbl.fetch_row(l_ph_batch_step_rec, l_ph_batch_step_rec) THEN
3421: l_proc := 'gme_batch_steps_dbl.fetch_row';
3422: RAISE error_dbl;
3423: END IF;
3424: l_ph_batch_step_rec.plan_cmplt_date:=l_mtl_dtl_rec.material_requirement_date;
3425: l_ph_batch_step_rec.plan_start_date:=NULL;