DBA Data[Home] [Help]

APPS.GME_RESCHEDULE_STEP_PVT dependencies on GME_BATCH_STEP_CHG_PVT

Line 947: gme_batch_step_chg_pvt.clear_charge_dates

943: || ' Batchstep_id: '
944: || p_batch_step_rec.batchstep_id);
945: END IF;
946:
947: gme_batch_step_chg_pvt.clear_charge_dates
948: (p_batch_id => l_batch_header_rec.batch_id
949: ,p_batchstep_id => p_batch_step_rec.batchstep_id
950: ,x_return_status => l_return_status);
951: