DBA Data[Home] [Help]

APPS.PAY_ARCHIVE_UTILS dependencies on FF_ROUTE_CONTEXT_USAGES

Line 113: insert into ff_route_context_usages

109: -- Define the route context usage after retrieving the context id.
110: --
111: l_assignment_action_context_id := get_context_id('ASSIGNMENT_ACTION_ID');
112: --
113: insert into ff_route_context_usages
114: (
115: route_id,
116: context_id,
117: sequence_no

Line 216: insert into ff_route_context_usages

212: -- Get the context_id for the assignment_action context
213: --
214: l_assignment_action_context_id := get_context_id('ASSIGNMENT_ACTION_ID');
215: --
216: insert into ff_route_context_usages
217: (
218: route_id,
219: context_id,
220: sequence_no

Line 334: insert into ff_route_context_usages

330: -- Assignment_action_id
331: --
332: l_assignment_action_context_id := get_context_id('ASSIGNMENT_ACTION_ID');
333: --
334: insert into ff_route_context_usages
335: (
336: route_id,
337: context_id,
338: sequence_no

Line 350: insert into ff_route_context_usages

346: -- Define second route context usage, based on the parameter.
347: --
348: l_second_context_id := get_context_id(p_second_context_name);
349: --
350: insert into ff_route_context_usages
351: (
352: route_id,
353: context_id,
354: sequence_no