DBA Data[Home] [Help]

APPS.GME_SCALE_BATCH_PVT dependencies on GME_BATCH_STEPS_DBL

Line 686: IF NOT (gme_batch_steps_dbl.fetch_row (l_batch_step

682: IF l_return_status <> x_return_status THEN
683: RAISE error_updating_steps;
684: END IF;
685:
686: IF NOT (gme_batch_steps_dbl.fetch_row (l_batch_step
687: ,l_batch_step) ) THEN
688: RAISE batch_step_fetch_err;
689: END IF;
690: END LOOP; /* l_cur_item_step_asso */

Line 1190: IF NOT (gme_batch_steps_dbl.fetch_row (l_batch_step

1186: IF l_return_status <> x_return_status THEN
1187: RAISE error_updating_steps;
1188: END IF;
1189:
1190: IF NOT (gme_batch_steps_dbl.fetch_row (l_batch_step
1191: ,l_batch_step) ) THEN
1192: RAISE batch_step_fetch_err;
1193: END IF;
1194: END LOOP;

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

1464:
1465: FOR l_cur_get_all_steps IN cur_get_all_steps (p_batch_id) LOOP
1466: l_batch_step.batchstep_id := l_cur_get_all_steps.batchstep_id;
1467:
1468: IF NOT (gme_batch_steps_dbl.fetch_row (l_batch_step, l_batch_step) ) THEN
1469: RAISE batch_step_fetch_err;
1470: END IF;
1471:
1472: -- Round the step qtys to 5 decimal places.

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

1508: l_batch_step.actual_charges := l_charge;
1509: END IF;
1510: END IF;
1511:
1512: IF NOT (gme_batch_steps_dbl.update_row (l_batch_step) ) THEN
1513: RAISE error_updating_steps;
1514: END IF;
1515:
1516: IF l_batch_step.step_status = 1 THEN