DBA Data[Home] [Help]

APPS.HR_LOC_UPD dependencies on HR_LOCATIONS_ALL

Line 67: -- Update the hr_locations_all Row

63: p_rec.object_version_number := p_rec.object_version_number + 1;
64: --
65: hr_loc_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the hr_locations_all Row
68: --
69: UPDATE hr_locations_all
70: SET
71: location_id = p_rec.location_id,

Line 69: UPDATE hr_locations_all

65: hr_loc_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the hr_locations_all Row
68: --
69: UPDATE hr_locations_all
70: SET
71: location_id = p_rec.location_id,
72: entered_by = p_rec.entered_by,
73: location_code = p_rec.location_code,

Line 480: (p_module_name => 'HR_LOCATIONS_ALL'

476: );
477: EXCEPTION
478: WHEN hr_api.cannot_find_prog_unit THEN
479: hr_api.cannot_find_prog_unit_error
480: (p_module_name => 'HR_LOCATIONS_ALL'
481: ,p_hook_type => 'AU'
482: );
483: --
484: -- End of API User Hook for the after_update hook