DBA Data[Home] [Help]

APPS.GME_REVERT_BATCH_PVT dependencies on APP_EXCEPTION

Line 161: WHEN app_exception.record_lock_exception THEN

157: WHEN BATCH_HIST_INSERT_ERR THEN
158: x_return_status := FND_API.G_RET_STS_ERROR;
159: WHEN BATCH_HDR_UPDATE_ERROR THEN
160: x_return_status := FND_API.G_RET_STS_ERROR;
161: WHEN app_exception.record_lock_exception THEN
162: x_return_status := FND_API.G_RET_STS_ERROR;
163: gme_common_pvt.log_message('GME_RECORD_LOCKED','TABLE_NAME', g_table_name, 'KEY',to_char(p_batch_header_rec.batch_id));
164: WHEN OTHERS THEN
165: x_return_status := fnd_api.g_ret_sts_unexp_error;