DBA Data[Home] [Help]

APPS.FF_EXEC dependencies on FF_ROUTES

Line 1324: from ff_routes r

1320: ,p_context_sum2 out nocopy binary_integer
1321: ) is
1322: cursor csr_route_exists(p_route_id in binary_integer) is
1323: select null
1324: from ff_routes r
1325: where r.route_id = p_route_id
1326: ;
1327: --
1328: cursor csr_route_contexts