DBA Data[Home] [Help]

APPS.HR_OPT_UPD dependencies on HR_KI_OPTIONS

Line 68: -- Update the hr_ki_options Row

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

Line 70: update hr_ki_options

66: --
67: --
68: -- Update the hr_ki_options Row
69: --
70: update hr_ki_options
71: set
72: option_id = p_rec.option_id
73: ,value = p_rec.value
74: ,encrypted =p_rec.encrypted

Line 240: (p_module_name => 'HR_KI_OPTIONS'

236: --
237: when hr_api.cannot_find_prog_unit then
238: --
239: hr_api.cannot_find_prog_unit_error
240: (p_module_name => 'HR_KI_OPTIONS'
241: ,p_hook_type => 'AU');
242: --
243: end;
244: --