DBA Data[Home] [Help]

APPS.GME_COMMON_PVT dependencies on GME_BATCH_STEPS_DBL

Line 3633: IF NOT (gme_batch_steps_dbl.fetch_row (l_batch_step_rec

3629: l_batch_step_rec.batch_id := l_batch_header_rec.batch_id;
3630: END IF;
3631: END IF;
3632:
3633: IF NOT (gme_batch_steps_dbl.fetch_row (l_batch_step_rec
3634: ,l_batch_step_rec) ) THEN
3635: RAISE fnd_api.g_exc_error;
3636: END IF;
3637:

Line 4375: IF NOT gme_batch_steps_dbl.fetch_row (l_batchstep_rec

4371:
4372: IF get_assoc_step (p_material_detail_id
4373: ,l_batchstep_rec.batchstep_id
4374: ,l_batchstep_rec.step_status) THEN
4375: IF NOT gme_batch_steps_dbl.fetch_row (l_batchstep_rec
4376: ,l_batchstep_rec) THEN
4377: RAISE fnd_api.g_exc_error;
4378: END IF;
4379: END IF;