DBA Data[Home] [Help]

APPS.GME_API_PUB dependencies on GME_RELEASE_BATCH_STEP_PVT

Line 10409: gme_release_batch_step_pvt.validate_step_for_release

10405:
10406: l_in_batch_step_rec := l_batch_step_rec;
10407: l_in_batch_step_rec.actual_start_date := p_batch_step_rec.actual_start_date;
10408: -- output step contains the actual complete date
10409: gme_release_batch_step_pvt.validate_step_for_release
10410: (p_batch_header_rec => l_batch_header_rec
10411: ,p_batch_step_rec => l_in_batch_step_rec
10412: ,x_batch_step_rec => l_batch_step_rec
10413: ,x_return_status => x_return_status);