DBA Data[Home] [Help]

APPS.GME_RESCHEDULE_STEP_PVT dependencies on GME_CREATE_STEP_PVT

Line 253: gme_create_step_pvt.calc_dates

249: WHERE batch_id = x_batch_step_rec.batch_id
250: AND batchstep_id = x_batch_step_rec.batchstep_id);
251: END IF;
252:
253: gme_create_step_pvt.calc_dates
254: (p_gme_batch_header_rec => l_batch_header_rec
255: ,p_use_workday_cal => p_use_workday_cal
256: ,p_contiguity_override => p_contiguity_override
257: ,p_return_status => l_return_status

Line 401: gme_create_step_pvt.get_max_step_date

397: ,l_batch_step_rec) ) THEN
398: RAISE batch_step_fetch_error;
399: END IF;
400: l_max_date :=
401: gme_create_step_pvt.get_max_step_date
402: (p_use_workday_cal => p_use_workday_cal
403: ,p_calendar_code => l_calendar_code
404: ,p_batchstep_id => l_batch_step_rec.batchstep_id
405: ,p_batch_id => l_batch_step_m_rec.batch_id