DBA Data[Home] [Help]

APPS.HR_LOC_UPD dependencies on HR_LOCATIONS_ALL

Line 68: -- Update the hr_locations_all Row

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

Line 70: UPDATE hr_locations_all

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

Line 481: (p_module_name => 'HR_LOCATIONS_ALL'

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