DBA Data[Home] [Help]

APPS.PER_SCN_UPD dependencies on PER_SOLUTION_CMPT_NAMES

Line 68: -- Update the per_solution_cmpt_names Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: --
67: --
68: -- Update the per_solution_cmpt_names Row
69: --
70: update per_solution_cmpt_names
71: set
72: solution_id = p_rec.solution_id

Line 70: update per_solution_cmpt_names

66: --
67: --
68: -- Update the per_solution_cmpt_names Row
69: --
70: update per_solution_cmpt_names
71: set
72: solution_id = p_rec.solution_id
73: ,component_name = p_rec.component_name
74: ,solution_type_name = p_rec.solution_type_name

Line 215: (p_module_name => 'PER_SOLUTION_CMPT_NAMES'

211: --
212: when hr_api.cannot_find_prog_unit then
213: --
214: hr_api.cannot_find_prog_unit_error
215: (p_module_name => 'PER_SOLUTION_CMPT_NAMES'
216: ,p_hook_type => 'AU');
217: --
218: end;
219: --