DBA Data[Home] [Help]

APPS.GME_COMMON_PVT dependencies on GME_BATCH_STEPS_DBL

Line 3374: IF NOT (gme_batch_steps_dbl.fetch_row (l_batch_step_rec

3370: l_batch_step_rec.batch_id := l_batch_header_rec.batch_id;
3371: END IF;
3372: END IF;
3373:
3374: IF NOT (gme_batch_steps_dbl.fetch_row (l_batch_step_rec
3375: ,l_batch_step_rec) ) THEN
3376: RAISE fnd_api.g_exc_error;
3377: END IF;
3378:

Line 4116: IF NOT gme_batch_steps_dbl.fetch_row (l_batchstep_rec

4112:
4113: IF get_assoc_step (p_material_detail_id
4114: ,l_batchstep_rec.batchstep_id
4115: ,l_batchstep_rec.step_status) THEN
4116: IF NOT gme_batch_steps_dbl.fetch_row (l_batchstep_rec
4117: ,l_batchstep_rec) THEN
4118: RAISE fnd_api.g_exc_error;
4119: END IF;
4120: END IF;