DBA Data[Home] [Help]

APPS.GME_API_PUB dependencies on GME_COMPLETE_BATCH_STEP_PVT

Line 10595: gme_complete_batch_step_pvt.validate_step_for_complete

10591:
10592: l_in_batch_step_rec := l_batch_step_rec;
10593: l_in_batch_step_rec.actual_cmplt_date := p_batch_step_rec.actual_cmplt_date;
10594: -- output step contains the actual complete date
10595: gme_complete_batch_step_pvt.validate_step_for_complete
10596: (p_batch_header_rec => l_batch_header_rec
10597: ,p_batch_step_rec => l_in_batch_step_rec
10598: ,p_override_quality => p_override_quality
10599: ,x_batch_step_rec => l_batch_step_rec

Line 10612: gme_complete_batch_step_pvt.validate_step_cmplt_date

10608: -- if step actual start date is NULL and batch is Pending
10609: NULL;
10610: END IF; -- IF l_batch_step_rec.step_status = gme_common_pvt.g_step_pending
10611:
10612: gme_complete_batch_step_pvt.validate_step_cmplt_date
10613: (p_batch_step_rec => l_batch_step_rec
10614: ,p_batch_header_rec => l_batch_header_rec
10615: ,x_batch_start_date => l_calc_batch_start_date
10616: ,x_return_status => x_return_status);