DBA Data[Home] [Help]

APPS.GME_REVERT_BATCH_PVT dependencies on APP_EXCEPTION

Line 162: WHEN app_exception.record_lock_exception THEN

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