DBA Data[Home] [Help]

APPS.GME_COMPLETE_BATCH_STEP_PVT dependencies on GME_BATCH_STEPS_DBL

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

460: /* Update the Batch Step Status to WIP */
461: x_batch_step_rec.step_status := gme_common_pvt.g_step_completed;
462:
463: -- Update the batch step
464: IF NOT (gme_batch_steps_dbl.update_row (x_batch_step_rec)) THEN
465: RAISE batch_step_upd_err;
466: END IF;
467:
468: -- Update WHO columns for output structure

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

958: FOR get_rec IN Cur_get_dep_steps LOOP
959: l_batch_step.batchstep_id := get_rec.dep_step_id;
960:
961: -- Initialize batch step row
962: IF NOT (GME_BATCH_STEPS_DBL.fetch_row(l_batch_step, l_batch_step)) THEN
963: RAISE BATCH_STEP_FETCH_ERROR;
964: END IF;
965:
966: -- Check if the step has a complete date if so validate otherwise assign one to it