DBA Data[Home] [Help]

APPS.PER_SLS_DEL dependencies on PER_SOLUTION_SETS

Line 62: -- Delete the per_solution_sets row.

58: hr_utility.set_location('Entering:'||l_proc, 5);
59: --
60: --
61: --
62: -- Delete the per_solution_sets row.
63: --
64: delete from per_solution_sets
65: where solution_set_name = p_rec.solution_set_name
66: and user_id = p_rec.user_id;

Line 64: delete from per_solution_sets

60: --
61: --
62: -- Delete the per_solution_sets row.
63: --
64: delete from per_solution_sets
65: where solution_set_name = p_rec.solution_set_name
66: and user_id = p_rec.user_id;
67: --
68: --

Line 185: (p_module_name => 'PER_SOLUTION_SETS'

181: --
182: when hr_api.cannot_find_prog_unit then
183: --
184: hr_api.cannot_find_prog_unit_error
185: (p_module_name => 'PER_SOLUTION_SETS'
186: ,p_hook_type => 'AD');
187: --
188: end;
189: --