DBA Data[Home] [Help]

APPS.GME_CREATE_STEP_PVT dependencies on GME_UPDATE_STEP_QTY_PVT

Line 986: gme_update_step_qty_pvt.calc_charge

982: || ' Mass Qty, Volume Qty: '
983: || l_mass_qty ||' '||l_volume_qty );
984: END IF;
985: --Bug#5231180 End
986: gme_update_step_qty_pvt.calc_charge
987: (p_step_id => l_last_batchstep_id
988: ,p_resources => p_recipe_rout_step_tbl (1).resources
989: ,p_mass_qty => l_mass_qty
990: ,p_vol_qty => l_volume_qty

Line 1589: gme_update_step_qty_pvt.calc_charge

1585: || 'p_step_charge_rsrc_tab(batchstep_id).resources is '
1586: || p_step_charge_rsrc_tab (x_cur_step_rec.batchstep_id).resources);
1587: END IF;
1588:
1589: gme_update_step_qty_pvt.calc_charge
1590: (p_step_id => x_cur_step_rec.batchstep_id
1591: ,p_resources => p_step_charge_rsrc_tab
1592: (x_cur_step_rec.batchstep_id).resources
1593: ,p_mass_qty => x_cur_step_rec.plan_mass_qty