DBA Data[Home] [Help]

APPS.GME_API_PUB dependencies on GME_BATCH_STEPS_DBL

Line 3471: IF NOT gme_batch_steps_dbl.fetch_row(l_batch_step_rec, l_batch_step_rec) THEN

3467: IF l_batch_header_rec.poc_ind = 'Y' AND
3468: p_batchstep_no IS NOT NULL THEN
3469: l_batch_step_rec.batch_id := l_batch_header_rec.batch_id;
3470: l_batch_step_rec.batchstep_no := p_batchstep_no;
3471: IF NOT gme_batch_steps_dbl.fetch_row(l_batch_step_rec, l_batch_step_rec) THEN
3472: RAISE fnd_api.g_exc_error;
3473: END IF;
3474: END IF;
3475:

Line 3712: IF NOT gme_batch_steps_dbl.fetch_row(l_batch_step_rec, l_batch_step_rec) THEN

3708: FETCH c_get_step_id INTO l_batchstep_id;
3709: IF c_get_step_id%FOUND THEN
3710: l_batch_step_rec.batchstep_id := l_batchstep_id;
3711:
3712: IF NOT gme_batch_steps_dbl.fetch_row(l_batch_step_rec, l_batch_step_rec) THEN
3713: CLOSE c_get_step_id;
3714: RAISE fnd_api.g_exc_error;
3715: END IF;
3716: END IF;

Line 3932: IF NOT gme_batch_steps_dbl.fetch_row(l_batch_step_rec, l_batch_step_rec) THEN

3928: FETCH c_get_step_id INTO l_batchstep_id;
3929: IF c_get_step_id%FOUND THEN
3930: l_batch_step_rec.batchstep_id := l_batchstep_id;
3931:
3932: IF NOT gme_batch_steps_dbl.fetch_row(l_batch_step_rec, l_batch_step_rec) THEN
3933: CLOSE c_get_step_id;
3934: RAISE fnd_api.g_exc_error;
3935: END IF;
3936: END IF;