DBA Data[Home] [Help]

APPS.PER_STC_DEL dependencies on PER_SOLUTION_TYPE_CMPTS

Line 62: -- Delete the per_solution_type_cmpts row.

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

Line 64: delete from per_solution_type_cmpts

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

Line 189: (p_module_name => 'PER_SOLUTION_TYPE_CMPTS'

185: --
186: when hr_api.cannot_find_prog_unit then
187: --
188: hr_api.cannot_find_prog_unit_error
189: (p_module_name => 'PER_SOLUTION_TYPE_CMPTS'
190: ,p_hook_type => 'AD');
191: --
192: end;
193: --