Prawdopodobnie będziesz musiał podać blok PL/SQL do wywołania wykonania:
result = DBSession.execute('begin getlogin(:username, :password); end;',
{'username':request.POST['username'],'password':request.POST['password']});
To pytanie SO na SQLAlchemy + Oracle SP może również pomóc.