DBA Data[Home] [Help]

APPS.HR_OTY_UPD dependencies on HR_KI_OPTION_TYPES

Line 68: -- Update the hr_ki_option_types Row

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

Line 70: update hr_ki_option_types

66: --
67: --
68: -- Update the hr_ki_option_types Row
69: --
70: update hr_ki_option_types
71: set
72: option_type_id = p_rec.option_type_id
73: ,display_type = p_rec.display_type
74: ,object_version_number = p_rec.object_version_number

Line 209: (p_module_name => 'HR_KI_OPTION_TYPES'

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