DBA Data[Home] [Help]

APPS.PSB_POSITION_ASSIGNMENTS_PVT dependencies on APP_EXCEPTION

Line 497: when app_exception.record_lock_exception then

493: raise fnd_api.g_exc_error ;
494: end if;
495:
496: EXCEPTION
497: when app_exception.record_lock_exception then
498: --
499: rollback to LOCK_ROW ;
500: p_row_locked := FND_API.G_FALSE ;
501: p_return_status := FND_API.G_RET_STS_ERROR;