DBA Data[Home] [Help]

APPS.GMO_VBATCH_TASK_PVT dependencies on GME_RELEASE_BATCH_STEP_PVT

Line 1596: gme_release_batch_step_pvt.validate_step_for_release

1592: INTO l_batch_header
1593: FROM gme_batch_header
1594: WHERE batch_id=v_batch_id;
1595: --checks for step dependencies
1596: gme_release_batch_step_pvt.validate_step_for_release
1597: ( p_batch_header_rec => l_batch_header
1598: ,p_batch_step_rec => l_batch_step_details
1599: ,x_batch_step_rec => x_batch_step_rec
1600: ,x_return_status => x_validate_status);