DBA Data[Home] [Help]

APPS.PER_SLT_UPD dependencies on PER_SOLUTION_TYPES

Line 68: -- Update the per_solution_types Row

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

Line 70: update per_solution_types

66: --
67: --
68: -- Update the per_solution_types Row
69: --
70: update per_solution_types
71: set
72: solution_type_name = p_rec.solution_type_name
73: ,solution_category = p_rec.solution_category
74: ,updateable = p_rec.updateable

Line 213: (p_module_name => 'PER_SOLUTION_TYPES'

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