DBA Data[Home] [Help]

APPS.GME_REVERT_STEP_PVT dependencies on GME_BATCH_STEPS_DBL

Line 146: IF NOT (gme_batch_steps_dbl.update_row (l_batch_step_rec)) THEN

142: -- Update step status to WIP
143: l_batch_step_rec.step_status := 2;
144: gme_common_pvt.g_batch_status_check := fnd_api.g_false;
145: -- Update the batch step to the database
146: IF NOT (gme_batch_steps_dbl.update_row (l_batch_step_rec)) THEN
147: RAISE batch_step_upd_err;
148: END IF;
149: IF ( g_debug <= gme_debug.g_log_procedure ) THEN
150: gme_debug.put_line ('batchstep status'||l_batch_step_rec.step_status);