DBA Data[Home] [Help]

APPS.PER_SOS_UPD dependencies on PER_SOLUTIONS_SELECTED

Line 68: -- Update the per_solutions_selected Row

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

Line 70: update per_solutions_selected

66: --
67: --
68: -- Update the per_solutions_selected Row
69: --
70: update per_solutions_selected
71: set
72: solution_id = p_rec.solution_id
73: ,solution_set_name = p_rec.solution_set_name
74: ,user_id = p_rec.user_id

Line 209: (p_module_name => 'PER_SOLUTIONS_SELECTED'

205: --
206: when hr_api.cannot_find_prog_unit then
207: --
208: hr_api.cannot_find_prog_unit_error
209: (p_module_name => 'PER_SOLUTIONS_SELECTED'
210: ,p_hook_type => 'AU');
211: --
212: end;
213: --