DBA Data[Home] [Help]

APPS.PER_SOS_DEL dependencies on PER_SOLUTIONS_SELECTED

Line 62: -- Delete the per_solutions_selected row.

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

Line 64: delete from per_solutions_selected

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

Line 182: (p_module_name => 'PER_SOLUTIONS_SELECTED'

178: --
179: when hr_api.cannot_find_prog_unit then
180: --
181: hr_api.cannot_find_prog_unit_error
182: (p_module_name => 'PER_SOLUTIONS_SELECTED'
183: ,p_hook_type => 'AD');
184: --
185: end;
186: --