DBA Data[Home] [Help]

APPS.GME_API_PUB dependencies on GME_UNRELEASE_STEP_PVT

Line 10091: gme_unrelease_step_pvt.validate_step_for_unrelease

10087: RAISE fnd_api.g_exc_error;
10088: END IF;
10089:
10090: -- Validations
10091: gme_unrelease_step_pvt.validate_step_for_unrelease
10092: (p_batch_hdr_rec => l_batch_header_rec
10093: ,p_batch_step_rec => l_batch_step_rec
10094: ,x_return_status => x_return_status);
10095: