DBA Data[Home] [Help]

APPS.GME_RESCHEDULE_STEP_PVT dependencies on GME_CREATE_STEP_PVT

Line 247: gme_create_step_pvt.calc_dates

243: WHERE batch_id = x_batch_step_rec.batch_id
244: AND batchstep_id = x_batch_step_rec.batchstep_id);
245: END IF;
246:
247: gme_create_step_pvt.calc_dates
248: (p_gme_batch_header_rec => l_batch_header_rec
249: ,p_use_workday_cal => p_use_workday_cal
250: ,p_contiguity_override => p_contiguity_override
251: ,p_return_status => l_return_status

Line 395: gme_create_step_pvt.get_max_step_date

391: ,l_batch_step_rec) ) THEN
392: RAISE batch_step_fetch_error;
393: END IF;
394: l_max_date :=
395: gme_create_step_pvt.get_max_step_date
396: (p_use_workday_cal => p_use_workday_cal
397: ,p_calendar_code => l_calendar_code
398: ,p_batchstep_id => l_batch_step_rec.batchstep_id
399: ,p_batch_id => l_batch_step_m_rec.batch_id