DBA Data[Home] [Help]

APPS.GME_RELEASE_BATCH_STEP_PVT dependencies on GME_COMPLETE_BATCH_STEP_PVT

Line 477: gme_complete_batch_step_pvt.complete_step_recursive

473: l_batch_step_rec.actual_start_date;
474: END IF;
475: END IF;
476: l_in_batch_step_rec := l_batch_step_rec;
477: gme_complete_batch_step_pvt.complete_step_recursive
478: (p_batch_step_rec => l_in_batch_step_rec
479: ,p_batch_header_rec => p_batch_header_rec
480: ,x_return_status => l_return_status
481: ,x_batch_step_rec => l_batch_step_rec

Line 860: gme_complete_batch_step_pvt.validate_dependent_steps

856:
857: -- Enforce Step Dependency Checks
858: IF p_batch_header_rec.enforce_step_dependency = 1 THEN
859: -- validate dependent step status and dates
860: gme_complete_batch_step_pvt.validate_dependent_steps
861: (p_batch_id => x_batch_step_rec.batch_id
862: ,p_step_id => x_batch_step_rec.batchstep_id
863: ,p_step_actual_start_date => x_batch_step_rec.actual_start_date
864: ,x_return_status => x_return_status);