DBA Data[Home] [Help]

APPS.PER_RSC_UPD dependencies on PER_RATING_SCALES

Line 60: -- Update the per_rating_scales Row

56: --
57: p_rec.object_version_number := p_rec.object_version_number + 1;
58: --
59: --
60: -- Update the per_rating_scales Row
61: --
62: update per_rating_scales
63: set
64: rating_scale_id = p_rec.rating_scale_id,

Line 62: update per_rating_scales

58: --
59: --
60: -- Update the per_rating_scales Row
61: --
62: update per_rating_scales
63: set
64: rating_scale_id = p_rec.rating_scale_id,
65: name = p_rec.name,
66: object_version_number = p_rec.object_version_number,

Line 261: ( p_module_name => 'PER_RATING_SCALES'

257: p_attribute20_o => per_rsc_shd.g_old_rec.attribute20 );
258: exception
259: when hr_api.cannot_find_prog_unit then
260: hr_api.cannot_find_prog_unit_error
261: ( p_module_name => 'PER_RATING_SCALES'
262: ,p_hook_type => 'AU'
263: );
264: end;
265: -- End of API User Hook for post_update