DBA Data[Home] [Help]

APPS.GME_API_PUB dependencies on GME_RELEASE_BATCH_STEP_PVT

Line 11066: gme_release_batch_step_pvt.validate_step_for_release

11062:
11063: l_in_batch_step_rec := l_batch_step_rec;
11064: l_in_batch_step_rec.actual_start_date := p_batch_step_rec.actual_start_date;
11065: -- output step contains the actual complete date
11066: gme_release_batch_step_pvt.validate_step_for_release
11067: (p_batch_header_rec => l_batch_header_rec
11068: ,p_batch_step_rec => l_in_batch_step_rec
11069: ,x_batch_step_rec => l_batch_step_rec
11070: ,x_return_status => x_return_status);