[Home] [Help]
48: and fr.route_id = ue.route_id
49: and not exists
50: (
51: select context_id
52: from ff_route_context_usages rcu
53: where rcu.route_id = fr.route_id
54: minus
55: select context_id
56: from ff_ftype_context_usages fcu
92: and fr.route_id = ue.route_id
93: and not exists
94: (
95: select context_id
96: from ff_route_context_usages rcu
97: where rcu.route_id = fr.route_id
98: minus
99: select context_id
100: from ff_ftype_context_usages fcu