DBA Data[Home] [Help]

APPS.PAY_JP_DIMENSION_GENERATOR_PKG dependencies on FF_ROUTE_CONTEXT_USAGES

Line 489: insert into ff_route_context_usages(

485: l_description,
486: l_optimizer_hint,
487: l_text);
488: --
489: insert into ff_route_context_usages(
490: ROUTE_ID,
491: CONTEXT_ID,
492: SEQUENCE_NO)
493: select p_route_id,

Line 496: from ff_route_context_usages

492: SEQUENCE_NO)
493: select p_route_id,
494: context_id,
495: sequence_no
496: from ff_route_context_usages
497: where route_id = l_template_route_id;
498: --
499: insert into ff_route_parameters(
500: ROUTE_PARAMETER_ID,