DBA Data[Home] [Help]

APPS.GME_CLOSE_BATCH_PVT dependencies on APP_EXCEPTION

Line 458: WHEN batch_lines_locked OR app_exception.record_lock_exception THEN

454: x_return_status := fnd_api.g_ret_sts_error;
455: gme_common_pvt.log_message ('GME_INVALID_BATCH_STATUS'
456: ,'PROCESS'
457: ,'Close');
458: WHEN batch_lines_locked OR app_exception.record_lock_exception THEN
459: x_return_status := fnd_api.g_ret_sts_error;
460: gme_common_pvt.log_message ('GME_API_BATCH_LINES_LOCKED');
461: WHEN marked_for_deletion THEN
462: x_return_status := fnd_api.g_ret_sts_error;