DBA Data[Home] [Help]

APPS.FF_EXEC dependencies on FF_ROUTE_CONTEXT_USAGES

Line 1332: from ff_route_context_usages rcu

1328: cursor csr_route_contexts
1329: (p_route_id in number
1330: ) is
1331: select rcu.context_id
1332: from ff_route_context_usages rcu
1333: where rcu.route_id = p_route_id
1334: ;
1335:
1336: l_context_ids t_binary_integer;