DBA Data[Home] [Help]

APPS.PER_SCN_DEL dependencies on PER_SOLUTION_CMPT_NAMES

Line 62: -- Delete the per_solution_cmpt_names row.

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

Line 64: delete from per_solution_cmpt_names

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

Line 184: (p_module_name => 'PER_SOLUTION_CMPT_NAMES'

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