DBA Data[Home] [Help]

APPS.GME_MATERIAL_DETAIL_PVT dependencies on GME_BATCH_HEADER_DBL

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

3522: /*REWORK Sunitha ch. Bug 5353941 Check whether phantom material is associated to
3523: step and call reschedule batch if it is not associated to step or call
3524: rescedule step for that batch if it is associated to step*/
3525: l_ph_batch_header_rec.batch_id := l_db_mtl_dtl_rec.phantom_id;
3526: IF NOT gme_batch_header_dbl.fetch_row(l_ph_batch_header_rec, l_ph_batch_header_rec) THEN
3527: l_proc := 'gme_batch_header_dbl.fetch_row';
3528: RAISE error_dbl;
3529: END IF;
3530:

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

3523: step and call reschedule batch if it is not associated to step or call
3524: rescedule step for that batch if it is associated to step*/
3525: l_ph_batch_header_rec.batch_id := l_db_mtl_dtl_rec.phantom_id;
3526: IF NOT gme_batch_header_dbl.fetch_row(l_ph_batch_header_rec, l_ph_batch_header_rec) THEN
3527: l_proc := 'gme_batch_header_dbl.fetch_row';
3528: RAISE error_dbl;
3529: END IF;
3530:
3531: IF p_scale_phantom = FND_API.G_TRUE AND l_factor <> 1 THEN