I was able to successfully write a query that returns a hierarchy, which would be 7 levels deep. I want to add a column that has a "stop" value for each row. Please see the example here: https://docs.oracle.com/cd/B19306_01/server.102/b14200/img/sqlrf002.gif
Referencing the hierarchy above for example, I want all of the nodes that roll up to node 2, to each have a "stop value" of 2. This needs to be set based on some criteria. For example, if Node 9 doesn't meet the criteria, the "stop locations for all nodes reporting to Node 9 would show Node 1. The criteria would only ever be done at level 2.