DBA Data[Home] [Help]

APPS.GME_CREATE_STEP_PVT dependencies on GME_UPDATE_STEP_QTY_PVT

Line 1071: gme_update_step_qty_pvt.calc_charge

1067: || ' Mass Qty, Volume Qty: '
1068: || l_mass_qty ||' '||l_volume_qty );
1069: END IF;
1070: --Bug#5231180 End
1071: gme_update_step_qty_pvt.calc_charge
1072: (p_step_id => l_last_batchstep_id
1073: ,p_resources => p_recipe_rout_step_tbl (1).resources
1074: ,p_mass_qty => l_mass_qty
1075: ,p_vol_qty => l_volume_qty

Line 1674: gme_update_step_qty_pvt.calc_charge

1670: || 'p_step_charge_rsrc_tab(batchstep_id).resources is '
1671: || p_step_charge_rsrc_tab (x_cur_step_rec.batchstep_id).resources);
1672: END IF;
1673:
1674: gme_update_step_qty_pvt.calc_charge
1675: (p_step_id => x_cur_step_rec.batchstep_id
1676: ,p_resources => p_step_charge_rsrc_tab
1677: (x_cur_step_rec.batchstep_id).resources
1678: ,p_mass_qty => x_cur_step_rec.plan_mass_qty