DBA Data[Home] [Help]

APPS.PER_PRT_UPD dependencies on PER_PERFORMANCE_RATINGS

Line 66: -- Update the per_performance_ratings Row

62:
63: p_rec.object_version_number := p_rec.object_version_number + 1;
64:
65:
66: -- Update the per_performance_ratings Row
67:
68: update per_performance_ratings
69: set
70: performance_rating_id = p_rec.performance_rating_id,

Line 68: update per_performance_ratings

64:
65:
66: -- Update the per_performance_ratings Row
67:
68: update per_performance_ratings
69: set
70: performance_rating_id = p_rec.performance_rating_id,
71: person_id = p_rec.person_id,
72: object_version_number = p_rec.object_version_number,

Line 262: ( p_module_name => 'PER_PERFORMANCE_RATINGS'

258: p_appr_line_score_o => per_prt_shd.g_old_rec.appr_line_score);
259: exception
260: when hr_api.cannot_find_prog_unit then
261: hr_api.cannot_find_prog_unit_error
262: ( p_module_name => 'PER_PERFORMANCE_RATINGS'
263: ,p_hook_type => 'AU'
264: );
265: end;
266: -- End of API User Hook for post_update