DBA Data[Home] [Help]

APPS.GME_SCALE_BATCH_PVT dependencies on GME_BATCH_STEPS_DBL

Line 692: IF NOT (gme_batch_steps_dbl.fetch_row (l_batch_step

688: IF l_return_status <> x_return_status THEN
689: RAISE error_updating_steps;
690: END IF;
691:
692: IF NOT (gme_batch_steps_dbl.fetch_row (l_batch_step
693: ,l_batch_step) ) THEN
694: RAISE batch_step_fetch_err;
695: END IF;
696: END LOOP; /* l_cur_item_step_asso */

Line 1200: IF NOT (gme_batch_steps_dbl.fetch_row (l_batch_step

1196: IF l_return_status <> x_return_status THEN
1197: RAISE error_updating_steps;
1198: END IF;
1199:
1200: IF NOT (gme_batch_steps_dbl.fetch_row (l_batch_step
1201: ,l_batch_step) ) THEN
1202: RAISE batch_step_fetch_err;
1203: END IF;
1204: END LOOP;

Line 1478: IF NOT (gme_batch_steps_dbl.fetch_row (l_batch_step, l_batch_step) ) THEN

1474:
1475: FOR l_cur_get_all_steps IN cur_get_all_steps (p_batch_id) LOOP
1476: l_batch_step.batchstep_id := l_cur_get_all_steps.batchstep_id;
1477:
1478: IF NOT (gme_batch_steps_dbl.fetch_row (l_batch_step, l_batch_step) ) THEN
1479: RAISE batch_step_fetch_err;
1480: END IF;
1481:
1482: -- Round the step qtys to 5 decimal places.

Line 1522: IF NOT (gme_batch_steps_dbl.update_row (l_batch_step) ) THEN

1518: l_batch_step.actual_charges := l_charge;
1519: END IF;
1520: END IF;
1521:
1522: IF NOT (gme_batch_steps_dbl.update_row (l_batch_step) ) THEN
1523: RAISE error_updating_steps;
1524: END IF;
1525:
1526: IF l_batch_step.step_status = 1 THEN