DBA Data[Home] [Help]

APPS.GME_MOBILE_TXN dependencies on GME_BATCH_STEPS_DBL

Line 3737: IF NOT (gme_batch_steps_dbl.fetch_row(l_batch_step, l_batch_step)) THEN

3733: RAISE expected_error;
3734: END IF;
3735: l_batch_step.batch_id := p_batch_id;
3736: l_batch_step.batchstep_id := p_step_id;
3737: IF NOT (gme_batch_steps_dbl.fetch_row(l_batch_step, l_batch_step)) THEN
3738: RAISE expected_error;
3739: END IF;
3740:
3741: l_batch_step.actual_step_qty := p_act_step_qty;

Line 3948: IF NOT (gme_batch_steps_dbl.fetch_row(l_batch_step, l_batch_step)) THEN

3944: END IF;
3945:
3946: l_batch_step.batch_id := p_batch_id;
3947: l_batch_step.batchstep_id := p_step_id;
3948: IF NOT (gme_batch_steps_dbl.fetch_row(l_batch_step, l_batch_step)) THEN
3949: RAISE expected_error;
3950: END IF;
3951: l_batch_step.actual_start_date := l_act_strt_dt;
3952: