DBA Data[Home] [Help]

APPS.HR_LOC_DEL dependencies on HR_LOCATIONS_ALL

Line 62: DELETE FROM hr_locations_all

58: hr_loc_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the location row.
61: --
62: DELETE FROM hr_locations_all
63: WHERE location_id = p_rec.location_id;
64: --
65: hr_loc_shd.g_api_dml := false; -- Unset the api dml status
66: --

Line 251: (p_module_name => 'HR_LOCATIONS_ALL'

247: );
248: EXCEPTION
249: WHEN hr_api.cannot_find_prog_unit THEN
250: hr_api.cannot_find_prog_unit_error
251: (p_module_name => 'HR_LOCATIONS_ALL'
252: ,p_hook_type => 'AD'
253: );
254: --
255: -- End of API User Hook for the after_delete hook