DBA Data[Home] [Help]

APPS.GME_INCREMENTAL_BACKFLUSH_PVT dependencies on GME_UPDATE_STEP_QTY_PVT

Line 527: gme_update_step_qty_pvt.update_step_qty

523: CLOSE Cur_assoc_step;
524:
525:
526: FOR i IN 1..l_step_tbl.count LOOP
527: gme_update_step_qty_pvt.update_step_qty
528: (p_batch_step_rec => l_step_tbl(i)
529: ,x_message_count => l_msg_count
530: ,x_message_list => l_msg_stack
531: ,x_return_status => l_return_status

Line 546: gme_update_step_qty_pvt.update_step_qty

542: FETCH Cur_prod_assoc INTO l_in_batch_step_rec;
543: CLOSE Cur_prod_assoc;
544:
545: IF l_in_batch_step_rec.batchstep_id IS NOT NULL THEN
546: gme_update_step_qty_pvt.update_step_qty
547: (p_batch_step_rec => l_in_batch_step_rec
548: ,p_backflush_factor => l_incr_factor_res/100
549: ,x_message_count => l_msg_count
550: ,x_message_list => l_msg_stack

Line 768: gme_update_step_qty_pvt.update_step_qty

764: l_backflush_factor := p_backflush_factor;
765: END IF;
766: l_in_batch_step_rec.batchstep_id := get_rec.dep_step_id;
767:
768: gme_update_step_qty_pvt.update_step_qty
769: (p_batch_step_rec => l_in_batch_step_rec
770: ,x_message_count => l_message_count
771: ,x_message_list => l_message_list
772: ,x_return_status => x_return_status