DBA Data[Home] [Help]

APPS.GME_API_PUB dependencies on GME_UPDATE_STEP_QTY_PVT

Line 11781: gme_update_step_qty_pvt.recalculate_charges(p_batchstep_rec => l_batch_step_rec

11777: gme_debug.put_line ('actual qty going into recal is '||l_batch_step_rec.actual_step_qty);
11778: END IF;
11779:
11780: -- This calc will recalculate the charges but also updates the step record in the database.
11781: gme_update_step_qty_pvt.recalculate_charges(p_batchstep_rec => l_batch_step_rec
11782: ,p_cal_type => 'P'
11783: ,x_batchstep_rec => l_batch_step_rec2
11784: ,x_return_status => x_return_status );
11785: