DBA Data[Home] [Help]

APPS.GME_RELEASE_BATCH_STEP_PVT dependencies on GME_BATCH_STEPS_DBL

Line 405: IF NOT (gme_batch_steps_dbl.fetch_row (l_batch_step_rec

401: IF l_dep_step_rec.steprelease_type =
402: gme_common_pvt.g_auto_step_release THEN
403: l_batch_step_rec.batchstep_id := l_dep_step_rec.dep_step_id;
404:
405: IF NOT (gme_batch_steps_dbl.fetch_row (l_batch_step_rec
406: ,l_batch_step_rec) ) THEN
407: RAISE batch_step_fetch_error;
408: END IF;
409:

Line 590: IF NOT (gme_batch_steps_dbl.update_row (x_batch_step_rec) ) THEN

586: /* Update the Batch Step Status to WIP */
587: x_batch_step_rec.step_status := gme_common_pvt.g_step_wip;
588:
589: -- Update the batch step
590: IF NOT (gme_batch_steps_dbl.update_row (x_batch_step_rec) ) THEN
591: RAISE batch_step_upd_err;
592: END IF;
593:
594: -- Update WHO columns for output structure