>>Firstly I've found if you call stored procedures from your trigger rather than massed inline code you tend to have a more maintainable and flexible solution.
I don't think you can. Object name resolution appears to be delayed until runtime by design. I think the only caveat to this is if an missing object referenced...