DBA Data[Home] [Help]

APPS.PER_OBJ_DEL dependencies on PER_OBJECTIVES

Line 52: -- Delete the per_objectives row.

48: --
49: Begin
50: hr_utility.set_location('Entering:'||l_proc, 5);
51: --
52: -- Delete the per_objectives row.
53: --
54: delete from per_objectives
55: where objective_id = p_rec.objective_id;
56: --

Line 54: delete from per_objectives

50: hr_utility.set_location('Entering:'||l_proc, 5);
51: --
52: -- Delete the per_objectives row.
53: --
54: delete from per_objectives
55: where objective_id = p_rec.objective_id;
56: --
57: --
58: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 228: (p_module_name => 'PER_OBJECTIVES'

224: );
225: exception
226: when hr_api.cannot_find_prog_unit then
227: hr_api.cannot_find_prog_unit_error
228: (p_module_name => 'PER_OBJECTIVES'
229: ,p_hook_type => 'AD'
230: );
231: end;
232: -- End of API User Hook for post_delete.