[Home] [Help]
63: p_rec.object_version_number := p_rec.object_version_number + 1;
64: --
65: per_vgr_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the per_valid_grades Row
68: --
69: update per_valid_grades
70: set
71: date_from = p_rec.date_from,
65: per_vgr_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the per_valid_grades Row
68: --
69: update per_valid_grades
70: set
71: date_from = p_rec.date_from,
72: comments = p_rec.comments,
73: date_to = p_rec.date_to,
280: exception
281: when hr_api.cannot_find_prog_unit then
282: hr_api.cannot_find_prog_unit_error
283: (
284: p_module_name => 'PER_VALID_GRADES',
285: p_hook_type => 'AU'
286: );
287: end;
288: -- End of API User Hook for post_update.