DBA Data[Home] [Help]

APPS.PAY_CA_DATABASE_ITEMS_PKG dependencies on FF_ROUTE_PARAMETER_VALUES

Line 314: INSERT into ff_route_parameter_values

310: -- Add any route parameter values
311: --
312: IF p_param_value1 is not null THEN
313: --
314: INSERT into ff_route_parameter_values
315: (route_parameter_id,
316: user_entity_id,
317: value)
318: SELECT route_parameter_id,

Line 329: INSERT into ff_route_parameter_values

325: END IF;
326: --
327: IF p_param_value2 is not null THEN
328: --
329: INSERT into ff_route_parameter_values
330: (route_parameter_id,
331: user_entity_id,
332: value)
333: SELECT route_parameter_id,