Any decent sized project to be really successful over the long term needs to perform the steps you described, but not necessarily in the manner you've described that you must do them. Look at what's happening in the market and there's a huge trend of moving towards Wiki's as well as test driven development. These systems, more and more, tie everything together as a natural part of every project members daily working practice. My personal experience is that having a table/matrix in a document somewhere means that someone has to maintain it, one mistake and the trail starts to become obscured. You end up with process descriptions which are a list of changes, which inevitably become impossible to piece back together.
Nirvana is where a request/requirement is logged, documents are actually linked to via a system, from which they are checked in and out of. There are approval processes, in the system along with audit trails. Tests are written and automated as much as possible, running of the tests is tracked and logged, even if manual. There are processes for test escapes to make there way back into the process from the requirements level. Code is built against requirements, tests and escapes (bugs). The source code management system is tied to this central repository and no change to the code is allowed, unless it can be linked back.
There is full end to end traceability through the systems. The systems are structured so that people interacting with it will find it easier to do their jobs and have less stuff-they-don't-like to worry about.
At many companies I've just used Atlassian confluenceConfluence, Jira, Subversion (with hooks to Jira), fisheye and cruise control to provide these facilities. These systems are far from perfect but much much better than the riduculous manual process of someone responsible for maintain a table in every one of 2000 documents. Even Microsoft project server/sharepoint (if implemented properly) can be used to do this today and provide a single site where projects/docs/developers all come together for about $15K. Is that cost justifiable, even on a small project?
