DBA Data[Home] [Help]

APPS.HR_LEI_UPD dependencies on HR_LOCATION_EXTRA_INFO

Line 67: -- Update the hr_location_extra_info Row

63: p_rec.object_version_number := p_rec.object_version_number + 1;
64: --
65: -- hr_lei_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the hr_location_extra_info Row
68: --
69: update hr_location_extra_info
70: set
71: location_extra_info_id = p_rec.location_extra_info_id,

Line 69: update hr_location_extra_info

65: -- hr_lei_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the hr_location_extra_info Row
68: --
69: update hr_location_extra_info
70: set
71: location_extra_info_id = p_rec.location_extra_info_id,
72: information_type = p_rec.information_type,
73: location_id = p_rec.location_id,

Line 364: ( p_module_name => 'HR_LOCATION_EXTRA_INFO'

360: );
361: exception
362: when hr_api.cannot_find_prog_unit then
363: hr_api.cannot_find_prog_unit_error
364: ( p_module_name => 'HR_LOCATION_EXTRA_INFO'
365: ,p_hook_type => 'AU'
366: );
367: end;
368: -- End of API User Hook for post_update.