DBA Data[Home] [Help]

APPS.GME_RESCHEDULE_STEP_PVT dependencies on GME_BATCH_STEP_CHG_PVT

Line 953: gme_batch_step_chg_pvt.clear_charge_dates

949: || ' Batchstep_id: '
950: || p_batch_step_rec.batchstep_id);
951: END IF;
952:
953: gme_batch_step_chg_pvt.clear_charge_dates
954: (p_batch_id => l_batch_header_rec.batch_id
955: ,p_batchstep_id => p_batch_step_rec.batchstep_id
956: ,x_return_status => l_return_status);
957: