DBA Data[Home] [Help]

APPS.PAY_CA_DBI_ROE dependencies on FF_CONTEXTS

Line 328: select context_id from ff_contexts

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

Line 331: l_context_id ff_contexts.context_id%TYPE;

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