DBA Data[Home] [Help]

APPS.PER_OBJ_UPD dependencies on PER_OBJECTIVES

Line 59: -- Update the per_objectives Row

55: -- Increment the object version
56: --
57: p_rec.object_version_number := p_rec.object_version_number + 1;
58: --
59: -- Update the per_objectives Row
60: --
61: update per_objectives
62: set
63: objective_id = p_rec.objective_id,

Line 61: update per_objectives

57: p_rec.object_version_number := p_rec.object_version_number + 1;
58: --
59: -- Update the per_objectives Row
60: --
61: update per_objectives
62: set
63: objective_id = p_rec.objective_id,
64: name = p_rec.name,
65: target_date = p_rec.target_date,

Line 382: (p_module_name => 'PER_OBJECTIVES'

378: );
379: exception
380: when hr_api.cannot_find_prog_unit then
381: hr_api.cannot_find_prog_unit_error
382: (p_module_name => 'PER_OBJECTIVES'
383: ,p_hook_type => 'AU'
384: );
385: end;
386: -- End of API User Hook for post_update.