DBA Data[Home] [Help]

APPS.GME_MOBILE_TXN dependencies on GME_BATCH_STEPS_DBL

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

3637: RAISE expected_error;
3638: END IF;
3639: l_batch_step.batch_id := p_batch_id;
3640: l_batch_step.batchstep_id := p_step_id;
3641: IF NOT (gme_batch_steps_dbl.fetch_row(l_batch_step, l_batch_step)) THEN
3642: RAISE expected_error;
3643: END IF;
3644:
3645: l_batch_step.actual_step_qty := p_act_step_qty;

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

3840: END IF;
3841:
3842: l_batch_step.batch_id := p_batch_id;
3843: l_batch_step.batchstep_id := p_step_id;
3844: IF NOT (gme_batch_steps_dbl.fetch_row(l_batch_step, l_batch_step)) THEN
3845: RAISE expected_error;
3846: END IF;
3847: l_batch_step.actual_start_date := l_act_strt_dt;
3848: