• no but you can ask developer to exclusively grant execute permission to specified user whenever they create any new stored procedure via GRANT statement at the end.

    if there are many such users, build application role with execute permission to all SPs and ask developer to grant execute permission to that role.

    Hope this will help.