DBA Data[Home] [Help]

APPS.GME_RELEASE_BATCH_STEP_PVT dependencies on GME_VALIDATE_FLEX_FLD_PVT

Line 200: gme_validate_flex_fld_pvt.validate_flex_batch_step

196: ,gme_common_pvt.g_step_closed) THEN
197: RAISE step_rel_cmpl_closed;
198: END IF;
199:
200: gme_validate_flex_fld_pvt.validate_flex_batch_step
201: (p_batch_step => p_batch_step_rec
202: ,x_batch_step => l_batch_step_rec
203: ,x_return_status => x_return_status);
204: