DBA Data[Home] [Help]

APPS.PAY_CA_DBI_ROE dependencies on FF_CONTEXTS

Line 330: select context_id from ff_contexts

326: begin
327: declare
328:
329: cursor cur_context_id is
330: select context_id from ff_contexts
331: where ltrim(rtrim(context_name)) = ltrim(rtrim(p_context_name));
332:
333: l_context_id ff_contexts.context_id%TYPE;
334:

Line 333: l_context_id ff_contexts.context_id%TYPE;

329: cursor cur_context_id is
330: select context_id from ff_contexts
331: where ltrim(rtrim(context_name)) = ltrim(rtrim(p_context_name));
332:
333: l_context_id ff_contexts.context_id%TYPE;
334:
335: cursor cur_route_context_usages is
336: select 'x'
337: from ff_route_context_usages