DBA Data[Home] [Help]

APPS.PER_SLS_UPD dependencies on PER_SOLUTION_SETS

Line 68: -- Update the per_solution_sets Row

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

Line 70: update per_solution_sets

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

Line 222: (p_module_name => 'PER_SOLUTION_SETS'

218: --
219: when hr_api.cannot_find_prog_unit then
220: --
221: hr_api.cannot_find_prog_unit_error
222: (p_module_name => 'PER_SOLUTION_SETS'
223: ,p_hook_type => 'AU');
224: --
225: end;
226: --