DBA Data[Home] [Help]

APPS.PSB_POSITIONS_PVT dependencies on APP_EXCEPTION

Line 711: when app_exception.record_lock_exception then

707: raise fnd_api.g_exc_error ;
708: end if;
709:
710: EXCEPTION
711: when app_exception.record_lock_exception then
712: --
713: rollback to LOCK_ROW ;
714: p_row_locked := FND_API.G_FALSE ;
715: p_return_status := FND_API.G_RET_STS_ERROR;