DBA Data[Home] [Help]

APPS.GME_RELEASE_BATCH_STEP_PVT dependencies on GME_COMPLETE_BATCH_STEP_PVT

Line 473: gme_complete_batch_step_pvt.complete_step_recursive

469: l_batch_step_rec.actual_start_date;
470: END IF;
471: END IF;
472: l_in_batch_step_rec := l_batch_step_rec;
473: gme_complete_batch_step_pvt.complete_step_recursive
474: (p_batch_step_rec => l_in_batch_step_rec
475: ,p_batch_header_rec => p_batch_header_rec
476: ,x_return_status => l_return_status
477: ,x_batch_step_rec => l_batch_step_rec

Line 831: gme_complete_batch_step_pvt.validate_dependent_steps

827:
828: -- Enforce Step Dependency Checks
829: IF p_batch_header_rec.enforce_step_dependency = 1 THEN
830: -- validate dependent step status and dates
831: gme_complete_batch_step_pvt.validate_dependent_steps
832: (p_batch_id => x_batch_step_rec.batch_id
833: ,p_step_id => x_batch_step_rec.batchstep_id
834: ,p_step_actual_start_date => x_batch_step_rec.actual_start_date
835: ,x_return_status => x_return_status);