DBA Data[Home] [Help]

APPS.GME_API_PUB dependencies on GME_BATCH_STEPS_DBL

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

3380: IF l_batch_header_rec.poc_ind = 'Y' AND
3381: p_batchstep_no IS NOT NULL THEN
3382: l_batch_step_rec.batch_id := l_batch_header_rec.batch_id;
3383: l_batch_step_rec.batchstep_no := p_batchstep_no;
3384: IF NOT gme_batch_steps_dbl.fetch_row(l_batch_step_rec, l_batch_step_rec) THEN
3385: RAISE fnd_api.g_exc_error;
3386: END IF;
3387: END IF;
3388:

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

3621: FETCH c_get_step_id INTO l_batchstep_id;
3622: IF c_get_step_id%FOUND THEN
3623: l_batch_step_rec.batchstep_id := l_batchstep_id;
3624:
3625: IF NOT gme_batch_steps_dbl.fetch_row(l_batch_step_rec, l_batch_step_rec) THEN
3626: CLOSE c_get_step_id;
3627: RAISE fnd_api.g_exc_error;
3628: END IF;
3629: END IF;

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

3841: FETCH c_get_step_id INTO l_batchstep_id;
3842: IF c_get_step_id%FOUND THEN
3843: l_batch_step_rec.batchstep_id := l_batchstep_id;
3844:
3845: IF NOT gme_batch_steps_dbl.fetch_row(l_batch_step_rec, l_batch_step_rec) THEN
3846: CLOSE c_get_step_id;
3847: RAISE fnd_api.g_exc_error;
3848: END IF;
3849: END IF;