DBA Data[Home] [Help]

APPS.PER_SCN_DEL dependencies on PER_SOLUTION_CMPT_NAMES

Line 61: -- Delete the per_solution_cmpt_names row.

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

Line 63: delete from per_solution_cmpt_names

59: --
60: --
61: -- Delete the per_solution_cmpt_names row.
62: --
63: delete from per_solution_cmpt_names
64: where solution_id = p_rec.solution_id
65: and component_name = p_rec.component_name
66: and solution_type_name = p_rec.solution_type_name;
67: --

Line 183: (p_module_name => 'PER_SOLUTION_CMPT_NAMES'

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