DBA Data[Home] [Help]

APPS.GME_MATERIAL_DETAIL_PVT dependencies on GME_BATCH_HEADER_DBL

Line 3380: IF NOT gme_batch_header_dbl.fetch_row(l_ph_batch_header_rec, l_ph_batch_header_rec) THEN

3376: /*REWORK Sunitha ch. Bug 5353941 Check whether phantom material is associated to
3377: step and call reschedule batch if it is not associated to step or call
3378: rescedule step for that batch if it is associated to step*/
3379: l_ph_batch_header_rec.batch_id := l_db_mtl_dtl_rec.phantom_id;
3380: IF NOT gme_batch_header_dbl.fetch_row(l_ph_batch_header_rec, l_ph_batch_header_rec) THEN
3381: l_proc := 'gme_batch_header_dbl.fetch_row';
3382: RAISE error_dbl;
3383: END IF;
3384:

Line 3381: l_proc := 'gme_batch_header_dbl.fetch_row';

3377: step and call reschedule batch if it is not associated to step or call
3378: rescedule step for that batch if it is associated to step*/
3379: l_ph_batch_header_rec.batch_id := l_db_mtl_dtl_rec.phantom_id;
3380: IF NOT gme_batch_header_dbl.fetch_row(l_ph_batch_header_rec, l_ph_batch_header_rec) THEN
3381: l_proc := 'gme_batch_header_dbl.fetch_row';
3382: RAISE error_dbl;
3383: END IF;
3384:
3385: IF p_scale_phantom = FND_API.G_TRUE AND l_factor <> 1 THEN