DBA Data[Home] [Help]

APPS.PER_STC_UPD dependencies on PER_SOLUTION_TYPE_CMPTS

Line 68: -- Update the per_solution_type_cmpts Row

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

Line 70: update per_solution_type_cmpts

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

Line 230: (p_module_name => 'PER_SOLUTION_TYPE_CMPTS'

226: --
227: when hr_api.cannot_find_prog_unit then
228: --
229: hr_api.cannot_find_prog_unit_error
230: (p_module_name => 'PER_SOLUTION_TYPE_CMPTS'
231: ,p_hook_type => 'AU');
232: --
233: end;
234: --