DBA Data[Home] [Help]

APPS.GME_RESOURCE_ENGINE_PVT dependencies on GME_BATCH_STEP_CHG_PVT

Line 1330: gme_batch_step_chg_pvt.clear_charges(

1326: FETCH cur_get_charge_rsrc INTO l_exists;
1327: CLOSE cur_get_charge_rsrc;
1328: IF l_exists = 1 AND x_step_resources_rec.scale_type <> 2 THEN
1329: /* this rsrc is determining resource since scale type is not By Charge delete the charge details */
1330: gme_batch_step_chg_pvt.clear_charges(
1331: p_batch_id => l_batch_step.batch_id
1332: ,p_batchstep_id => l_batch_step.batchstep_id
1333: ,x_return_status => l_return_status);
1334: