DBA Data[Home] [Help]

APPS.GME_PROCESS_PARAMETERS_PVT dependencies on GME_BATCH_STEPS_DBL

Line 471: IF NOT (gme_batch_steps_dbl.fetch_row (l_batch_steps, l_batch_steps) ) THEN

467: /* Fetch the step status*/
468: l_batch_steps.batch_id := l_batch_id;
469: l_batch_steps.batchstep_id := l_batchstep_id;
470:
471: IF NOT (gme_batch_steps_dbl.fetch_row (l_batch_steps, l_batch_steps) ) THEN
472: RAISE batch_steps_fetch_error;
473: END IF;
474:
475: l_step_status := l_batch_steps.step_status;

Line 949: IF NOT (gme_batch_steps_dbl.fetch_row (l_batch_steps, l_batch_steps) ) THEN

945: -- use batch_id to fetch batchstep_id
946: l_batch_steps.batch_id := x_batch_id;
947: l_batch_steps.batchstep_no := p_batchstep_no;
948:
949: IF NOT (gme_batch_steps_dbl.fetch_row (l_batch_steps, l_batch_steps) ) THEN
950: RAISE batch_steps_fetch_error;
951: END IF;
952:
953: IF (NVL (g_debug, -1) = gme_debug.g_log_statement) THEN