DBA Data[Home] [Help]

APPS.GME_INSERT_STEP_PVT dependencies on GME_BATCH_STEPS_DBL

Line 289: IF NOT (gme_batch_steps_dbl.fetch_row (x_gme_batch_step

285:
286: x_gme_batch_step.batchstep_no := p_gme_batch_step.batchstep_no;
287: x_gme_batch_step.batch_id := l_batch_id;
288:
289: IF NOT (gme_batch_steps_dbl.fetch_row (x_gme_batch_step
290: ,x_gme_batch_step) ) THEN
291: RAISE batch_step_fetch_error;
292: END IF;
293:

Line 365: IF NOT (gme_batch_steps_dbl.update_row (p_batch_step => x_gme_batch_step) ) THEN

361: CLOSE cur_text_code;
362: END IF;
363: x_gme_batch_step.text_code := p_gme_batch_step.text_code;
364:
365: IF NOT (gme_batch_steps_dbl.update_row (p_batch_step => x_gme_batch_step) ) THEN
366: RAISE batch_step_update_error;
367: END IF;
368:
369: /* Bug 2397077 Added message to indicate success of program. */