DBA Data[Home] [Help]

APPS.GME_INCREMENTAL_BACKFLUSH_PVT dependencies on GME_UPDATE_STEP_QTY_PVT

Line 637: gme_update_step_qty_pvt.update_step_qty

633: CLOSE Cur_assoc_step;
634:
635:
636: FOR i IN 1..l_step_tbl.count LOOP
637: gme_update_step_qty_pvt.update_step_qty
638: (p_batch_step_rec => l_step_tbl(i)
639: ,x_message_count => l_msg_count
640: ,x_message_list => l_msg_stack
641: ,x_return_status => l_return_status

Line 656: gme_update_step_qty_pvt.update_step_qty

652: FETCH Cur_prod_assoc INTO l_in_batch_step_rec;
653: CLOSE Cur_prod_assoc;
654:
655: IF l_in_batch_step_rec.batchstep_id IS NOT NULL THEN
656: gme_update_step_qty_pvt.update_step_qty
657: (p_batch_step_rec => l_in_batch_step_rec
658: ,p_backflush_factor => l_incr_factor_res/100
659: ,x_message_count => l_msg_count
660: ,x_message_list => l_msg_stack

Line 946: gme_update_step_qty_pvt.update_step_qty

942: l_backflush_factor := p_backflush_factor;
943: END IF;
944: l_in_batch_step_rec.batchstep_id := get_rec.dep_step_id;
945:
946: gme_update_step_qty_pvt.update_step_qty
947: (p_batch_step_rec => l_in_batch_step_rec
948: ,x_message_count => l_message_count
949: ,x_message_list => l_message_list
950: ,x_return_status => x_return_status