DBA Data[Home] [Help]

APPS.PAY_PAYVIBAL_PKG dependencies on FF_ROUTE_CONTEXT_USAGES

Line 47: , ff_route_context_usages u

43: cursor c_route_context_usage is
44: SELECT c.context_name
45: , u.sequence_no
46: from ff_contexts c
47: , ff_route_context_usages u
48: where u.route_id = p_route_id
49: and c.context_id = u.context_id
50: order by u.sequence_no;
51: --