DBA Data[Home] [Help]

APPS.FFDICT dependencies on FF_ROUTE_PARAMETER_VALUES

Line 2398: insert into ff_route_parameter_values

2394: hr_utility.set_location('ffdict.create_global_dbitem',8);
2395: --
2396: -- insert parameter value for this user entity. Don't forget to add quotes
2397: -- for parameter value (global name)
2398: insert into ff_route_parameter_values
2399: (route_parameter_id,
2400: user_entity_id,
2401: value,
2402: created_by,

Line 2460: -- child records in ff_database_items and ff_route_parameter_values

2456: -- set error tracking information
2457: hr_utility.set_location('ffdict.delete_global_dbitem',1);
2458: --
2459: -- Delete user entity created for this global with a cascade delete of
2460: -- child records in ff_database_items and ff_route_parameter_values
2461: --
2462: delete from ff_user_entities
2463: where creator_id = p_global_id
2464: and creator_type = 'S';