DBA Data[Home] [Help]

APPS.GME_VALIDATE_FLEX_FLD_PVT dependencies on GME_BATCH_STEPS_DBL

Line 832: gme_batch_steps_dbl.fetch_row (p_batch_step, l_batch_step_row);

828: IF cur_record_exists%NOTFOUND THEN
829: l_batch_step_row := p_batch_step;
830: ELSE
831: l_dummy :=
832: gme_batch_steps_dbl.fetch_row (p_batch_step, l_batch_step_row);
833: END IF;
834:
835: CLOSE cur_record_exists;
836: