DBA Data[Home] [Help]

APPS.GME_API_PUB dependencies on GME_COMPLETE_BATCH_STEP_PVT

Line 9960: gme_complete_batch_step_pvt.validate_step_for_complete

9956:
9957: l_in_batch_step_rec := l_batch_step_rec;
9958: l_in_batch_step_rec.actual_cmplt_date := p_batch_step_rec.actual_cmplt_date;
9959: -- output step contains the actual complete date
9960: gme_complete_batch_step_pvt.validate_step_for_complete
9961: (p_batch_header_rec => l_batch_header_rec
9962: ,p_batch_step_rec => l_in_batch_step_rec
9963: ,p_override_quality => p_override_quality
9964: ,x_batch_step_rec => l_batch_step_rec

Line 9977: gme_complete_batch_step_pvt.validate_step_cmplt_date

9973: -- if step actual start date is NULL and batch is Pending
9974: NULL;
9975: END IF; -- IF l_batch_step_rec.step_status = gme_common_pvt.g_step_pending
9976:
9977: gme_complete_batch_step_pvt.validate_step_cmplt_date
9978: (p_batch_step_rec => l_batch_step_rec
9979: ,p_batch_header_rec => l_batch_header_rec
9980: ,x_batch_start_date => l_calc_batch_start_date
9981: ,x_return_status => x_return_status);