[Home] [Help]
63: p_rec.object_version_number := p_rec.object_version_number + 1;
64: --
65: --ghr_pdc_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ghr_pd_classifications Row
68: --
69: update ghr_pd_classifications
70: set
71: class_grade_by = p_rec.class_grade_by,
65: --ghr_pdc_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ghr_pd_classifications Row
68: --
69: update ghr_pd_classifications
70: set
71: class_grade_by = p_rec.class_grade_by,
72: official_title = p_rec.official_title,
73: pay_plan = p_rec.pay_plan,
205:
206: exception
207: when hr_api.cannot_find_prog_unit then
208: hr_api.cannot_find_prog_unit_error
209: ( p_module_name => 'GHR_PD_CLASSIFICATIONS'
210: ,p_hook_type => 'AU'
211: );
212: end;
213: -- End of API User Hook for post_update.