DBA Data[Home] [Help]

APPS.GME_CLOSE_BATCH_PVT dependencies on APP_EXCEPTION

Line 373: WHEN batch_lines_locked OR app_exception.record_lock_exception THEN

369: x_return_status := fnd_api.g_ret_sts_error;
370: gme_common_pvt.log_message ('GME_INVALID_BATCH_STATUS'
371: ,'PROCESS'
372: ,'Close');
373: WHEN batch_lines_locked OR app_exception.record_lock_exception THEN
374: x_return_status := fnd_api.g_ret_sts_error;
375: gme_common_pvt.log_message ('GME_API_BATCH_LINES_LOCKED');
376: WHEN marked_for_deletion THEN
377: x_return_status := fnd_api.g_ret_sts_error;