DBA Data[Home] [Help]

APPS.GME_COMPLETE_BATCH_STEP_PVT dependencies on GME_BATCH_STEPS_DBL

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

403: /* Update the Batch Step Status to WIP */
404: x_batch_step_rec.step_status := gme_common_pvt.g_step_completed;
405:
406: -- Update the batch step
407: IF NOT (gme_batch_steps_dbl.update_row (x_batch_step_rec)) THEN
408: RAISE batch_step_upd_err;
409: END IF;
410:
411: -- Update WHO columns for output structure

Line 873: IF NOT (GME_BATCH_STEPS_DBL.fetch_row(l_batch_step, l_batch_step)) THEN

869: FOR get_rec IN Cur_get_dep_steps LOOP
870: l_batch_step.batchstep_id := get_rec.dep_step_id;
871:
872: -- Initialize batch step row
873: IF NOT (GME_BATCH_STEPS_DBL.fetch_row(l_batch_step, l_batch_step)) THEN
874: RAISE BATCH_STEP_FETCH_ERROR;
875: END IF;
876:
877: -- Check if the step has a complete date if so validate otherwise assign one to it